ALP User Documentation 0.7.0
Algebraic Programming User Documentation
Classes | Enumerations | Functions
Reference and reference_omp backend configuration

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.
 

Detailed Description

All configuration parameters for the grb::reference and the grb::reference_omp backends.

Enumeration Type Documentation

◆ ALLOC_MODE

enum ALLOC_MODE

The memory allocation modes implemented in the grb::reference and the grb::reference_omp backends.

Enumerator
ALIGNED 

Allocation via posix_memalign.

INTERLEAVED 

Allocation via numa_alloc_interleaved.