-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Fix CUDA 9 sm variables. #2566
Fix CUDA 9 sm variables. #2566
Conversation
"compute_72" is not supported in CUDA 9.
Sorry I don't see any proof that 72 is not supported in CUDA 9 on the page you referenced. Contrary, Wikipedia claims that
|
[ 58%] Building NVCC (Device) object cuda/segmentation/CMakeFiles/pcl_cuda_segmentation.dir/src/pcl_cuda_segmentation_generated_connected_components.cu.o make[2]: *** [cuda/segmentation/CMakeFiles/pcl_cuda_segmentation.dir/src/pcl_cuda_segmentation_generated_connected_components.cu.o] Error 1 Environment: Inside Docker, Ubuntu 16.04 + CUDA 9.0
Thus, CUDA 9.0 is incapable of dealing with sm_72. Please check it out also. |
Thanks for the details. Could you please update the PR such that both your problem is solved and CUDA 9.1 users can use |
Cool tip. Didn't know this one. Thanks |
"compute_72" is not supported in CUDA 9. See also https://docs.nvidia.com/cuda/archive/9.0/cuda-compiler-driver-nvcc/index.html#virtual-architecture-feature-list.