kokkos / nvcc_wrapper

Wrapper shell script for NVIDIA nvcc to better conform to host compiler command line arguments
7 stars 13 forks source link

Support accepting -Xnvlink options. #30

Closed vbrunini closed 5 years ago

vbrunini commented 5 years ago

@crtrott @ibaned

This lets us use "-Xnvlink --suppress-stack-size-warning" to get rid of the spurious warnings when we build virtual functions on the GPU with RDC.