Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
cuda-error ( code -- )
Vocabulary
cuda
Definition
USING:
cuda.ffi
kernel
;
IN:
cuda
:
cuda-error
( code -- )
dup
CUDA_SUCCESS
=
[
drop
]
[
cuda-error-state
]
if
;