Commit 7b1ad58a authored by Chao Liu's avatar Chao Liu
Browse files

update

parent d49d6928
...@@ -958,12 +958,17 @@ struct DeviceContractionMultipleD_Xdl_CShuffle ...@@ -958,12 +958,17 @@ struct DeviceContractionMultipleD_Xdl_CShuffle
// clang-format off // clang-format off
str << "DeviceContractionMultipleD_Xdl_CShuffle" str << "DeviceContractionMultipleD_Xdl_CShuffle"
<< "<" << "<"
<< NumDimM << ", "
<< NumDimN << ", "
<< NumDimK << ", "
<< BlockSize << ", " << BlockSize << ", "
<< MPerBlock << ", " << MPerBlock << ", "
<< NPerBlock << ", " << NPerBlock << ", "
<< KPerBlock << ", " << KPerBlock << ", "
<< AK1 << ", " << AK1 << ", "
<< BK1 << BK1 << ", "
<< ABlockTransferSrcVectorDim << ", "
<< BBlockTransferSrcVectorDim
<< ">"; << ">";
// clang-format on // clang-format on
......
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