HMLP: High-performance Machine Learning Primitives
|
#include <rank_k_d6x32.hpp>
Public Member Functions | |
STRA_OPERATOR (double) const | |
GEMM_OPERATOR (double) const | |
template<typename TC > | |
void | operator() (dim_t k, double *a, double *b, TC *c, double *v, inc_t rs_v, inc_t cs_v, aux_s< double, double, TC, double > *aux) |
end struct rank_k_opt_s12x32
|
inline |
if this is the first kc iteration then beta = 1.0
invoke blis kernel
|
inline |
if this is the first kc iteration then beta = 1.0
allocate temporary buffer
invoke blis kernel
If TC is not MatrixLike<PACK_MR,double,double>, we treat this the same as the edge case.