cuda-api-wrappers
cuda-api-wrappers copied to clipboard
cuCtxGetSharedMemConfig is deprecated as of CUDA 12.3, acknowledge this
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.