cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Handle -pic default value change
The default value for -pic compilation is different with CUDA 12.4 when compiling in whole-program mode. Let's account for this (e.g. by making sure we only use an optional, so we don't have to worry about the default).