CMake/Tests/CudaOnly
Robert Maynard 493671a521 CUDA: Static libraries can now explicitly resolve device symbols
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.
2017-04-26 16:18:25 -04:00
..
EnableStandard Tests: Run clang-format on CUDA code 2017-02-14 10:20:50 -05:00
ExportPTX CUDA: Allow sources to be compiled to .ptx files 2017-04-20 13:25:38 -04:00
ResolveDeviceSymbols CUDA: Static libraries can now explicitly resolve device symbols 2017-04-26 16:18:25 -04:00
SeparateCompilation CUDA: Visual Studio now properly delays device linking 2017-04-26 11:41:22 -04:00
WithDefs CUDA: Work around VS limitation in CudaOnly.WithDefs test 2017-03-10 10:19:58 -05:00
.clang-format clang-format.bash: Format CUDA source files too 2017-02-14 10:20:23 -05:00
CMakeLists.txt CUDA: Static libraries can now explicitly resolve device symbols 2017-04-26 16:18:25 -04:00