[Beignet] [PATCH 0/2] Fix the barrier related bugs.
Zhigang Gong
zhigang.gong at linux.intel.com
Tue Jul 2 03:49:47 PDT 2013
We have two known issues which are barrier related.
1. The compiler_local_memory_barrier_2 need to add a memory fence for local memory barrier which is not comply with
Gen7 spec.
2. The compiler_global_memory_barrier fails on GT1 with SIMD8 mode, and if we increase the local size to 256, it also
fails on GT7 machine.
This patchset fixes all the above issue.
Zhigang Gong (2):
GBE: fixed a barrier related bug.
utests: increase local size in the two barrier test cases.
backend/src/backend/gen_insn_selection.cpp | 14 ++++++--------
backend/src/llvm/llvm_gen_backend.cpp | 1 +
utests/compiler_global_memory_barrier.cpp | 2 +-
utests/compiler_local_memory_barrier_2.cpp | 2 +-
4 files changed, 9 insertions(+), 10 deletions(-)
--
1.7.11.7
More information about the Beignet
mailing list