We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deadlock if core0 calls e_barrier_init() after some other core calls e_barrier()
Force user to have bar_array in .bss
Then we can eliminate this: https://github.com/adapteva/epiphany-libs/blob/2015.1/src/e-lib/src/e_mutex_barrier_init.c#L38 which can overwrite flag set here: https://github.com/adapteva/epiphany-libs/blob/2015.1/src/e-lib/src/e_mutex_barrier.c#L99 and then core0 gets stuck here: https://github.com/adapteva/epiphany-libs/blob/2015.1/src/e-lib/src/e_mutex_barrier.c#L87
Depends on #54
Unlikely to happen on hw for "normal programs" (e.g., SIMD)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Deadlock if core0 calls e_barrier_init() after some other core calls e_barrier()
Force user to have bar_array in .bss
Then we can eliminate this:
https://github.com/adapteva/epiphany-libs/blob/2015.1/src/e-lib/src/e_mutex_barrier_init.c#L38
which can overwrite flag set here:
https://github.com/adapteva/epiphany-libs/blob/2015.1/src/e-lib/src/e_mutex_barrier.c#L99
and then core0 gets stuck here:
https://github.com/adapteva/epiphany-libs/blob/2015.1/src/e-lib/src/e_mutex_barrier.c#L87
Depends on #54
Unlikely to happen on hw for "normal programs" (e.g., SIMD)
The text was updated successfully, but these errors were encountered: