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

cuCtxGetSharedMemConfig is deprecated as of CUDA 12.3, acknowledge this #649

Closed eyalroz closed 2 months ago

eyalroz commented 3 months ago

cuCtxGetSharedMemConfig() is now deprecated, likely because devices supporting it are no longer officially supported in CUDA. So, let's hide all parts of the code involving this function when building with CUDA 12.3 and later.