Changes between Version 6 and Version 7 of OpenCLTransformation


Ignore:
Timestamp:
06/27/14 14:21:46 (12 years ago)
Author:
fuufusuu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCLTransformation

    v6 v7  
    3939err |= clSetKernelArg(kernel, 2, sizeof(unsigned int), &count);
    4040
    41 clSetKernelArg sets arguments for an array of each device in the kernel.
     41clSetKernelArg sets arguments for an array of each device in the kernel. Note that the part for picking a device actually comes from clCreateCommandQueue.
    4242{{{
    4343  $assert(global%local == 0);