summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/StaticRuntimePlusToolkit
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Don't presume that Linux CUDA Toolkits provide static libsRobert Maynard2022-11-237-21/+86
|
* CUDAToolkit: No targets now depend on the CUDA runtimeRobert Maynard2020-01-147-0/+209
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.