CMake/Tests/CudaOnly
Robert Maynard 46abfedb83 CUDA: MSVC will now state files are cuda files when needed
The MSVC CUDA build customizations before CUDA 9 would not explicitly
add the -x cu option when building. This caused .cpp and .c files
invoked with CudaCompile to be compiled as host code and not
cuda. Now when we detect CUDA < 9 we will explicitly add this
option to correct this bug.
2018-01-12 15:17:03 -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
GPUDebugFlag CUDA: Allow -G to control device debuging on MSVC. 2018-01-11 13:33:00 -05:00
ResolveDeviceSymbols CUDA: gencode signature that list multiple code types now supported. 2018-01-10 10:45:57 -05:00
SeparateCompilation CUDA: gencode signature that list multiple code types now supported. 2018-01-10 10:45:57 -05:00
WithDefs CUDA: MSVC will now state files are cuda files when needed 2018-01-12 15:17:03 -05:00
CMakeLists.txt CUDA: Allow -G to control device debuging on MSVC. 2018-01-11 13:33:00 -05:00