Handbook
Glossary
clBuildProgram ( program num_devices device_list options pfn_notify user_data -- cl_int )
Vocabulary
opencl
.
ffi
Inputs
program
an
object
num_devices
an
object
device_list
an
object
options
an
object
pfn_notify
an
object
user_data
an
object
Outputs
cl_int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_int
clBuildProgram
(
cl_program
program,
cl_uint
num_devices, cl_device_id*
device_list, char* options,
cl_build_program_cb
pfn_notify,
void* user_data )