Changes between Version 4 and Version 5 of OpenCLTransformation
- Timestamp:
- 06/27/14 11:57:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenCLTransformation
v4 v5 51 51 } 52 52 }}} 53 54 err = clGetKernelWorkGroupInfo(kernel, device_id, CL_KERNEL_WORK_GROUP_SIZE, sizeof(local), &local, NULL); 55 56 In regular openCL this will ask the device what work group size to use at runtime. This is not used in the transformation, instead it will make an input for the local workgroup size. 57 {{{ 58 $input int LOCAL; 59 }}} 60
