Get Memory Information

Hello,

I’m using the driver API and have no connection to the kernel code from my host code.
To get the symbols from the kernel code, I use the cuModuleGetGlobal method, but the only information I get is the size of the data.

Since there is also a method to get information about a CUDA array (cuArrayGetDescriptor and cuArray3DGetDescriptor), it would be nice to have a method which does the same for teh CUDA linear memory.

Or maybe there is something like that?

Thanks
Martin