eyalroz/cuda-api-wrappers

cuCtxGetSharedMemConfig is deprecated as of CUDA 12.3, acknowledge this

eyalroz opened this issue · 0 comments

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.