ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/OpenCL.pm
(Generate patch)

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.12 by root, Thu Nov 17 02:56:47 2011 UTC vs.
Revision 1.13 by root, Thu Nov 17 03:01:35 2011 UTC

219prefixes (C<< $platform->info >>). 219prefixes (C<< $platform->info >>).
220 220
221=item * OpenCL often specifies fixed vector function arguments as short 221=item * OpenCL often specifies fixed vector function arguments as short
222arrays (C<size_t origin[3]>), while this module explicitly expects the 222arrays (C<size_t origin[3]>), while this module explicitly expects the
223components as separate arguments- 223components as separate arguments-
224
225=item * Structures are often specified with their components, and returned
226as arrayrefs.
224 227
225=item * Where possible, one of the pitch values is calculated from the 228=item * Where possible, one of the pitch values is calculated from the
226perl scalar length and need not be specified. 229perl scalar length and need not be specified.
227 230
228=item * When enqueuing commands, the wait list is specified by adding 231=item * When enqueuing commands, the wait list is specified by adding

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines