Handbook
Glossary
cl-profiling? ( command-queue -- ? )
Vocabulary
opencl
Inputs
command-queue
a
cl-queue
Outputs
?
a
boolean
Word description
Returns true if the command queue allows profiling.
Definition
USING:
kernel
math
opencl.ffi
opencl.private
;
IN:
opencl
:
cl-profiling?
( command-queue -- ? )
CL_QUEUE_PROPERTIES
command-queue-info-ulong
CL_QUEUE_PROFILING_ENABLE
bitand
0
=
not
;
inline