cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Custom compilation commands should use all CMAKE_CUDA_FLAGS, not just the arch flags

Open eyalroz opened this issue 6 months ago • 0 comments

We invoke NVCC with a custom command for compiling kernel fatbin files. But - we on;y use the architecture-related flag(s), rather than all CMAKE_CUDA_FLAGS. Let's use all of them.

eyalroz avatar Apr 26 '25 21:04 eyalroz