Skip to content
  • Brad King's avatar
    CUDA: Populate NVIDIA compiler information on Windows · 11551702
    Brad King authored
    Port Windows-specific compilation and linking rules over from the
    `Platform/Windows-MSVC` module and adapt it for NVIDIA CUDA.  On Windows
    nvcc and its host compiler (MSVC) do not understand or use options like
    `-fPIC` or `-std=`, so condition those out.
    11551702