This commit is contained in:
Blaise Tine
2019-11-25 04:49:55 -05:00
parent 54ece84f79
commit f2dd612078
34 changed files with 5627 additions and 37 deletions

View File

@@ -153,7 +153,7 @@ int main(int argc, char **argv) {
}
cl_event kernel_completion;
size_t global_work_size[1] = {NUM_DATA};
size_t global_work_size[1] = {NUM_DATA/2,NUM_DATA/2};
printf("attempting to enqueue kernel\n");
fflush(stdout);
CL_CHECK(clEnqueueNDRangeKernel(queue, kernel, 1, NULL, global_work_size,