CMake/Tests/CudaOnly
Brad King 3b75421515 VS: Improve workaround for CUDA -Xcompiler placement bug
In commit v3.9.0-rc1~431^2~6 (VS: Place CUDA host compiler options in
proper project file fields, 2017-03-07) we worked around a bug in the
CUDA VS integration by dropping `AdditionalCompilerOptions`.  However,
this silently drops `-Xcompiler=` options given by the user that don't
map to one of CudaCompile's dedicated settings.  Improve the workaround
to instead put the remaining `AdditionalCompilerOptions` into the
`AdditionalOptions` field behind `-Xcompiler=` ourselves.
2017-06-21 14:24:11 -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 VS: Improve workaround for CUDA -Xcompiler placement bug 2017-06-21 14:24:11 -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