|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcudpp.CUDPPAlgorithm
public class CUDPPAlgorithm
Algorithms supported by CUDPP. Used to create appropriate plans using cudppPlan.
CUDPPConfiguration,
JCudpp.cudppPlan(jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPConfiguration, long, long, long)| Field Summary | |
|---|---|
static int |
CUDPP_COMPACT
Compact |
static int |
CUDPP_RAND_MD5
Pseudo Random Number Generator using MD5 hash algorithm |
static int |
CUDPP_REDUCE
Reduction |
static int |
CUDPP_SCAN
Scan |
static int |
CUDPP_SEGMENTED_SCAN
Segmented scan |
static int |
CUDPP_SORT_INVALID
Placeholder at end of enum |
static int |
CUDPP_SORT_RADIX
Radix sort within chunks, merge sort to merge chunks together |
static int |
CUDPP_SPMVMULT
Sparse matrix - vector multiplication |
static int |
CUDPP_TRIDIAGONAL
Tridiagonal solver algorithm |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUDPPAlgorithm |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CUDPP_SCAN
public static final int CUDPP_SEGMENTED_SCAN
public static final int CUDPP_COMPACT
public static final int CUDPP_REDUCE
public static final int CUDPP_SORT_RADIX
public static final int CUDPP_SPMVMULT
public static final int CUDPP_RAND_MD5
public static final int CUDPP_TRIDIAGONAL
public static final int CUDPP_SORT_INVALID
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The CUDPPAlgorithm
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||