Possible Duplicate:
How to profile PyCuda code with the Visual Profiler?
The CUDA visual profiler (nvvp) requires an executable entry for profiling, but my CUDA code is implemented in a python package by through C extension. Is there anyway to do the CUDA profiling in this python package? Thanks!