Page 1 of 1

synchronize different code with e_barrier

PostPosted: Thu Feb 19, 2015 7:38 pm
by grzeskob
Hi,

Is it possible to synchronize different code running on cores with e_barrier ?

From my tests seems that it is not possible.
e_barrier works when I put same code on few cores.
But blocks after I change anything on one of the core.

BR
Bartek

Re: synchronize different code with e_barrier

PostPosted: Sun Feb 22, 2015 7:36 pm
by aolofsson
Sorry, the current e_barrier() is limited to a workgroup running the same code.

https://github.com/adapteva/epiphany-li ... _barrier.c

Andreas