public class CUmemAttach_flags extends 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 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
public static String stringFor(int n)
n
- The CUmemAttach_flagsCopyright © 2020. All rights reserved.