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

Comparing OpenCL/OpenCL.pm (file contents):
Revision 1.22 by root, Sun Nov 20 10:25:17 2011 UTC vs.
Revision 1.23 by root, Sun Nov 20 22:29:36 2011 UTC

1077 1077
1078Calls C<clGetProgramInfo> with C<CL_PROGRAM_BINARY_SIZES> and returns the result(s). 1078Calls C<clGetProgramInfo> with C<CL_PROGRAM_BINARY_SIZES> and returns the result(s).
1079 1079
1080=for gengetinfo end program 1080=for gengetinfo end program
1081 1081
1082=item @blobs = $program->binaries
1083
1084Returns a string for the compiled binary for every device associated with
1085the program, empty strings indicate missing programs, and an empty result
1086means no program binaries are available.
1087
1088These "binaries" are often, in fact, informative low-level assembly
1089sources.
1090
1091L<http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clGetProgramInfo.html>
1092
1082=back 1093=back
1083 1094
1084=head2 THE OpenCL::Kernel CLASS 1095=head2 THE OpenCL::Kernel CLASS
1085 1096
1086=over 4 1097=over 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines