https://github.com/Kitware/CMake
Revision 122c79748c30fb80d911591472cba8d6efdb75ae authored by Robert Maynard on 15 August 2018, 15:53:51 UTC, committed by Brad King on 23 August 2018, 18:43:31 UTC
Use `curand_static` to identify directories containing device libraries
because `cublas_device` is deprecated and will be removed in the future.

Issue: #18290
1 parent c4ab098
Raw File
Tip revision: 122c79748c30fb80d911591472cba8d6efdb75ae authored by Robert Maynard on 15 August 2018, 15:53:51 UTC
CUDA: Avoid using deprecated cublas_device to identify device lib dirs
Tip revision: 122c797
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing

# Visual Studio work directory
.vs/
back to top