Handbook
Glossary
cuMemAllocPitch ( dptr pPitch WidthInBytes Height ElementSizeBytes -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dptr
an
object
pPitch
an
object
WidthInBytes
an
object
Height
an
object
ElementSizeBytes
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuMemAllocPitch
( CUdeviceptr* dptr, uint* pPitch,
uint
WidthInBytes,
uint
Height,
uint
ElementSizeBytes )