jcuda.driver
Class CUipcMem_flags

java.lang.Object
  extended by jcuda.driver.CUipcMem_flags

public class CUipcMem_flags
extends java.lang.Object

Memory flags


Field Summary
static int CU_IPC_MEM_LAZY_ENABLE_PEER_ACCESS
          Automatically enable peer access between remote devices as needed
 
Method Summary
static java.lang.String stringFor(int n)
          Returns the String identifying the given CUipcMem_flags
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CU_IPC_MEM_LAZY_ENABLE_PEER_ACCESS

public static final int CU_IPC_MEM_LAZY_ENABLE_PEER_ACCESS
Automatically enable peer access between remote devices as needed

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns the String identifying the given CUipcMem_flags

Parameters:
n - The CUipcMem_flags
Returns:
The String identifying the given CUipcMem_flags