climate_indices icon indicating copy to clipboard operation
climate_indices copied to clipboard

Investigate the use of PyOpenCL for faster parallelization

Open monocongo opened this issue 5 years ago • 0 comments

I've recently had good luck with OpenCL in the context of computer vision applications (using UMat objects with OpenCV), and thought it'd be interesting to cook OpenCL into this codebase to see how much better performance we can get from it as a result.

Some references to help get started: PyOpenCL documentation Parallel Programming with (Py)OpenCL for Fun and Profit

monocongo avatar May 13 '19 16:05 monocongo