ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
All configuration parameters for the grb::reference and the grb::reference_omp backends. More...
Classes | |
class | IMPLEMENTATION< reference > |
This class collects configuration parameters that are specific to the grb::reference backend. More... | |
class | IMPLEMENTATION< reference_omp > |
This class collects configuration parameters that are specific to the grb::reference_omp backend. More... | |
class | PREFETCHING< backend > |
Default prefetching settings for reference and reference_omp backends. More... | |
Enumerations | |
enum | ALLOC_MODE { ALIGNED , INTERLEAVED } |
The memory allocation modes implemented in the grb::reference and the grb::reference_omp backends. More... | |
Functions | |
std::string | toString (const ALLOC_MODE mode) |
Converts instances of grb::config::ALLOC_MODE to a descriptive lower-case string. | |
All configuration parameters for the grb::reference and the grb::reference_omp backends.
enum ALLOC_MODE |
The memory allocation modes implemented in the grb::reference and the grb::reference_omp backends.
Enumerator | |
---|---|
ALIGNED | Allocation via |
INTERLEAVED | Allocation via |