|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcuda.driver.CUevent_flags
public class CUevent_flags
Event creation flags.
Most comments are taken from the CUDA reference manual.
JCudaDriver.cuEventCreate(CUevent, int)| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUevent_flags |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The CUevent_flags
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||