Get function/global name from pointer using CUDA Driver API

How do i get the name of a function or global using its CUfunction/CUDevicePtr? cuGraphDebugDotPrint seems to be able to do it, but i cannot find any API in the driver API to be able to do this myself.

I’m not aware of a way to do this with the driver API. You can file a bug if you wish, to request a new feature.

Thank you i will go ahead and do that