Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenCL for Python

Tags:

python

opencl

I'm looking for a good OpenCL wrapper\library for Python, with good documentation. I tried to search some... but couldn't find one good enough.

like image 549
obenjiro Avatar asked Oct 31 '10 15:10

obenjiro


People also ask

What is OpenCL Python?

OpenCL, the Open Computing Language, is the open standard for parallel programming of heterogeneous system.

What is OpenCL and Cuda?

CUDA is a proprietary API and set of language extensions that works only on NVIDIA's GPUs. OpenCL, by the Khronos Group, is an open standard for parallel programming using Central Processing Units (CPUs), GPUs, Digital Signal Processors (DSPs), and other types of processors.


1 Answers

The most popular and best documented option seems to be PyOpenCL. It claims to be a complete wrapper for OpenCL and the documentation looks good.

like image 150
Rafe Kettler Avatar answered Oct 07 '22 19:10

Rafe Kettler