revert saxpy change and fix stage_1_cycles not working
This commit is contained in:
@@ -153,7 +153,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
cl_event kernel_completion;
|
||||
size_t global_work_size[1] = {NUM_DATA/2,NUM_DATA/2};
|
||||
size_t global_work_size[1] = {NUM_DATA};
|
||||
printf("attempting to enqueue kernel\n");
|
||||
fflush(stdout);
|
||||
CL_CHECK(clEnqueueNDRangeKernel(queue, kernel, 1, NULL, global_work_size,
|
||||
|
||||
Reference in New Issue
Block a user