kokkos / nvcc_wrapper

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

Some Architecture Specific Flags aren't accepted correctly #14

Closed nmhamster closed 5 years ago

nmhamster commented 6 years ago

Seem to have trouble specifying -arch, -code and -gencode. Results in incorrect parameters passed through to NVCC.

nmhamster commented 6 years ago

Another set fixed in #15.

crtrott commented 6 years ago

I believe I fixed this.