|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcudpp.CUDPPHashTableConfig
public class CUDPPHashTableConfig
Configuration struct for creating a hash table.
JCudpp.cudppHashTable(jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPHashTableConfig),
CUDPPHashTableType| Field Summary | |
|---|---|
int |
kInputSize
Number of elements to be stored in hash table |
float |
space_usage
Space factor multiple for the hash table; multiply space_usage by kInputSize to get the actual space allocation in GPU memory. 1.05 is about the minimum possible to get a working hash table. |
int |
type
The hash table type. |
| Constructor Summary | |
|---|---|
CUDPPHashTableConfig()
Creates a new, uninitialized CUDPPHashTableConfig |
|
| 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 type
CUDPPHashTableTypepublic int kInputSize
public float space_usage
| Constructor Detail |
|---|
public CUDPPHashTableConfig()
| 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 | ||||||||