ALP User Documentation 0.7.alpha
Algebraic Programming User Documentation
|
This class collects configuration parameters that are specific to the grb::reference_omp backend. More...
#include <config.hpp>
Static Public Member Functions | |
static constexpr ALLOC_MODE | defaultAllocMode () |
A private memory segment shall never be accessed by threads other than the thread who allocates it. | |
static constexpr ALLOC_MODE | sharedAllocMode () |
For the reference_omp backend, a shared memory-segment should use interleaved alloc so that any thread has uniform access on average. | |
This class collects configuration parameters that are specific to the grb::reference_omp backend.
It details both configurations that could be modified by end users, as well as configurations that are sensible only to ALP developers.
|
inlinestaticconstexpr |
A private memory segment shall never be accessed by threads other than the thread who allocates it.
Therefore we choose aligned mode here.