aseem hegshetye <aseem.hegshetye(a)gmail.com> writes:
Is there a way to debug and/or print intermediate
variables while
running a c kernel on GPu via pyopencl.
OpenCL allows printf(). oclgrind can be helpful. AMD CodeXL allows
debugging.
Andreas