Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: static lib device linking computes required static libs | Robert Maynard | 2019-09-05 | 1 | -16/+0 |
| | | | | | | Previously the CMake didn't compute the required set of libraries needed to properly device link a static library when CUDA_RESOLVE_DEVICE_SYMBOLS was enabled. | ||||
* | CUDA: Static libraries can now explicitly resolve device symbols | Robert Maynard | 2017-04-26 | 1 | -0/+25 |
If a static library has the property CUDA_RESOLVE_DEVICE_SYMBOLS enabled it will now perform the device link step. The normal behavior is to delay calling device link until the static library is consumed by a shared library or an executable. |