CMake/Tests/CudaOnly
Brad King bbc1f3642c VS: Fix support for nvcc flags not in our flag table
The change in commit v3.9.0-rc4~3^2 (VS: Improve workaround for CUDA
-Xcompiler placement bug, 2017-06-21) accidentally appended to the
`AdditionalOptions` as if it were a `;`-separated list, but it is
actually a command-line string.  Append with a space instead.

While at it, fix the same problem for the `AdditionalOptions` added to
`CudaLink` by commit v3.9.0-rc3~1^2 (CUDA: When linking device code
suppress CUDA 8.0+ deprecation warnings, 2017-06-09).

Fixes: #17008
2017-06-27 09:08:50 -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: Fix support for nvcc flags not in our flag table 2017-06-27 09:08:50 -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