From e64347d747798f836c2fce6012306a59d314dc4a Mon Sep 17 00:00:00 2001 From: "assistant-librarian[bot]" Date: Tue, 23 Dec 2025 07:15:46 +0000 Subject: [PATCH] Merge commit '8b73633e651822d90b66ffd7d174a21891a99611' into develop --- .../ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp b/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp index 8ad99e9399..897892afb2 100644 --- a/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp +++ b/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp @@ -60,7 +60,7 @@ struct BaseFlatmmPipelineAGmemBGmemCRegV1 else { assert(("Wrong TailNumber!", false)); - return decltype(TailHandler<>(run_func, true, TailNumber::Even)){}; + return TailHandler(run_func, has_hot_loop); } } };