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

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.5 by root, Wed Nov 16 00:35:30 2011 UTC vs.
Revision 1.6 by root, Wed Nov 16 00:36:40 2011 UTC

327They also allow you to specify any number of other event objects that this 327They also allow you to specify any number of other event objects that this
328request has to wait for before it starts executing, by simply passing the 328request has to wait for before it starts executing, by simply passing the
329event objects as extra parameters to the enqueue methods. 329event objects as extra parameters to the enqueue methods.
330 330
331Queues execute in-order by default, without any parallelism, so in most 331Queues execute in-order by default, without any parallelism, so in most
332cases it's not necessary to wait for or create event objects. 332cases (i.e. you use only one queue) it's not necessary to wait for or
333create event objects.
333 334
334=over 4 335=over 4
335 336
336=item $packed_value = $ctx->info ($name) 337=item $packed_value = $ctx->info ($name)
337 338

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines