22#include "common/common.hpp"
23#include "subgroup/subgroup.hpp"
31template <
typename dtype_a_,
typename dtype_b_,
typename dtype_acc_>
42template <
int k_str
ide_ = 8,
int stages_ = 3,
int sync_freq_ = 0>
45 static constexpr int stages = stages_;
Definition limitation.hpp:607
Compute attribute for gemm.
Definition common.hpp:32
dtype_b_ dtype_b
Definition common.hpp:34
dtype_acc_ dtype_acc
Definition common.hpp:35
dtype_a_ dtype_a
Definition common.hpp:33
Fine-tune knobs for gemm.
Definition common.hpp:43
static constexpr int stages
Definition common.hpp:45
static constexpr int sync_freq
Definition common.hpp:46
static constexpr int k_stride
Definition common.hpp:44