Skip to content
  • Brad King's avatar
    VS: Add placeholder CUDA flag tables · 041ebda2
    Brad King authored
    The CUDA Toolkit's VS integration defines abstractions for both options
    to `nvcc` and options to pass through `-Xcompiler` to the host MSVC.
    We need a separate flag table to parse each set of flags into the
    corresponding abstractions.  Add empty placeholders for these tables.
    041ebda2