Uses of Class
org.bytedeco.cuda.cudart.CUmemAllocationProp
-
Packages that use CUmemAllocationProp Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUmemAllocationProp in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUmemAllocationProp Modifier and Type Method Description CUmemAllocationPropCUmemAllocationProp. getPointer(long i)CUmemAllocationPropCUmemAllocationProp. location(CUmemLocation setter)CUmemAllocationPropCUmemAllocationProp. position(long position)CUmemAllocationPropCUmemAllocationProp. requestedHandleTypes(int setter)CUmemAllocationPropCUmemAllocationProp. reserved(long setter)CUmemAllocationPropCUmemAllocationProp. type(int setter)CUmemAllocationPropCUmemAllocationProp. win32HandleMetaData(Pointer setter) -
Uses of CUmemAllocationProp in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUmemAllocationProp Modifier and Type Method Description static intcudart. cuMemCreate(long[] handle, long size, CUmemAllocationProp prop, long flags)static intcudart. cuMemCreate(LongBuffer handle, long size, CUmemAllocationProp prop, long flags)static intcudart. cuMemCreate(LongPointer handle, long size, CUmemAllocationProp prop, long flags)\brief Create a shareable memory handle representing a memory allocation of a given size described by the given properties This creates a memory allocation on the target device specified through the \p prop strcuture.static intcudart. cuMemGetAllocationGranularity(SizeTPointer granularity, CUmemAllocationProp prop, int option)\brief Calculates either the minimal or recommended granularity Calculates either the minimal or recommended granularity for a given allocation specification and returns it in granularity.static intcudart. cuMemGetAllocationPropertiesFromHandle(CUmemAllocationProp prop, long handle)\brief Retrieve the contents of the property structure defining properties for this handle
-