BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Stores a register blocking profile. More...
#include <mregblock.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). |
Stores a register blocking profile.
This implementation assumes row-major order, but callers should use the macros PROF_MBCSR_GET and PROF_MBCSR_SET.
Row-major 2-D array of performance data (Mflop/s).
Referenced by oski_UnloadProfileMBCSRMatMult().