Skip to content
  • Brad King's avatar
    VS: Drop workaround for CUDA compiler PDB location on CUDA 9.2+ · 592064e0
    Brad King authored
    The workaround added by commit v3.12.0-rc1~227^2 (VS: Add workaround for
    CUDA compiler PDB location, 2018-04-13) is not necessary on CUDA 9.2+
    because the CUDA Toolkit Visual Studio Integration has fixed the
    original bug and forwards the `ProgramDataBaseFileName` to the host
    compiler itself.  Make the workaround conditional on the CUDA version.
    
    Issue: #18440
    592064e0