How to use CodeXL to profile pyopencl code?

133 Views Asked by At

Is it possible now to use CodeXL or, for that matter, another graphical profiler to monitor execution of OpenCL kernels written for python scripts with pyopencl? I found it possible only to use CodeXL on executable files, which python scripts are not. If it ends up being important for your answer, all my python modules are installed in an Anaconda environment.

A similar question has already been asked at Use GPU profiler (for example CodeXL) together with PyOpenCL , but the answer was presented there as a link that now leads nowhere.

0

There are 0 best solutions below