Handbook
Glossary
cuDeviceComputeCapability ( major minor dev -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
major
an
object
minor
an
object
dev
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuDeviceComputeCapability
( int* major, int* minor,
CUdevice
dev )