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

Comparing OpenCL/Changes (file contents):
Revision 1.56 by root, Sun Apr 29 18:39:31 2012 UTC vs.
Revision 1.57 by root, Sun Apr 29 19:38:05 2012 UTC

19 19
20 - work around a bug in the nvidia implementation, where build fails with 20 - work around a bug in the nvidia implementation, where build fails with
21 INVALID_BINARY if the compiler runs succesfully but ptxas fails. 21 INVALID_BINARY if the compiler runs succesfully but ptxas fails.
22 - explicitly check for 0 size dimensions in nd_range_kernel, as nvidia 22 - explicitly check for 0 size dimensions in nd_range_kernel, as nvidia
23 crashes (and OpenCL probably allows this behaviour). 23 crashes (and OpenCL probably allows this behaviour).
24 - actually report clSetKernelArg errors in ("OpenCL::Kernel::setf.
25 - setf properly can now properly set local arguments ('z').
26 - using undef to pass null memory buffers now works in set_xxx.
24 27
250.98 Sat Apr 28 15:31:46 CEST 2012 280.98 Sat Apr 28 15:31:46 CEST 2012
26 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef. 29 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
27 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just 30 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just
28 $queue->xxx, the enqueue_ prefix has been deprecated. 31 $queue->xxx, the enqueue_ prefix has been deprecated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines