From 4d2856612caede56a0a32f567851d187327eb378 Mon Sep 17 00:00:00 2001 From: "assistant-librarian[bot]" Date: Thu, 22 Jan 2026 02:55:52 +0000 Subject: [PATCH] Merge commit '4c2c18ef486641d1493f3dc272a1e0e079676308' into develop --- example/01_gemm/gemm_xdl_fp16_fp8_v3.cpp | 4 ++-- example/01_gemm/gemm_xdl_fp16_v3.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/01_gemm/gemm_xdl_fp16_fp8_v3.cpp b/example/01_gemm/gemm_xdl_fp16_fp8_v3.cpp index 84ea93ad43..d93e7c9177 100644 --- a/example/01_gemm/gemm_xdl_fp16_fp8_v3.cpp +++ b/example/01_gemm/gemm_xdl_fp16_fp8_v3.cpp @@ -28,10 +28,10 @@ using DeviceGemmV2Instance = ADataType, BDataType, CDataType, AccDataType, CShuffleDataType, AElementOp, BElementOp, CElementOp, GemmDefault, 64, - 16, 16, + 32, 32, 256, 8, 16, 16, 16, - 1, 1, + 2, 2, S<32, 2, 1>, S<1, 0, 2>, S<1, 0, 2>, 2, 8, 8, 0, S<16, 4, 1>, S<1, 0, 2>, S<1, 0, 2>, diff --git a/example/01_gemm/gemm_xdl_fp16_v3.cpp b/example/01_gemm/gemm_xdl_fp16_v3.cpp index e696daf8f0..99691064e2 100644 --- a/example/01_gemm/gemm_xdl_fp16_v3.cpp +++ b/example/01_gemm/gemm_xdl_fp16_v3.cpp @@ -28,10 +28,10 @@ using DeviceGemmV2Instance = ADataType, BDataType, CDataType, AccDataType, CShuffleDataType, PassThrough, PassThrough, PassThrough, GemmDefault, 64, - 16, 16, + 32, 32, 256, 8, 8, 16, 16, - 1, 1, + 2, 2, S<32, 2, 1>, S<1, 0, 2>, S<1, 0, 2>, 2, 8, 8, 0, S<32, 2, 1>, S<1, 0, 2>, S<1, 0, 2>,