Jerome Kieffer <jerome.kief...@esrf.fr> writes:
> Apparently their PTX assembly is available with:
> clGetProgramInfo(program, CL_PROGRAM_BINARIES, ...);
> as described in:
> https://arrayfire.com/generating-ptx-files-from-opencl-code/

Yep, that's true. In PyOpenCL, you can just do

print(prg.binaries[0].decode())

or some such.

Andreas

_______________________________________________
PyOpenCL mailing list
PyOpenCL@tiker.net
https://lists.tiker.net/listinfo/pyopencl

Reply via email to