summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/StaticRuntimePlusToolkit/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Don't presume that Linux CUDA Toolkits provide static libsRobert Maynard2022-11-231-9/+17
|
* CUDAToolkit: No targets now depend on the CUDA runtimeRobert Maynard2020-01-141-0/+29
It is not a requirement to have shared|static consistent across your CUDA libraries (e.g curand, nppc ) and your CUDA runtime library. It is entirely allowable to use a static nppc and a shared runtime.