Uses of Class
org.bytedeco.cuda.cudart.CUmemAccessDesc
-
Packages that use CUmemAccessDesc Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUmemAccessDesc in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUmemAccessDesc Modifier and Type Method Description CUmemAccessDescCUmemAccessDesc. flags(int setter)CUmemAccessDescCUmemAccessDesc. getPointer(long i)CUmemAccessDescCUmemAccessDesc. location(CUmemLocation setter)CUmemAccessDescCUmemAccessDesc. position(long position) -
Uses of CUmemAccessDesc in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUmemAccessDesc Modifier and Type Method Description static intcudart. cuMemSetAccess(long ptr, long size, CUmemAccessDesc desc, long count)\brief Set the access flags for each location specified in \p desc for the given virtual address range Given the virtual address range via \p ptr and \p size, and the locations in the array given by \p desc and \p count, set the access flags for the target locations.
-