|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaMemcpy3DPeerParms
public class cudaMemcpy3DPeerParms
Java port of cudaMemcpy3DPeerParms.
Most comments are taken from the CUDA reference manual.
JCuda.cudaMemcpy3DPeer(jcuda.runtime.cudaMemcpy3DPeerParms)
Field Summary | |
---|---|
cudaArray |
dstArray
The destination array. |
int |
dstDevice
Destination device |
cudaPos |
dstPos
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in units of each object's elements. |
cudaPitchedPtr |
dstPtr
The destination pointer. |
cudaExtent |
extent
The extent field defines the dimensions of the transferred area in elements. |
cudaArray |
srcArray
The source array. |
int |
srcDevice
Source device |
cudaPos |
srcPos
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in units of each object's elements. |
cudaPitchedPtr |
srcPtr
The source pointer. |
Constructor Summary | |
---|---|
cudaMemcpy3DPeerParms()
|
Method Summary | |
---|---|
java.lang.String |
toFormattedString()
Creates and returns a formatted (aligned, multi-line) String representation of this object |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public cudaArray srcArray
public cudaPos srcPos
public cudaPitchedPtr srcPtr
public int srcDevice
public cudaArray dstArray
public cudaPos dstPos
public cudaPitchedPtr dstPtr
public int dstDevice
public cudaExtent extent
Constructor Detail |
---|
public cudaMemcpy3DPeerParms()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toFormattedString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |