-
Notifications
You must be signed in to change notification settings - Fork 116
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
[probably] Infinite cuda extention build #116
Comments
Thank you so much for sharing. :D |
Interesting! Thanks for sharing. I'll find some time to look into this |
It also happens from my side. Here are my observations:
|
It should be fixed. Please reopen it if the problem still exists |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, first of all: that's a great work, thank you for that. But I've had some problems on the first launch.
I've tried to run nerfstudio with instant-ngp model, and faced the [probably] infinite extention build when nerfacc's C++ functions are called. At least compilation did not finished successfully for about 10 minutes or even more (yeah, I am kinda impatient).
minimal example:
I've tried to build it manualy, by just calling (I suppose build config was already generated by
torch.utils.cpp_extention.load
after first call)and voila, it took about 1 minute to compile (and it is showing more detailed progress 🙃). If not specify num workers it is killed because consumes all memory on my laptop and wants even more.
Hope it will help others, who facing the same problem and maybe you can fix it somehow.
The text was updated successfully, but these errors were encountered: