ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Default prefetching settings for reference and reference_omp backends. More...
#include <config.hpp>
Static Public Member Functions | |
static constexpr size_t | distance () |
The prefetch distance used during level-2 and level-3 operations. More... | |
static constexpr bool | enabled () |
Whether prefetching is enabled. | |
Default prefetching settings for reference and reference_omp backends.
Prefetching presently only is implemented and evaluated for the SpMV and the SpMSpV multiplication kernels. Furthermore, it is only implemented for the gathering variant of either kernel. If you wish further support or evaluation, please feel free to create an issue or to contribute a merge request.
|
inlinestaticconstexpr |
The prefetch distance used during level-2 and level-3 operations.
This value will be ignored if enabled() returns false
.