fix GetTypeString

This commit is contained in:
fsx950223
2022-11-16 22:52:37 +08:00
committed by who who who
parent 44789d992a
commit 0e9c88cecf

View File

@@ -700,7 +700,7 @@ struct DeviceBatchedGemmMultiD_Xdl : public DeviceBatchedGemmMultiD<ALayout,
<< BlockSize << ", "
<< MPerBlock << ", "
<< NPerBlock << ", "
<< KPerBlock
<< KPerBlock << ", "
<< AK1 << ", "
<< BK1 << ", "
<< getGemmSpecializationString(GemmSpec)