标签: python cuda profiling cprofile nvvp
可能重复: How to profile PyCuda code with the Visual Profiler?
CUDA可视化分析器(nvvp)需要一个可执行条目来进行性能分析,但我的CUDA代码是通过C扩展在python包中实现的。反正有没有在这个python包中进行CUDA分析?谢谢!