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

Comparing OpenCL/Changes (file contents):
Revision 1.51 by root, Wed Apr 25 20:49:13 2012 UTC vs.
Revision 1.52 by root, Wed Apr 25 21:48:44 2012 UTC

20 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef. 20 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
21 - INCOMPATIBLE CHANGE: use ->set_image to set kernel args, ->image[23]d have 21 - INCOMPATIBLE CHANGE: use ->set_image to set kernel args, ->image[23]d have
22 been deprecated. 22 been deprecated.
23 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just 23 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just
24 $queue->xxx, the enquire_ prefix has been deprecated. 24 $queue->xxx, the enquire_ prefix has been deprecated.
25 - new $kernel->setf function to set kernel arguments in one go.
25 - (optional, automatic) anyevent integration. 26 - (optional, automatic) anyevent integration.
26 - implement an event queue, use Async::Interrupt for communication. 27 - implement an event queue, use Async::Interrupt for communication.
27 - implement context notification callbacks (untested). 28 - implement context notification callbacks (untested).
28 - provide a default context notification function that prints to stderr. 29 - provide a default context notification function that prints to stderr.
29 - implement event callback notifications. 30 - implement event callback notifications.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines