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

Comparing OpenCL/Changes (file contents):
Revision 1.65 by root, Thu May 3 23:32:47 2012 UTC vs.
Revision 1.66 by root, Fri May 4 14:29:35 2012 UTC

4TODO: some convenience methods maybe? 4TODO: some convenience methods maybe?
5TODO: OpenCL::context 5TODO: OpenCL::context
6TODO: remove set_image23d 6TODO: remove set_image23d
7TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCompileProgram.html 7TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCompileProgram.html
8TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clLinkProgram.html 8TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clLinkProgram.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
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) 9TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor)
10
11TODO: context (FUTURE properties, FUTURE devices, FUTURE notify)
12 - implement $queue->migrate_mem_objects.
13 - implement $ctx->program_with_built_in_kernels.
14 - implement $device->sub_devices.
15 - add most enum and bitfield symbols to the manpage, for quick reference.
13 16
140.99 Fri May 4 01:31:15 CEST 2012 170.99 Fri May 4 01:31:15 CEST 2012
15 - OpenCL 1.1 is now effectively feature complete. 18 - OpenCL 1.1 is now effectively feature complete.
16 - work around a bug in the nvidia implementation, where build fails with 19 - work around a bug in the nvidia implementation, where build fails with
17 INVALID_BINARY if the compiler runs succesfully but ptxas fails. 20 INVALID_BINARY if the compiler runs succesfully but ptxas fails.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines