public class CUmemAttach_flags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CU_MEM_ATTACH_GLOBAL
Memory can be accessed by any stream on any device
|
static int |
CU_MEM_ATTACH_HOST
Memory cannot be accessed by any stream on any device
|
static int |
CU_MEM_ATTACH_SINGLE
Memory can only be accessed by a single stream on the
associated device
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUmemAttach_flags
|
public static final int CU_MEM_ATTACH_GLOBAL
public static final int CU_MEM_ATTACH_HOST
public static final int CU_MEM_ATTACH_SINGLE