This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Using GPU for Computations

Part Number: TDA4VM

Tool/software:

Hi,

Are there any examples of how to use the GPU on the TDA4 for computations, such as matrix multiplication or similar tasks? I have limited resources and need to offload some operations to the GPU if possible.

Do I need to use OpenCL or Vulkan for this? Is there a "Hello World" type example available? What steps need to be taken to achieve this, and how can it be integrated into an OpenVX application?

Thank you!

  • Hello,

    Do you have a specific preferred framework to use? Vulkan and OpenCL are not enabled by the default SDK. You would have to add that configuration in Yocto and rebuild. Otherwise you can use OpenGLES which is what is currently supported by default.