Class | Description |
---|---|
CUDPPAlgorithm |
Algorithms supported by CUDPP.
|
CUDPPConfiguration |
Configuration struct used to specify algorithm, datatype, operator,
and options when creating a plan for CUDPP algorithms.
|
CUDPPDatatype |
Datatypes supported by CUDPP algorithms.
|
CUDPPHandle |
Java port of a CUDPPHandle
|
CUDPPHashTableConfig |
Configuration struct for creating a hash table.
|
CUDPPHashTableType |
Supported types of hash tables.
|
CUDPPOperator |
Operators supported by CUDPP algorithms (currently scan and segmented
scan).
|
CUDPPOption |
Options for configuring CUDPP algorithms.
|
CUDPPResult |
CUDPP Result codes returned by CUDPP API functions.
|
JCudpp |
Java bindings for the public interface of CUDPP, the CUDA Data
Parallel Primitives Library.
|
JCudpp
class,
which provides all method bindings for the public
interface of CUDPP, the CUDA Data Parallel Primitives
Library.