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.

TDA2: EVE:Execute Single Kernel into multi EVE cores

Part Number: TDA2

Hi guys,

We need to execute a single kernel on different EVE cores with the following scenario.

1. The input image will be in x*y dimension.

2. It has to be broken into x1*y1, x2*y2, x3*y3 dimensions.

3. The kernel should be executed in all the EVE cores for these different image sections.

4. After the executions in all the cores completed, the individual outputs should be merged into x*y dimension single image.

And, the execution can be done with or without the support of VisionSDK.

Can you please suggest the steps or methodologies to do so.

Regards

Surbhi

  • Hello Surbhi,

    The first step would be to develop an applet on EVE to process any frame of dimensions x*y on one single EVE core. You can find more information on how to implement an applet by reading this post and its attached presentation:

    Then next step is to create a vision SDK alg-plugin that would be instantiated on 4 different cores but running the same applet with different image dimensions as parameters. 

    Finally you need to create a merge applet and its alg-plugin to run on the 4th core.

    regards,

    Victor