Page 1 of 1

Running code on 16-core in parallella

PostPosted: Thu Jun 30, 2016 12:19 pm
by SoMia
Dears,

My graduation project on parallella and the main target of using parallella is optimization in time and power , now i have a code " modulation communication system block code " and i want to run this code into 16-core in parallel to optimize the time , i have tried to write 16 epiphany code every code run part of modulation block it it take more time to load 16 srec file onto 16 core .

any suggestions can help me please, ?

Thanks in Advance.

Re: Running code on 16-core in parallella

PostPosted: Thu Jun 30, 2016 2:38 pm
by jar
I understand that your SREC program loading time is slower than your execution time.

If you used the COPRTHR 2 SDK, it includes a very fast loader within the proto-OS and fast re-execute if that is your bottleneck.