BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Fields
oski_symmrb_t Struct Reference

Stores the results of evaluating the register blocking heuristic. More...

#include <symmrb.h>

Data Fields

oski_index_t r
 Row block size.
oski_index_t c
 Column block size.

Detailed Description

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.


Field Documentation

oski_index_t oski_symmrb_t::c

Column block size.

oski_index_t oski_symmrb_t::r

Row block size.


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