12

Can I use a Pi (or, for that matter, Beagle Bone or Arduino) as an OpenCL CPU device? I understand there isn't much of a GPGPU thing on a Pi, but couldn't I link a bunch together under an OpenCL framework and do something cool and flexible with all that CPU?

Ethan
  • 223
  • 2
  • 5

1 Answers1

6

No, there is no OpenCL on the Raspberry Pi as of 2014.

2018 update; there is now a work in progress.

The Arduino is a microcontroller not a SoC (think up to 16000x slower)

The Beagle Bone got some in 2015.

Odroids have had support since 2013?

Rock64 is missing support so far.

user1133275
  • 2,216
  • 15
  • 31