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

cuCtxGetSharedMemConfig is deprecated as of CUDA 12.3, acknowledge this

Open eyalroz opened this issue 1 year ago • 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.

eyalroz avatar May 04 '24 19:05 eyalroz