diff options
author | Zhigang Gong <zhigang.gong@intel.com> | 2014-06-12 16:45:19 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@intel.com> | 2014-06-12 16:46:01 +0800 |
commit | c5bdf04f9a3c295258f67fcdba39ef72fe5d9c8c (patch) | |
tree | e0f7cfcf38cc8d7625d6e3b1e4e0857f41e0676d | |
parent | 60b8e884a3dbac3175a97c8b6abcf7c7aa271bff (diff) |
utest: reduce group size to fit into baytrail platform.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
-rw-r--r-- | utests/test_printf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utests/test_printf.cpp b/utests/test_printf.cpp index ac17d9da..36015745 100644 --- a/utests/test_printf.cpp +++ b/utests/test_printf.cpp @@ -9,7 +9,7 @@ void test_printf(void) globals[1] = 4; locals[1] = 4; globals[2] = 8; - locals[2] = 8; + locals[2] = 2; // Run the kernel on GPU OCL_NDRANGE(3); |