|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcudpp.CUDPPConfiguration
public class CUDPPConfiguration
Configuration struct used to specify algorithm, datatype, operator, and options when creating a plan for CUDPP algorithms.
JCudpp.cudppPlan(jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPConfiguration, long, long, long)| Field Summary | |
|---|---|
int |
algorithm
The algorithm to be used |
int |
datatype
The datatype of the input arrays |
int |
op
The numerical operator to be applied |
int |
options
Options to configure the algorithm |
| Constructor Summary | |
|---|---|
CUDPPConfiguration()
Creates a new, uninitialized CUDPPConfiguration |
|
| Method Summary | |
|---|---|
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 int algorithm
CUDPPAlgorithmpublic int op
CUDPPOperatorpublic int datatype
CUDPPDatatypepublic int options
CUDPPOption| Constructor Detail |
|---|
public CUDPPConfiguration()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||