public class CUevent_flags extends Object
JCudaDriver.cuEventCreate(CUevent, int)
Modifier and Type | Field and Description |
---|---|
static int |
CU_EVENT_BLOCKING_SYNC
Event uses blocking synchronization
|
static int |
CU_EVENT_DEFAULT
Default event flag
|
static int |
CU_EVENT_DISABLE_TIMING
Event will not record timing data
|
static int |
CU_EVENT_INTERPROCESS
Event is suitable for interprocess use.
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns the String identifying the given CUevent_flags
|
public static final int CU_EVENT_DEFAULT
public static final int CU_EVENT_BLOCKING_SYNC
public static final int CU_EVENT_DISABLE_TIMING
public static final int CU_EVENT_INTERPROCESS
public static String stringFor(int n)
n
- The CUevent_flagsCopyright © 2020. All rights reserved.