In CMAKE with FindCUDA, given an input file filename.cu
, the cuda_compile_ptx
command generates output filenames of the form cuda_compile_ptx_generated_filename.cu.ptx
, but I need the output filenames to be of the form filename.ptx
.
Is there a simple way to make this work?