|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jcusparse.cusparseHybPartition
public class cusparseHybPartition
Partition modes
Field Summary | |
---|---|
static int |
CUSPARSE_HYB_PARTITION_AUTO
Automatically decide how to split the data into regular/irregular part |
static int |
CUSPARSE_HYB_PARTITION_MAX
Store all data in the regular part |
static int |
CUSPARSE_HYB_PARTITION_USER
Store data into regular part up to a user specified threshold |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns a string representation of the given constant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CUSPARSE_HYB_PARTITION_AUTO
public static final int CUSPARSE_HYB_PARTITION_USER
public static final int CUSPARSE_HYB_PARTITION_MAX
Method Detail |
---|
public static java.lang.String stringFor(int n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |