|
|||||||||
| 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 |
| 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
| 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 | ||||||||