Package org.bytedeco.cuda.cudart
Class CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.cudart.CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=cudart.class) public class CUDA_POINTER_ATTRIBUTE_P2P_TOKENS extends Pointer
GPU Direct v3 tokens
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description CUDA_POINTER_ATTRIBUTE_P2P_TOKENS()Default native constructor.CUDA_POINTER_ATTRIBUTE_P2P_TOKENS(long size)Native array allocator.CUDA_POINTER_ATTRIBUTE_P2P_TOKENS(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CUDA_POINTER_ATTRIBUTE_P2P_TOKENSgetPointer(long i)longp2pToken()CUDA_POINTER_ATTRIBUTE_P2P_TOKENSp2pToken(long setter)CUDA_POINTER_ATTRIBUTE_P2P_TOKENSposition(long position)intvaSpaceToken()CUDA_POINTER_ATTRIBUTE_P2P_TOKENSvaSpaceToken(int setter)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS()
Default native constructor.
-
CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS(long size)
Native array allocator. Access withPointer.position(long).
-
CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS position(long position)
-
getPointer
public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS getPointer(long i)
- Overrides:
getPointerin classPointer
-
p2pToken
@Cast("unsigned long long") public long p2pToken()
-
p2pToken
public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS p2pToken(long setter)
-
vaSpaceToken
@Cast("unsigned int") public int vaSpaceToken()
-
vaSpaceToken
public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS vaSpaceToken(int setter)
-
-