Uses of Class
org.bytedeco.cuda.cudart.CUmemLocation
-
Packages that use CUmemLocation Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUmemLocation in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUmemLocation Modifier and Type Method Description CUmemLocationCUmemLocation. getPointer(long i)CUmemLocationCUmemLocation. id(int setter)CUmemLocationCUmemAccessDesc. location()Location on which the request is to change it's accessibilityCUmemLocationCUmemAllocationProp. location()Location of allocationCUmemLocationCUmemLocation. position(long position)CUmemLocationCUmemLocation. type(int setter)Methods in org.bytedeco.cuda.cudart with parameters of type CUmemLocation Modifier and Type Method Description CUmemAccessDescCUmemAccessDesc. location(CUmemLocation setter)CUmemAllocationPropCUmemAllocationProp. location(CUmemLocation setter) -
Uses of CUmemLocation in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUmemLocation Modifier and Type Method Description static intcudart. cuMemGetAccess(long[] flags, CUmemLocation location, long ptr)static intcudart. cuMemGetAccess(LongBuffer flags, CUmemLocation location, long ptr)static intcudart. cuMemGetAccess(LongPointer flags, CUmemLocation location, long ptr)\brief Get the access \p flags set for the given \p location and \p ptr
-