-
PoCL compiles using Clang, which assumes that the host OS provides certain libraries. For example, on Linux:
```
From worker 6: ld.lld: error: unable to find library -lm
From worker 6: ld…
-
This feature of PoCL makes it possible to offload to multiple servers, see https://github.com/pocl/pocl/pull/1621#issuecomment-2415865032. That could be an interesting approach to distributing code, a…
-
### Steps to reproduce the issue
I am using Spack development branch
```console
$ spack install pocl
...
[ 77%] Building C object bin/CMakeFiles/poclcc.dir/__/lib/poclu/misc.c.o
cd /mnt/local/ca…
-
There is a compile error when the PoCL is configured with `-DENABLE_REMOTE_SERVER=ON -DENABLE_LLVM_PLATFORM_SUPPORT=ON`:
```
In file included from /mnt/md1/linehill/ws-pocl-2/pocl/lib/CL/pocl_thre…
-
The [SYCL-Graph vendor extension](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc) in SYCL is layered on top of the cl_khr_command_buffer OpenCL…
EwanC updated
16 hours ago
-
```
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
--Type for more, q to quit, c to continue without paging--bt
Core was generated by `/space/pvelesko/chipStar/kernel-c…
-
when using a cl_ulong4, the following compiler note shows up:
```
/home/rabijl/Projects/pocl-2/pocld/../include/hpp/CL/opencl.hpp: In member function ‘cl_int cl::CommandQueue::enqueueFillBuffer(cons…
-
Hi there,
when I reading a code of cmake file in pocl I saw that
option(ENABLE_VENTUS "Enable Ventus GPGPU device driver." OFF)
I want to ask why ventus is not enable.
By the way I wonder how…
-
When attempting to build pocl from source, clinfo doesn't find any device.
clinfo is started by the command below:
`$ OCL_ICD_VENDORS=/usr/local/etc/OpenCL/vendors/pocl.icd clinfo`
and returns
``…
-
Kernels that do printing have started to fail here on my mac M3 (with distro/generic kernellib). I'm configuring the build very plainly as follows:
```
-DCMAKE_BUILD_TYPE=Debug
-DPOCL_DEBUG_MESSA…