Handbook
Glossary
2info ( handle1 handle2 name info_quot lift_quot -- value )
Vocabulary
opencl
.
private
Inputs
handle1
an
object
handle2
an
object
name
an
object
info_quot
an
object
lift_quot
an
object
Outputs
value
an
object
Definition
USING:
kernel
;
IN:
opencl.private
:
2info
( handle1 handle2 name info_quot lift_quot -- value )
[
4dup
2info-data-size
2info-data-bytes
]
dip
call
;
inline