We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am working with the Zynq Ultrascale+ ZCU102 Board. On it is a Mali-400 MP2 GPU. I need to use this as an additional computational unit (i.e. use OpenCL rather than OpenGL). I have read that this GPU only supports OpenGL. Is there a way to use OpenCL? If not, can I use OpenGL instead and ignore displaying anything. Ideally, I don't want to have to connect a display to the board.
Thanks in advance!
Alright, thank you very much. Do you have some basic source code to explain exactly what is needed to use OpenGL for GPGPU computing? Even something simple like adding two vectors on the Mali 400 and getting the result back on the CPU.
I've have tried using the example here but it uses GLEW which to my best knowledge doesn't support OpenGL ES 2.0. Any help will be greatly appreciated. Thanks!