Changes between Version 4 and Version 5 of OpenCLTransformation


Ignore:
Timestamp:
06/27/14 11:57:07 (12 years ago)
Author:
fuufusuu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCLTransformation

    v4 v5  
    5151  }
    5252}}}
     53
     54err = clGetKernelWorkGroupInfo(kernel, device_id, CL_KERNEL_WORK_GROUP_SIZE, sizeof(local), &local, NULL);
     55
     56In 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