Files
CMake/Source
Brad King faf3d7d224 VS: Add workaround for CUDA compiler PDB location with space
CUDA Toolkit Visual Studio Integration for version 9.2 and above does
honor the `ClCompile.ProgramDataBaseFileName` field when telling `nvcc`
how to invoke `cl`.  Unfortunately it does not quote paths with spaces
correctly:

    -Xcompiler "... /Fd"C:\path\with space\foo.pdb" ..."

Work around this by converting the PDB location to a relative path.
Likely we could always do this, but for now make a minimal change
just for CUDA support.

Fixes: #18440
2018-10-10 13:29:47 -04:00
..
2018-10-03 11:38:46 -04:00
2018-06-04 10:32:49 -04:00
2018-10-03 00:01:07 -04:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-02-26 11:24:45 -05:00
2018-02-26 11:24:45 -05:00
2018-06-04 10:32:49 -04:00
2018-02-13 11:24:30 -05:00
2018-08-24 14:58:49 -04:00
2018-08-24 14:58:49 -04:00
2018-04-03 17:28:08 -04:00