kokkos / nvcc_wrapper

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

Add cudart and cudadevrt to recognized options #32

Closed mpokorny closed 3 years ago

mpokorny commented 4 years ago

It would be convenient (to me, at least) to have nvcc_wrapper recognize the -cudart, --cudart, -cudadevrt and --cudadevrt options to nvcc. It's a simple change, I think; I've already done it in my local version, and I could provide a PR for the changes if you'd like.

masterleinad commented 4 years ago

Fell free to provide a pull request to the develop branch of https://github.com/kokkos/kokkos/.