There has been some good work done on getting the GPU to do some serious number crunching and I was just wondering if a future version of the Pi could possibly include multiple GPUs for extra processing?
We really need to get kids into AI as well as programming and this may be a cheaper more acessible way to do it.
-
- Posts: 59
- Joined: Mon Jul 29, 2013 4:37 pm
-
- Posts: 25164
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Multiple GPUs for AI/number crunching.
madtom1999 wrote: ↑Sat Nov 17, 2018 9:22 amThere has been some good work done on getting the GPU to do some serious number crunching and I was just wondering if a future version of the Pi could possibly include multiple GPUs for extra processing?
We really need to get kids into AI as well as programming and this may be a cheaper more acessible way to do it.
The Raspberry Pi all current models have a VPU VideoCore4:
https://en.wikipedia.org/wiki/VideoCore
The information is out there....you just have to let it in.
Re: Multiple GPUs for AI/number crunching.
When it comes to AI the low-cost Pi0/Pi0W respectively the embedded QPUs (rouphly speaking: 12 vector-processing units ) are an option (Details: https://docs.broadcom.com/docs/12358545, https://elinux.org/BCM2835_datasheet_errata )madtom1999 wrote:We really need to get kids into AI as well as programming and this may be a cheaper more acessible way to do it.
(1) Qlib
https://github.com/mn416/QPULib
(2) opencl
viewtopic.php?p=1227659
(and links therein)
(3)
https://www.youtube.com/watch?v=zRaQS5MA2fU
4…..
Generally speaking :Maddtom1999 wrote:I was just wondering if a future version of the Pi could possibly include multiple GPUs for extra processing?
Videocore V :
16 QPUs (currently: 12),
register width: 16*32 (16*float) AND 32*16 (32*short float) witch would roughly doubled the AI performance.
In the meantime:
Multible Pi0s/multible Videocore IV:
viewtopic.php?f=49&t=199994
.