We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FindCUDA
FindCUDAToolkit
It looks like prismatic is still using CMake's FindCUDA
prismatic
prismatic/CMakeLists.txt
Lines 140 to 145 in 9f205d0
However FindCUDA is deprecated
The current recommendation is to use CUDA as a language via enable_language(CUDA)
CUDA
enable_language(CUDA)
Also FindCUDAToolkit is recommended for finding CUDA Toolkit components
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like
prismatic
is still using CMake'sFindCUDA
prismatic/CMakeLists.txt
Lines 140 to 145 in 9f205d0
However
FindCUDA
is deprecatedThe current recommendation is to use
CUDA
as a language viaenable_language(CUDA)
Also
FindCUDAToolkit
is recommended for finding CUDA Toolkit componentsThe text was updated successfully, but these errors were encountered: