Wiki

Clone wiki

Artificial Neural Networks / GPU Computing on RPi - References

GPU Computing on RPi - References

  1. RPi wiki page on GPU Processing API
  2. Raspberry Pi VideoCore APIs
  3. GPGPU on the R-PI
  4. Why is Oculus writing a (non-VR) general purpose library?, I am not sure what Oculus-VR is, but they have reverse-engineered the assembler for Videocore-IV GPU !!
  5. Can I use the GPU for calculations?, RPi StackExchange question
  6. RPi Stackexchange questions with gpu tag, only 18 of them
  7. GPGPU programming with OpenGL ES 2.0
  8. General-purpose computing on graphics processing units
  9. Programming directly on GPU (VideoCore)
  10. Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
  11. Open ARM GPU drivers:, by Luc Verhaegen, FOSDEM 2013. Very informative presentation on the world of GPUs
  12. Fun and Games with the Videocoreiv Quad Processor Units
    This resource should be really helpful.
  13. Videocore-IV Programmers Manual
    This resource should be really helpful.
  14. Development tools for the VideoCore IV processor.
  15. Simulating biological-inspired spiking neural networks with OpenCL
  16. Qt project & RPi, they have done some optimizations which might help us, but they are only graphics related & General-Purpose computing.
  17. [[https://trac.ffmpeg.org/wiki/How%20to%20compile%20FFmpeg%20for%20Raspberry%20Pi%20(Raspbian)|How to compile FFmpeg for RPi], this also talks about cross-compiling
  18. PPAM 2009 GPU and OpenCL Tutorial
  19. Rise of Vivante: Fastest Tablet GPU on the Market?
  20. GPGPU.org wiki
  21. The computing power of the Vivante's GC2000 GPU in i.mx6q

Updated