Skip to content
  • Kenneth Moreland's avatar
    Suppress nvlink warnings about virtual methods not used · 5960b8ab
    Kenneth Moreland authored
    Any time there is a CUDA device class that has virtual methods,
    nvlink will issue a warning if the resulting library is linked
    into code that does not use that method, so we basically have
    to suppress these warnings for any execution environment class
    with virtual methods.
    5960b8ab