--- OpenCL/OpenCL.pm 2012/05/04 14:29:35 1.71 +++ OpenCL/OpenCL.pm 2012/05/04 14:49:42 1.72 @@ -1775,6 +1775,9 @@ Similar to C<< ->build >>, except it starts a thread, and never fails (you need to check the compilation status form the callback, or by polling). +build_status: OpenCL::BUILD_SUCCESS, OpenCL::BUILD_NONE, +OpenCL::BUILD_ERROR, OpenCL::BUILD_IN_PROGRESS. + =item $packed_value = $program->build_info ($device, $name) Similar to C<< $platform->info >>, but returns build info for a previous @@ -1801,9 +1804,6 @@ Calls C with C and returns the result. -build_status: OpenCL::BUILD_SUCCESS, OpenCL::BUILD_NONE, -OpenCL::BUILD_ERROR, OpenCL::BUILD_IN_PROGRESS. - =item $string = $program->build_options ($device) Calls C with C and returns the result. @@ -1928,6 +1928,10 @@ =for gengetinfo end kernel_work_group +=for gengetinfo begin kernel_arg_info + +=for gengetinfo end kernel_arg_info + =item $kernel->setf ($format, ...) Sets the arguments of a kernel. Since OpenCL 1.1 doesn't have a generic