pocl Support
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 247
- Avg merge
- 7h 2m
- Merged PRs (30d)
- 6
Description
Does pyopencl on pypi support pocl installation? I am trying to avoid conda if possible. Thank you!
From the docs: https://documen.tician.de/pyopencl/misc.html#installing-from-pypi-with-linux-wheels
On Linux, Ubuntu 20.04 if it matters
>To install pyopencl with pocl, a CPU based implementation do,
>
> pip install pyopencl[pocl]
`pip3 install pyopencl[pocl]` produces error:
```
no matches found: pyopencl[pocl]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.