icpx: error: cannot specify -o when generating multiple output files

28 Views Asked by At

I can't seem to specify -xRAPTORLAKE to the intel compiler when also using nvcc.

nvcc -ccbin icpx -Xcompiler -xRAPTORLAKE -o exe_filename source_filename.cu
icpx: error: cannot specify -o when generating multiple output files

is there another way i can pass -xRAPTORLAKE to the intel compiler?

0

There are 0 best solutions below