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

Comparing OpenCL/Makefile.PL (file contents):
Revision 1.7 by root, Tue Apr 24 12:19:01 2012 UTC vs.
Revision 1.8 by root, Tue Apr 24 12:23:56 2012 UTC

9way to create a 2D image in OpenCL 1.1 is clCreateImage2D, which is not 9way to create a 2D image in OpenCL 1.1 is clCreateImage2D, which is not
10available anymore with OpenCL 1.2. 10available anymore with OpenCL 1.2.
11 11
12The OpenCL module can often emulate OpenCL 1.1 functions using OpenCL 1.2 12The OpenCL module can often emulate OpenCL 1.1 functions using OpenCL 1.2
13functions, but even though your OpenCL library might contain the OpenCL 13functions, but even though your OpenCL library might contain the OpenCL
141.2 functions, they might be nonfunctional and crash. On the other hand, 141.2 functions, they might be nonfunctional and crash.
15some methods, such as enqueue_barrier, have more options when using the
16OpenCL 1.2 API.
17 15
18Do you want to prefer the OpenCL 1.1 API over the 1.2 API where possible? 16Do you want to prefer the OpenCL 1.1 API over the 1.2 API where possible?
19 17
20EOF 18EOF
21 19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines