|
BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Stores the results of evaluating the register blocking heuristic. More...
#include <regblock.h>
Data Fields | |
| oski_index_t | r |
| Row block size. | |
| oski_index_t | c |
| Column block size. | |
Stores the results of evaluating the register blocking heuristic.
This data structure contains the heuristic's best-guess as to the performance-optimal row and column block size.
| oski_index_t oski_regblock_t::c |
Column block size.
| oski_index_t oski_regblock_t::r |
Row block size.
1.7.6.1