From b20173a49471a9e22154654fdddec8fe088a4e27 Mon Sep 17 00:00:00 2001 From: coderfeli Date: Wed, 9 Apr 2025 15:18:13 +0000 Subject: [PATCH] fix bug --- .../blockwise_gemm_pipeline_xdlops_b_preshuffle_gufusion_v1.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_gufusion_v1.hpp b/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_gufusion_v1.hpp index b5a4793716..73749c6309 100644 --- a/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_gufusion_v1.hpp +++ b/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_gufusion_v1.hpp @@ -538,7 +538,7 @@ struct BlockwiseGemmXdlops_pipeline_bpreshuffle_gufusion_v1(), c_thread_buf.GetVectorTypeReference(Number{})); xdlops_gemm.Run(a_thread_vec.template AsType(), - b_thread_vec.template AsType(), + b_thread_vec_up.template AsType(), c_thread_buf_up.GetVectorTypeReference(Number{})); }); });