Uses of Class
org.bytedeco.cuda.cudart.cudaPointerAttributes
-
Packages that use cudaPointerAttributes Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaPointerAttributes in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaPointerAttributes Modifier and Type Method Description cudaPointerAttributescudaPointerAttributes. device(int setter)cudaPointerAttributescudaPointerAttributes. devicePointer(Pointer setter)cudaPointerAttributescudaPointerAttributes. getPointer(long i)cudaPointerAttributescudaPointerAttributes. hostPointer(Pointer setter)cudaPointerAttributescudaPointerAttributes. isManaged(int setter)cudaPointerAttributescudaPointerAttributes. memoryType(int setter)cudaPointerAttributescudaPointerAttributes. position(long position)cudaPointerAttributescudaPointerAttributes. type(int setter) -
Uses of cudaPointerAttributes in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaPointerAttributes Modifier and Type Method Description static intcudart. cudaPointerGetAttributes(cudaPointerAttributes attributes, Pointer ptr)\brief Returns attributes about a specified pointer Returns in \p *attributes the attributes of the pointer \p ptr.
-