jcuda.driver
Class CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
java.lang.Object
jcuda.driver.CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
public class CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
- extends java.lang.Object
GPU Direct v3 tokens. I don't have the slightest idea what this is.
Method Summary |
java.lang.String |
toFormattedString()
Creates and returns a formatted (aligned, multi-line) String
representation of this object |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
p2pToken
public long p2pToken
vaSpaceToken
public int vaSpaceToken
CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS()
- Creates a new, uninitialized CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
toString
public java.lang.String toString()
- Returns a String representation of this object.
- Overrides:
toString
in class java.lang.Object
- Returns:
- A String representation of this object.
toFormattedString
public java.lang.String toFormattedString()
- Creates and returns a formatted (aligned, multi-line) String
representation of this object
- Returns:
- A formatted String representation of this object