"experiments/vscode:/vscode.git/clone" did not exist on "67ce2dc1d2ff63b11a959a317573b424123dcb5d"
Commit ac9d0a67 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Let 'DstVectorDim' equals 'SrcVectorDim' after transpose out grid desc

parent c3943745
......@@ -221,8 +221,7 @@ struct GridwisePermute
constexpr index_t SrcVectorDimAfterMerge =
SrcVectorDim - (InGridDesc::GetNumOfDimension() - 3);
constexpr index_t DstVectorDimAfterMerge =
DstVectorDim - (OutGridDesc::GetNumOfDimension() - 3);
constexpr index_t DstVectorDimAfterMerge = SrcVectorDimAfterMerge;
using ck::tensor_operation::element_wise::PassThrough;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment