Handbook
Glossary
cl-event-status ( event -- execution-status )
Vocabulary
opencl
Inputs
event
a
cl-event
Outputs
execution-status
a
cl-execution-status
Word description
Returns the current execution status of the operation represented by the event.
Definition
USING:
accessors
opencl.ffi
opencl.private
;
IN:
opencl
:
cl-event-status
( event -- execution-status )
handle>>
CL_EVENT_COMMAND_EXECUTION_STATUS
event-info-int
cl_int>execution-status
;
inline