jcuda.driver
Class CUDA_POINTER_ATTRIBUTE_P2P_TOKENS

java.lang.Object
  extended by 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.


Field Summary
 long p2pToken
           
 int vaSpaceToken
           
 
Constructor Summary
CUDA_POINTER_ATTRIBUTE_P2P_TOKENS()
          Creates a new, uninitialized CUDA_POINTER_ATTRIBUTE_P2P_TOKENS
 
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
 

Field Detail

p2pToken

public long p2pToken

vaSpaceToken

public int vaSpaceToken
Constructor Detail

CUDA_POINTER_ATTRIBUTE_P2P_TOKENS

public CUDA_POINTER_ATTRIBUTE_P2P_TOKENS()
Creates a new, uninitialized CUDA_POINTER_ATTRIBUTE_P2P_TOKENS

Method Detail

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