Handbook
Glossary
cuda-error ( code -- )
Vocabulary
cuda
Inputs
code
an
object
Outputs
None
Definition
USING:
cuda.ffi
kernel
;
IN:
cuda
:
cuda-error
( code -- )
dup
CUDA_SUCCESS
=
[
drop
]
[
cuda-error-state
]
if
;