summaryrefslogtreecommitdiff
path: root/utests/compiler_fill_image_2d_array.cpp
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-11-25 13:00:10 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-11-25 13:04:50 +0800
commit18033228ab55e236363cc4a19c1071fd94aecfc6 (patch)
treed26e7fec1f9642e37d91af179a6edad618789bc7 /utests/compiler_fill_image_2d_array.cpp
parent64613e1fa0518558d6f683fe53dd854eb5f414e7 (diff)
downloadbeignet-18033228ab55e236363cc4a19c1071fd94aecfc6.tar.gz
utests: fix work group size issue in compiler_fill_image_2d_array.
Reduce work group size from 1024 to 256 to fit all platforms. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'utests/compiler_fill_image_2d_array.cpp')
-rw-r--r--utests/compiler_fill_image_2d_array.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utests/compiler_fill_image_2d_array.cpp b/utests/compiler_fill_image_2d_array.cpp
index 649b416a..fc093622 100644
--- a/utests/compiler_fill_image_2d_array.cpp
+++ b/utests/compiler_fill_image_2d_array.cpp
@@ -37,9 +37,9 @@ static void compiler_fill_image_2d_array(void)
globals[0] = w/2;
locals[0] = 16;
globals[1] = h;
- locals[1] = 8;
+ locals[1] = 4;
globals[2] = array;
- locals[2] = 8;
+ locals[2] = 4;
OCL_NDRANGE(3);
// Check result