diff --git a/composable_kernel/include/tensor_operation/gridwise_dynamic_gemm_v2.hpp b/composable_kernel/include/tensor_operation/gridwise_dynamic_gemm_v2.hpp index f9acfc22e7..2c30787ef4 100644 --- a/composable_kernel/include/tensor_operation/gridwise_dynamic_gemm_v2.hpp +++ b/composable_kernel/include/tensor_operation/gridwise_dynamic_gemm_v2.hpp @@ -221,7 +221,6 @@ struct GridwiseDynamicGemm_km_kn_mn_v3 BBlockTransferSrcAccessOrder, BBlockTransferSrcVectorDim, BBlockTransferSrcScalarPerVector, - InMemoryDataOperation::Set, 1, true>(b_e_n_ho_wo_global_desc, make_multi_index(0, 0, ho_thread_data_on_global, wo_thread_data_on_global));