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

Stores a register blocking profile. More...

#include <regblock.h>

Data Fields

size_t max_r
 Maximum row block size.
size_t max_c
 Maximum column block size.
double * perf
 Row-major 2-D array of performance data (Mflop/s).

Detailed Description

Stores a register blocking profile.

This implementation assumes row-major order, but callers should use the macros PROF_BCSR_GET and PROF_BCSR_SET.


Field Documentation

Row-major 2-D array of performance data (Mflop/s).


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