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

Handle -pic default value change

Open eyalroz opened this issue 1 year ago • 0 comments

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).

eyalroz avatar Apr 11 '24 20:04 eyalroz