CMake/Tests/CudaOnly
Robert Maynard 8164298935 Cuda: ResolveDeviceSymbols now properly execute everywhere.
The previous version had two bugs that caused the JIT runtime errors.

1. It was building the executable without separable compilation enabled

2. All kernel launches will fail if any kernel is missing a symbol, that
   is why the call to file2_launch_kernel had to be removed
2017-12-13 17:34:48 -05:00
..
EnableStandard Tests: Run clang-format on CUDA code 2017-02-14 10:20:50 -05:00
ExportPTX Tests: Simplify CUDA rpath on macOS 2017-06-21 10:41:49 -04:00
ResolveDeviceSymbols Cuda: ResolveDeviceSymbols now properly execute everywhere. 2017-12-13 17:34:48 -05:00
SeparateCompilation CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variable 2017-11-17 09:51:39 -05:00
WithDefs Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual Studio 2017-11-20 13:51:25 -05:00
CMakeLists.txt CUDA: Static libraries can now explicitly resolve device symbols 2017-04-26 16:18:25 -04:00