cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Custom compilation commands should use all CMAKE_CUDA_FLAGS, not just the arch flags
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.