6#ifndef DGEMMMODELREGION_HPP_INCLUDE
7#define DGEMMMODELREGION_HPP_INCLUDE
38 void num_progress_updates(
double big_o_in);
Definition DGEMMModelRegion.hpp:14
const size_t m_matrix_k_size
Definition DGEMMModelRegion.hpp:32
DGEMMModelRegion(const DGEMMModelRegion &other)=delete
const size_t m_matrix_m_size
Definition DGEMMModelRegion.hpp:30
virtual ~DGEMMModelRegion()
Definition DGEMMModelRegion.cpp:72
double * m_matrix_b
Definition DGEMMModelRegion.hpp:28
const size_t m_matrix_n_size
Definition DGEMMModelRegion.hpp:31
DGEMMModelRegion & operator=(const DGEMMModelRegion &other)=delete
const int m_num_warmup
Definition DGEMMModelRegion.hpp:34
const size_t m_pad_size
Definition DGEMMModelRegion.hpp:33
void run(void)
Definition DGEMMModelRegion.cpp:166
double * m_matrix_c
Definition DGEMMModelRegion.hpp:29
double * m_matrix_a
Definition DGEMMModelRegion.hpp:27
Definition ModelRegion.hpp:18
double big_o(void)
Definition ModelRegion.cpp:113
Definition Accumulator.cpp:12