We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :-)
cuFuncGetName()
cuFuncGetModule()
cuda::kernel_t
module_t
The text was updated successfully, but these errors were encountered:
Regards #670: Can now get a kernel's name using its handle
b926805
e5df8f9
eyalroz
No branches or pull requests
Beginning with CUDA 12.3, we have
cuFuncGetName()
andcuFuncGetModule()
, so we can obtain acuda::kernel_t
's name and its containingmodule_t
:-)The text was updated successfully, but these errors were encountered: