Handbook
Glossary
cl-event-type ( event -- command-type )
Vocabulary
opencl
Inputs
event
a
cl-event
Outputs
command-type
a
cl-execution-status
Word description
Returns the type of operation that created the event.
Definition
USING:
accessors
opencl.ffi
opencl.private
;
IN:
opencl
:
cl-event-type
( event -- command-type )
handle>>
CL_EVENT_COMMAND_TYPE
event-info-uint
cl_command_type>command-type
;
inline