mamba
mamba copied to clipboard
How long does it take to compile
It has already spent me 1.5 hours but still not done. Is this normal or not?
The github runner takes about 30mins to compile.
https://github.com/state-spaces/mamba/actions/runs/12206882183/job/34057291390
Make sure you have ninja installed to parallelize the build.
Me, too. And I found ninja exhaust CPU resource, it just always span child process !!!!!
So, I just set MAX_JOBS variables and adjust function append_nvcc_threads in step.py.
Let me guess...... multi-process(shell) compile same cuda file.......