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: Integrating multi kernel

Part Number: TDA2

Hi guys,

I am trying to integrate two kernel in the eve applet with BAM,but the graph creation fails with this error message:

printf("Graph construction failed!!! Decrease the value of BLK_WIDTH or BLK_HEIGHT\n");

I tried with:

--> block width =8 & block_height=8

-->node list,edge list & the parameters i checked.

Any help is appreciated.

Regards

Surbhi

  • Hi Surbhi,

       This indicates that with current block sizes the internal memory is not enough. Given that you are already trying a very small block size I am suspecting that some of the parameter's for the BAM node is not correct. Can put a break point at BAM_autoAllocMemRec function and step in to see which parameter is in-correct. This is the function where all the internal memories are allocated.

    Regards,

    Anshu

  • Hi Surbhi,
       Were  you able to make progress on this issue? 

    Regards,

    Anshu