diff --git a/ggml/src/iqk/fa/iqk_fa_templates.h b/ggml/src/iqk/fa/iqk_fa_templates.h index a8b19401..3cbdddd6 100644 --- a/ggml/src/iqk/fa/iqk_fa_templates.h +++ b/ggml/src/iqk/fa/iqk_fa_templates.h @@ -1653,8 +1653,8 @@ struct FlashAttn { #ifdef __AVX512BF16__ template -struct HelperBF16 final : public BaseHelper { - using Base = BaseHelper; +struct HelperBF16 final : public BaseHelper { + using Base = BaseHelper; HelperBF16(const char * data, int stride) : Base(data, stride) {} inline void load(int l1, __m512bh * vk) const { auto dr = Base::lblock(l1);