-
Notifications
You must be signed in to change notification settings - Fork 254
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
Better Compatibility for __CUDA_ARCH__ for RTX GPUs #62
Comments
BICHENG
changed the title
Better Compatibility for __CUDA_ARCH__ identification
Better Compatibility for __CUDA_ARCH__ for RTX GPUs
Oct 18, 2019
Thanks God My RTX 2080 can work now |
Hello I applied the changes to rasterize_cuda_kernel.cu Machine specs: pip env: But I still get this error:
|
This was referenced Mar 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at rasterize_cuda_kernel.cu
you need to change
#if
CUDA_ARCH < 600 anddefined(__CUDA_ARCH__)
//blablabla
#endif
to
it will solve setup.py nvcc call errors somehow
The text was updated successfully, but these errors were encountered: