Commit a86fc096 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Include # prefetch in type string of DeviceGemm_Xdl_CShuffle<>

parent 353a3e00
......@@ -275,6 +275,7 @@ struct DeviceGemm_Xdl_CShuffle : public DeviceGemm<ALayout,
// clang-format off
str << "DeviceGemm_Xdl_CShuffle"
<< "<"
<< NumGemmKPrefetchStage << ", "
<< BlockSize << ", "
<< MPerBlock << ", "
<< NPerBlock << ", "
......
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