Generating Assembly

Hi,
Is there a way I can dump assembly generated for the kernel under compilation through NVIDIA OpenCL compiler.

Thanks

You can get the PTX assembly by calling clGetProgramInfo() with CL_PROGRAM_BINARIES.