Hi! When I call all_kernels( ) on program, that was previously successfully built, it always returns empty list. I looked at the source and found that the function create_kernels_in_program is not worked corretly. The kernels vector should be filled with num_kernels dummy values prior to second call of clCreateKernelsInProgram, so that clCreateKernelsInProgram could store all kernel objects in kernels vector.
Best regards, Andrew Karpushin. Skype: reven-dfg
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
