Closed holdymoldy closed 7 years ago
Only occurs with multiple threads. Building program on CPU causes CompilerWarning from pyopencl. On one thread, processing is performed correctly. On multiple threads, the warning causes one thread to crash.
Occurred because OpenCL devices, contexts, and queues must be created on same thread they're used by
Only occurs with multiple threads. Building program on CPU causes CompilerWarning from pyopencl. On one thread, processing is performed correctly. On multiple threads, the warning causes one thread to crash.