Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDAToolkit: No targets now depend on the CUDA runtime | Robert Maynard | 2020-01-14 | 1 | -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. |