|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUstream_flags
public class CUstream_flags
Stream creation flags.
Most comments are taken from the CUDA reference manual.
JCudaDriver.cuStreamCreate(CUstream, int)
Field Summary | |
---|---|
static int |
CU_STREAM_DEFAULT
Default stream flag |
static int |
CU_STREAM_NON_BLOCKING
Stream does not synchronize with stream 0 (the NULL stream) |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUstream_flags |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CU_STREAM_DEFAULT
public static final int CU_STREAM_NON_BLOCKING
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUstream_flags
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |