summaryrefslogtreecommitdiff
path: root/utests/runtime_flat_address_space.cpp
diff options
context:
space:
mode:
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;