summaryrefslogtreecommitdiff
path: root/utests/runtime_flat_address_space.cpp
diff options
context:
space:
mode:
authorBenjamin Segovia <segovia.benjamin@gmail.com>2012-05-09 13:18:26 +0000
committerKeith Packard <keithp@keithp.com>2012-08-10 16:17:19 -0700
commit44ee5a35d1e484f5ad10b67df136ef325071345d (patch)
treeaa1b6e05129882d485f90f237751d36536b93ce1 /utests/runtime_flat_address_space.cpp
parent61cef00d745cc010d77897a7fdc0ffe73210bd44 (diff)
downloadbeignet-44ee5a35d1e484f5ad10b67df136ef325071345d.tar.gz
Fixed a bug while providing local IDs in the CURBE
Diffstat (limited to 'utests/runtime_flat_address_space.cpp')
-rw-r--r--utests/runtime_flat_address_space.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/utests/runtime_flat_address_space.cpp b/utests/runtime_flat_address_space.cpp
index d2f4aefb..14d33d63 100644
--- a/utests/runtime_flat_address_space.cpp
+++ b/utests/runtime_flat_address_space.cpp
@@ -24,7 +24,8 @@ main(int argc, char *argv[])
{
cl_mem dst[24];
int *dst_buffer;
- const size_t n = 32 * 1024 * 1024;
+ //const size_t n = 32 * 1024 * 1024;
+ const size_t n = 16;
const size_t global_work_size = n;
const size_t local_work_size = 16;
int status = 0;