ALP User Documentation 0.7.0
Algebraic Programming User Documentation
Static Public Attributes | List of all members
ANALYTIC_MODEL Class Reference

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...
 

Detailed Description

Configuration parameters relating to the analytic model employed by the nonblocking backend.

Member Data Documentation

◆ MIN_TILE_SIZE

constexpr const size_t MIN_TILE_SIZE = 512
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.


The documentation for this class was generated from the following file: