Handbook
Glossary
cl-not-null ( err -- )
Vocabulary
opencl
.
private
Inputs
err
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
opencl.private
:
cl-not-null
( err -- )
dup
f
=
[
cl-error
]
[
drop
]
if
;
inline