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

Comparing OpenCL/Changes (file contents):
Revision 1.47 by root, Tue Apr 24 22:45:37 2012 UTC vs.
Revision 1.49 by root, Tue Apr 24 23:58:34 2012 UTC

11TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clLinkProgram.html 11TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clLinkProgram.html
12TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateProgramWithBuiltInKernels.html 12TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateProgramWithBuiltInKernels.html
13TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateSubDevices.html 13TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateSubDevices.html
14TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueMigrateMemObjects.html 14TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueMigrateMemObjects.html
15TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor) 15TODO: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetKernelArgInfo.html (also generic accessor)
16TODO: OpenCL::context
17TODO: build may returns success on failure (docs, code)
16 18
17TODO: contetx notifications
18TODO: async::interrupt object
19TODO: document event system
20 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef. 19 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
20 - (optional, automatic) anyevent integration.
21 - implement an event queue, use Async::Interrupt for communication.
21 - implement context notification callbacks (untested). 22 - implement context notification callbacks (untested).
22 - provide a default context notification function that prints to stderr. 23 - provide a default context notification function that prints to stderr.
23 - implement event callback notifications. 24 - implement event callback notifications.
24 - implement build program notifications. 25 - implement build program notifications.
25 - implement an asynchronous program build function. 26 - implement an asynchronous program build function.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines