cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Chaki_Shante
Journeyman III

Stream Profiler and PyOpenCL

Is there any way to use the ATI Stream Profiler outside C/C++ and VS2008 ? I'd like to profile OpenCL kernels invoked from PyOpenCL.

 

Thanks,

Chaki

0 Likes
6 Replies
Chaki_Shante
Journeyman III

Thanks for the link. Seems interesting although not immediately ready for use from within Python. I'll think about it though.

0 Likes

For now, it is only accessible through Visual Studio.

0 Likes

Originally posted by: Byron

For now, it is only accessible through Visual Studio.

 

AH! My mistake, didn't notice that, figures though.

0 Likes

GPUPerfAPI (the profiling API) is a library that can be used within your application.  Visual Studio is not required.

0 Likes

AH! So I am not crazy... nor mistaken.

0 Likes