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

Comparing OpenCL/Changes (file contents):
Revision 1.64 by root, Thu May 3 23:30:08 2012 UTC vs.
Revision 1.65 by root, Thu May 3 23:32:47 2012 UTC

9TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateProgramWithBuiltInKernels.html 9TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateProgramWithBuiltInKernels.html
10TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateSubDevices.html 10TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateSubDevices.html
11TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueMigrateMemObjects.html 11TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueMigrateMemObjects.html
12TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor) 12TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor)
13 13
140.99 Fri May 4 01:31:15 CEST 2012
14 - OpenCL 1.1 is now effectively feature complete. 15 - OpenCL 1.1 is now effectively feature complete.
15 - work around a bug in the nvidia implementation, where build fails with 16 - work around a bug in the nvidia implementation, where build fails with
16 INVALID_BINARY if the compiler runs succesfully but ptxas fails. 17 INVALID_BINARY if the compiler runs succesfully but ptxas fails.
17 - explicitly check for 0 size dimensions in nd_range_kernel, as nvidia 18 - explicitly check for 0 size dimensions in nd_range_kernel, as nvidia
18 crashes (and OpenCL probably allows this behaviour). 19 crashes (and OpenCL probably allows this behaviour).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines