eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
766 stars 79 forks source link

Handle -pic default value change #636

Open eyalroz opened 4 months ago

eyalroz commented 4 months ago

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