diff --git a/include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma_cshuffle_v3.hpp b/include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma_cshuffle_v3.hpp index 269571b65c..68ce01967c 100644 --- a/include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma_cshuffle_v3.hpp +++ b/include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma_cshuffle_v3.hpp @@ -328,6 +328,8 @@ struct GridwiseGemm_wmma_cshuffle_v3 using typename Base::AsGridPointer; using typename Base::BsGridPointer; using typename Base::DsGridPointer; + using AsDataType_ = AsDataType; + using BsDataType_ = BsDataType; struct Problem {