ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Contains the configuration parameters for the reference and reference_omp backends. More...
Go to the source code of this file.
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... | |
Namespaces | |
namespace | grb |
The ALP/GraphBLAS namespace. | |
namespace | grb::config |
Compile-time configuration constants as well as implementation details that are derived from such settings. | |
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. | |
Contains the configuration parameters for the reference and reference_omp backends.