diff --git a/test_conformance/allocations/allocation_execute.cpp b/test_conformance/allocations/allocation_execute.cpp index 5a77c3a7..fb19cccc 100644 --- a/test_conformance/allocations/allocation_execute.cpp +++ b/test_conformance/allocations/allocation_execute.cpp @@ -140,7 +140,7 @@ int check_image(cl_command_queue queue, cl_mem mem) { } -#define NUM_OF_WORK_ITEMS 8192*2 +#define NUM_OF_WORK_ITEMS (8192 * 32) int execute_kernel(cl_context context, cl_command_queue *queue, cl_device_id device_id, int test, cl_mem mems[], int number_of_mems_used, int verify_checksum) {