[Beignet] [PATCH] Test case for missing global barrier functionality
Dag Lem
dag at nimrod.no
Sun Jun 9 23:55:47 PDT 2013
The attached test currently fails - I hope someone will take up the
gauntlet ;-)
I also see another problem with global memory - using a larger chunk
of global memory as temporary storage per work item (e.g. 64KB) seems
to trigger read/write inconsistency within each work item (reading
back zeros after having written non-zeros).
Dag Lem (1):
utests: Add test case for global memory barrier
kernels/compiler_global_memory_barrier.cl | 5 +++++
utests/CMakeLists.txt | 1 +
utests/compiler_global_memory_barrier.cpp | 27 +++++++++++++++++++++++++++
3 files changed, 33 insertions(+)
create mode 100644 kernels/compiler_global_memory_barrier.cl
create mode 100644 utests/compiler_global_memory_barrier.cpp
--
1.8.1.4
More information about the Beignet
mailing list