<cl-program> ( options strings -- program )
OpenCL

Prev:cl-queue-write-buffer ( buffer-range alien dependent-events -- event )
Next:<cl-kernel> ( program kernel-name -- kernel )


Vocabulary
opencl

Inputs
optionsa string
stringssequence of source code strings


Outputs
programcompiled cl-program


Word description
Compile the given source code and return a program object. A cl-error is thrown in the event of a compile error.

Definition