pyopencl icon indicating copy to clipboard operation
pyopencl copied to clipboard

OpenCL integration for Python, plus shiny features

Results 104 pyopencl issues
Sort by recently updated
recently updated
newest added

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. -...

bug

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....

bug

**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...

bug

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...

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...

bug