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

Support obtaining a kernel's name, module by its handle

Open eyalroz opened this issue 1 year ago • 0 comments

Beginning with CUDA 12.3, we have cuFuncGetName() and cuFuncGetModule(), so we can obtain a cuda::kernel_t's name and its containing module_t :-)

eyalroz avatar Sep 05 '24 15:09 eyalroz