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.54 by root, Sat Apr 28 13:33:04 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
200.98 Sat Apr 28 15:31:46 CEST 2012
20 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef. 21 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
21 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just 22 - INCOMPATIBLE CHANGE: $queue->enqueue_xxx methods have been renamed to just
22 $queue->xxx, the enqueue_ prefix has been deprecated. 23 $queue->xxx, the enqueue_ prefix has been deprecated.
23 - INCOMPATIBLE CHANGE: use ->set_image to set kernel args, ->image[23]d have 24 - INCOMPATIBLE CHANGE: use ->set_image to set kernel args, ->image[23]d have
24 been deprecated. 25 been deprecated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines