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