Open
Description
We have ARM and ARM64 (#1305) arriving on RPi3B+ and LePotato boards. We should try and see if we can get GPU acceleration there:
- OpenCL can work not too bad on Intel GPUs (cf
ccpp
) using ComputeCpp - LePotato has a MALI-450 GPU, no idea yet how much we can expect of OpenCL there
- RPi3B (and
+
model) now have OpenCL 1.2 Embedded Profile compliant https://github.com/doe300/VC4CL#opencl-support and ComputeCpp has ARMv7 binaries targetting Ubuntu 14.04, so we might be able to get stuff to work there.