-
Notifications
You must be signed in to change notification settings - Fork 24
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
CUDA 12 #34
Comments
HI! I think it should work out of the box for CUDA 12. You can report the error message here if there's any problem. |
I get the following error when installing
When I look at your |
Yep. I think replacing c++14 with c++17 should fix this. |
Thank you for the awesome library!
I am wondering: is it possible to use your CUDA extensions (e.g.
raymarching
andshencoder
) with CUDA 12? I have been using your extensions in my project and I am trying to accelerate my compute with CUDA 12. I'm wondering if you have any advice or suggestions. Are there any extra flags/args that need to be included insetup.py
? Would this just work out of the box?The text was updated successfully, but these errors were encountered: