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

Comparing OpenCL/Changes (file contents):
Revision 1.46 by root, Tue Apr 24 14:57:06 2012 UTC vs.
Revision 1.50 by root, Wed Apr 25 20:29:03 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)
18TODO: remove set_image23d
19
20 - INCOMPATIBLE CHANGE: $prog->build now wants an array of devices, or undef.
21 - INCOMPATIBLE CHANGE: use ->set_image to set kernel args, ->image[23]d have
22 been deprecated.
23 - (optional, automatic) anyevent integration.
24 - implement an event queue, use Async::Interrupt for communication.
25 - implement context notification callbacks (untested).
26 - provide a default context notification function that prints to stderr.
27 - implement event callback notifications.
28 - implement build program notifications.
29 - implement an asynchronous program build function.
16 30
170.97 Tue Apr 24 16:56:21 CEST 2012 310.97 Tue Apr 24 16:56:21 CEST 2012
18 - created $ctx->build_program utility function. 32 - created $ctx->build_program utility function.
19 - enqueue_acquire/release_gl_objects did not return an event object. 33 - enqueue_acquire/release_gl_objects did not return an event object.
20 - OpenCL::errno did not return the correct value. 34 - OpenCL::errno did not return the correct value.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines