public class CUpointer_attribute
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CU_POINTER_ATTRIBUTE_BUFFER_ID
A process-wide unique ID for an allocated memory region
|
static int |
CU_POINTER_ATTRIBUTE_CONTEXT
The ::CUcontext on which a pointer was allocated or registered
|
static int |
CU_POINTER_ATTRIBUTE_DEVICE_POINTER
The address at which a pointer's memory may be accessed on the device
|
static int |
CU_POINTER_ATTRIBUTE_HOST_POINTER
The address at which a pointer's memory may be accessed on the host
|
static int |
CU_POINTER_ATTRIBUTE_IS_MANAGED
Indicates if the pointer points to managed memory
|
static int |
CU_POINTER_ATTRIBUTE_MEMORY_TYPE
The ::CUmemorytype describing the physical location of a pointer
|
static int |
CU_POINTER_ATTRIBUTE_P2P_TOKENS
A pair of tokens for use with the nv-p2p.h Linux kernel interface
|
static int |
CU_POINTER_ATTRIBUTE_SYNC_MEMOPS
Synchronize every synchronous memory operation initiated on this region
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUpointer_attribute
|
public static final int CU_POINTER_ATTRIBUTE_CONTEXT
public static final int CU_POINTER_ATTRIBUTE_MEMORY_TYPE
public static final int CU_POINTER_ATTRIBUTE_DEVICE_POINTER
public static final int CU_POINTER_ATTRIBUTE_HOST_POINTER
public static final int CU_POINTER_ATTRIBUTE_P2P_TOKENS
public static final int CU_POINTER_ATTRIBUTE_SYNC_MEMOPS
public static final int CU_POINTER_ATTRIBUTE_BUFFER_ID
public static final int CU_POINTER_ATTRIBUTE_IS_MANAGED