summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/StaticRuntimePlusToolkit/mixed.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CUDAToolkit: No targets now depend on the CUDA runtimeRobert Maynard2020-01-141-0/+8
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.