Skip to content
  • Brad King's avatar
    VS: Set CUDA TargetMachinePlatform explicitly on x64 · fd90a14f
    Brad King authored
    The `TargetMachinePlatform` setting tells CUDA what `--machine {32,64}`
    flag to pass to nvcc.  While CUDA automatically chooses the proper
    default for the target architecture, it does not reflect this in the
    user-visible IDE settings.  Set it explicitly to fix the user-visible
    setting.
    
    Fixes: #17355
    fd90a14f