Changes between Version 6 and Version 7 of OpenCLTransformation
- Timestamp:
- 06/27/14 14:21:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenCLTransformation
v6 v7 39 39 err |= clSetKernelArg(kernel, 2, sizeof(unsigned int), &count); 40 40 41 clSetKernelArg sets arguments for an array of each device in the kernel. 41 clSetKernelArg sets arguments for an array of each device in the kernel. Note that the part for picking a device actually comes from clCreateCommandQueue. 42 42 {{{ 43 43 $assert(global%local == 0);
