Top "Pyopencl" questions

PyOpenCL provides Pythonic access to the OpenCL parallel computation API.

Download OpenCL AMD APP SDK 3.0 for windows and linux

I want to download standalone version of OpenCL AMD APP SDK 3.0 for Windows and Linux.

opencl amd pyopencl amd-app
How to use Python multiprocessing queue to access GPU (through PyOpenCL)?

I have code that takes a long time to run and so I've been investigating Python's multiprocessing library in order …

python queue multiprocessing pyopencl
Create local array dynamic inside OpenCL kernel

I have a OpenCL kernel that needs to process a array as multiple arrays where each sub-array sum is saved …

memory-management opencl gpgpu pyopencl
Python LogicError: clGetPlatformIDs failed: platform not found khr

While making nosetests for the set of Python programs in Ubuntu an error occurs: devices = [ d for d in cl.…

ubuntu pyopencl
Getting started with PyOpenCL

I have recently discovered the power of GP-GPU (general purpose graphics processing unit) and want to take advantage of it …

python opencl gpgpu pyopencl
fatal error C1083: Cannot open include file: 'CL/cl.h'

I read all the solutions provided in this website in order to solve this problem, but it still exits. When …

python-2.7 pyopencl