CMake/Tests/CudaOnly
Brad King f2059585e6 VS: Fix target_compile_options for CUDA
Fix the VS generator to honor `COMPILE_OPTIONS` for CUDA.  The exclusion
added by commit v3.9.0-rc1~431^2~7 (VS: Do not pass CUDA compile options
to C compiler, 2017-03-07) was correct but we need additional logic to
pass the CUDA compile options to the CUDA compiler.  Also we should
still pass the CXX or C options to MSVC (ClCompile) when those languages
are enabled even if the link language is CUDA.
2017-06-21 14:23:46 -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 VS: Fix target_compile_options for CUDA 2017-06-21 14:23:46 -04: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