Hi, I am trying to log the output from my pyOpenCL kernel to a file. Using my standard method of grabbing sys.stdout does not seem to work if I have printf() statements in my code. The printf() output appears in the console output but not in sys.stdout. How should I be going about grabbing the printf() output from pyOpenCL??
Regards, Daryl _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
