--- OpenCL/OpenCL.pm 2011/11/16 00:35:30 1.5 +++ OpenCL/OpenCL.pm 2011/11/16 00:44:41 1.7 @@ -8,7 +8,7 @@ =head1 DESCRIPTION -This is an early release which might be useful, but hasn't seen any testing. +This is an early release which might be useful, but hasn't seen much testing. =head1 HELPFUL RESOURCES @@ -167,6 +167,24 @@ =back +=head2 PERL AND OPENCL TYPES + +This handy(?) table lists OpenCL types and their perl and pack/unpack +format equivalents: + + OpenCL perl pack/unpack + char IV c + uchar IV C + short IV s + ushort IV S + int IV l + uint IV L + long IV q + ulong IV Q + float NV f + half IV S + double NV d + =head2 THE OpenCL PACKAGE =over 4 @@ -329,7 +347,8 @@ event objects as extra parameters to the enqueue methods. Queues execute in-order by default, without any parallelism, so in most -cases it's not necessary to wait for or create event objects. +cases (i.e. you use only one queue) it's not necessary to wait for or +create event objects. =over 4