CUBLAS occupancy

Hello,

Is there any way that I can view occupancy (registers, shared mem) of CUBLAS routines?
I tried using computeprof on Linux and everything is working fine on my kernels, but it doesn’t work with CUBLAS kernels from dynamic library?
I found CUBLAS 1.1 source, but I need technical info about current version.

Many thanks for any help.

Then… There must b an API to stop profiling for a particular process/thread. If there exists, you dont have any luck then.
Check out the driver/runtime API