ALP User Documentation  0.8.preview
Algebraic Programming User Documentation
Classes | Namespaces | Enumerations | Functions
reference/config.hpp File Reference

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

 grb
 The ALP/GraphBLAS 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.
 

Detailed Description

Contains the configuration parameters for the reference and reference_omp backends.

Author
A. N. Yzelman
Date
13th of September 2017.