|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaMemcpyKind
public class cudaMemcpyKind
Memcpy kinds.
JCuda.cudaMemcpy(jcuda.Pointer, jcuda.Pointer, long, int)
,
cudaMemcpy3DParms
Field Summary | |
---|---|
static int |
cudaMemcpyDefault
Default based unified virtual address space |
static int |
cudaMemcpyDeviceToDevice
Device -> Device |
static int |
cudaMemcpyDeviceToHost
Device -> Host |
static int |
cudaMemcpyHostToDevice
Host -> Device |
static int |
cudaMemcpyHostToHost
Host -> Host |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int k)
Returns the String identifying the given cudaMemcpyKind |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int cudaMemcpyHostToHost
public static final int cudaMemcpyHostToDevice
public static final int cudaMemcpyDeviceToHost
public static final int cudaMemcpyDeviceToDevice
public static final int cudaMemcpyDefault
Method Detail |
---|
public static java.lang.String stringFor(int k)
k
- The cudaMemcpyKind
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |