Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How long does it take to compile #663

Open
retepViolet opened this issue Jan 9, 2025 · 3 comments
Open

How long does it take to compile #663

retepViolet opened this issue Jan 9, 2025 · 3 comments

Comments

@retepViolet
Copy link

It has already spent me 1.5 hours but still not done. Is this normal or not?

@tridao
Copy link
Collaborator

tridao commented Jan 10, 2025

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.

@g9164313
Copy link

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.

@g9164313
Copy link

Let me guess...... multi-process(shell) compile same cuda file.......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants