pyopencl
pyopencl copied to clipboard
OpenCL integration for Python, plus shiny features
For now, we typically grab the queue from the first input. Multiple scenarios: - If there are multiple inputs, we should check that they all have the same queue. -...
Since they modify the allocation in place, they're unusable e.g. in the array. Consider the expression `ary2 = ary.with_queue(None)`, which one might think should unbind underlying SVM from the queue....
**Describe the bug** Very large (host) memory consumption has been observed when running OpenCL application in profiling mode. Example: Processing 10000 4Mpix images (int32) with ~6 kernels per image on...
Fixes #731.
The times reported by the `build program: kernel '' was part of a lengthy source build resulting from a binary cache miss ()` output appear to increase fairly dramatically with...
Followup of #738
cc: https://github.com/inducer/meshpy/pull/56
**Describe the bug** `pip install .` seems to write pyopencl files into the main environment: ``` $ pip install . [...] $ pip uninstall pyopencl Found existing installation: pyopencl 2024.2.2...