ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Configuration parameters relating to the analytic model employed by the nonblocking backend. More...
#include <config.hpp>
Static Public Attributes | |
static constexpr const double | L1_CACHE_USAGE_PERCENTAGE = 0.98 |
The L1 cache size is assumed to be a bit smaller than the actual size to take into account any data that may be stored in cache and are not considered by the analytic model, e.g., matrices for the current design. | |
static constexpr const size_t | MIN_TILE_SIZE = 512 |
The minimum tile size that may be automatically selected by the analytic model. More... | |
Configuration parameters relating to the analytic model employed by the nonblocking backend.
|
staticconstexpr |
The minimum tile size that may be automatically selected by the analytic model.
A tile size that is set manually may be smaller than MIN_TILE_SIZE.