PyOpenCL-Tutorial
PyOpenCL-Tutorial copied to clipboard
A Narrative of PyOpenCL Examples
fix for 021 example
Thank you so much for your contribution related to pyOpenCL. Helps a lot. I tried your example https://github.com/benshope/PyOpenCL-Tutorial/blob/master/021_array_sum.py but the variables seem to have been swapped on line 39? `cl.enqueue_copy(queue,...
Dear Ben, Nice examples, thanks for writing this! The `030_timing.py` code is doing an unfair comparison of the speed of a slow python loop versus a compiled C-OpenCL code. In...