Handbook
Glossary
pointer-argument-type? ( c-type -- ? )
Vocabulary
cuda
.
libraries
.
private
Inputs
c-type
an
object
Outputs
?
an
object
Definition
USING:
alien.c-types
combinators.short-circuit
cuda.ffi
kernel
;
IN:
cuda.libraries.private
:
pointer-argument-type?
( c-type -- ? )
{
[
void*
=
]
[
CUdeviceptr
=
]
[
pointer?
]
}
1||
;