--- OpenCL/OpenCL.pm 2011/11/20 10:25:17 1.22 +++ OpenCL/OpenCL.pm 2011/11/20 22:29:36 1.23 @@ -1079,6 +1079,17 @@ =for gengetinfo end program +=item @blobs = $program->binaries + +Returns a string for the compiled binary for every device associated with +the program, empty strings indicate missing programs, and an empty result +means no program binaries are available. + +These "binaries" are often, in fact, informative low-level assembly +sources. + +L + =back =head2 THE OpenCL::Kernel CLASS