From bd755d74ce34758b780c61e485496ff6eb75f189 Mon Sep 17 00:00:00 2001 From: joye Date: Mon, 19 May 2025 08:57:41 +0800 Subject: [PATCH] fix --- test/ck_tile/gemm/test_gemm_pipeline_util.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/ck_tile/gemm/test_gemm_pipeline_util.hpp b/test/ck_tile/gemm/test_gemm_pipeline_util.hpp index 184ce9edb1..f12a842440 100644 --- a/test/ck_tile/gemm/test_gemm_pipeline_util.hpp +++ b/test/ck_tile/gemm/test_gemm_pipeline_util.hpp @@ -36,7 +36,8 @@ enum struct GemmPipelineType { Mem, CompV3, - CompV4 + CompV4, + Async }; template