Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Hoffman
CMake
Commits
d5151129
Commit
d5151129
authored
Aug 23, 2018
by
Brad King
Browse files
Merge branch 'FindCUDA-deprecate-cublas_device' into release-3.12
Merge-request: !2298
parents
a173118f
bdf1f361
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindCUDA.cmake
View file @
d5151129
...
...
@@ -971,7 +971,8 @@ if(NOT CUDA_VERSION VERSION_LESS "3.2")
find_cuda_helper_libs
(
nvcuvid
)
endif
()
endif
()
if
(
CUDA_VERSION VERSION_GREATER
"5.0"
)
if
(
CUDA_VERSION VERSION_GREATER
"5.0"
AND CUDA_VERSION VERSION_LESS
"9.2"
)
# In CUDA 9.2 cublas_device was deprecated
find_cuda_helper_libs
(
cublas_device
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment