|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaMemoryType
public class cudaMemoryType
CUDA memory types
Field Summary | |
---|---|
static int |
cudaMemoryTypeDevice
Device memory |
static int |
cudaMemoryTypeHost
Host memory |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int k)
Returns the String identifying the given cudaMemoryType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int cudaMemoryTypeHost
public static final int cudaMemoryTypeDevice
Method Detail |
---|
public static java.lang.String stringFor(int k)
k
- The cudaMemoryType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |