summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/PDB/main.cu
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add workaround for CUDA compiler PDB locationBrad King2018-04-131-0/+4
The CUDA Toolkit Visual Studio Integration does not honor the `ClCompile.ProgramDataBaseFileName` field when telling `nvcc` how to invoke `cl`. Work around this problem by passing `-Xcompiler=-Fd...` ourselves through `AdditionalOptions`. Fixes: #17647