fix GetTypeString

[ROCm/composable_kernel commit: 0e9c88cecf]
This commit is contained in:
fsx950223
2022-11-16 22:52:37 +08:00
committed by who who who
parent 0ef7876035
commit cb87e544a3

View File

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