VC4CL icon indicating copy to clipboard operation
VC4CL copied to clipboard

OpenCL implementation running on the VideoCore IV GPU of the Raspberry Pi models

Results 33 VC4CL issues
Sort by recently updated
recently updated
newest added

In 64 bit os, raspberry do not have libvcsm.so. I edited file to delete all code related to vcsm and build successfully. Could you add 64 bit flag to omit...

Hi, first of all thanks for this great project! I'm currently trying to build VC4CL on a Raspberry Pi Zero following [this description](https://qengineering.eu/install-opencl-on-raspberry-pi-3.html) using the most recent Raspbian version (see...

Hi, I tried to run darknet on RPI 3B+ with VC4CL. I can compile the code but encountered``Normalizer: Invalid local type for memory area: (g) f32* %arrayidx29.sink75`` when running the...

Hello. I'm trying to run OpenCL on Raspberry Pi Zero with Raspbian (Debian Buster). I know that the library was not designed for Zero, but since [this guy](https://kenny-peng.com/2021/09/14/raspi_zero_opencl.html) claimed it...

Dear @doe300 , I found out only recently about your OpenCL implementation. I had a RPI 3 lying idle somewhere so I decided to put it to good use and...

First of all thank you for building OpenCL compiler for VideoCoreIV GPUs. Just wanted to know is there is possibility to support for VC6 GPU devices.

question
wontfix

I'm seeing a very strange behaviour when running relatively large buffers (87968 bytes). I have a test FIR filter: https://github.com/dernasherbrezon/clDsp/blob/main/fir_filter.cl It takes input buffer, multiplies to filter taps (constant) buffer...

Out of a toy interest, I am trying to run OpenCL and the tree likelihood computation library [BEAGLE](https://github.com/beagle-dev/beagle-lib/issues/157) to run on a PI. BEAGLE assumes that [work sizes are divisible...

question

When I try to run any Hashcat attack on a raspberry pi 3 with VC4CL, I get the error `clBuildProgram(): CL_COMPILE_PROGRAM_FAILURE`, I have installed VC4CL according to here, https://github.com/aaguiar96/VC4CL-Install. Can...

bug

I am curious about performance measurements / theoretical performance numbers. The often stated theoretical performance of the VideoCore IV is 24GFLOPS. The author of py-videocore manages to get to 8.32...

question