cuMemAllocPitch ( dptr pPitch WidthInBytes Height ElementSizeBytes -- CUresult )


Vocabulary
cuda.ffi

Inputs
dptran object
pPitchan object
WidthInBytesan object
Heightan object
ElementSizeBytesan object


Outputs
CUresultan object


Definition


LIBRARY: cuda FUNCTION: CUresult cuMemAllocPitch
( CUdeviceptr* dptr, uint* pPitch, uint WidthInBytes, uint
Height, uint ElementSizeBytes )