Skip to content
  • Kenneth Moreland's avatar
    Do NVIDIA device link for executables · f2d4e1b1
    Kenneth Moreland authored
    This should not really be necessary for our native cuda device, but the
    kokkos library needs device link active because it pre-compiles code in
    its library. Any executable with its own device code needs to run this
    step. (I'm not sure why this is not happening by default.)
    f2d4e1b1