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

Comparing OpenCL/Changes (file contents):
Revision 1.53 by root, Sat Apr 28 13:31:40 2012 UTC vs.
Revision 1.59 by root, Mon Apr 30 23:12:43 2012 UTC

15TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateProgramWithBuiltInKernels.html 15TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateProgramWithBuiltInKernels.html
16TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateSubDevices.html 16TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateSubDevices.html
17TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueMigrateMemObjects.html 17TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueMigrateMemObjects.html
18TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor) 18TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor)
19 19
20 - work around a bug in the nvidia implementation, where build fails with
21 INVALID_BINARY if the compiler runs succesfully but ptxas fails.
22 - explicitly check for 0 size dimensions in nd_range_kernel, as nvidia
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.
27 - release_gl_texture was missing.
28 - fix/improve/balance gl sharing example.
29
300.98 Sat Apr 28 15:31:46 CEST 2012
20 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef. 31 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
21 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just 32 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just
22 $queue->xxx, the enqueue_ prefix has been deprecated. 33 $queue->xxx, the enqueue_ prefix has been deprecated.
23 - INCOMPATIBLE CHANGE: use ->set_image to set kernel args, ->image[23]d have 34 - INCOMPATIBLE CHANGE: use ->set_image to set kernel args, ->image[23]d have
24 been deprecated. 35 been deprecated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines