Get rid of XDL parameters in WMMA kernel string. (#646)

* remove XDL parameters from WMMA kernel string

* get rid f two more parameters
This commit is contained in:
Illia Silin
2023-03-22 08:05:48 -07:00
committed by GitHub
parent 8a659a2e4c
commit 36750a5763

View File

@@ -840,17 +840,8 @@ struct DeviceGroupedConvFwdMultipleD_Wmma_CShuffle
<< KPerBlock << ", "
<< getConvForwardSpecializationString(ConvForwardSpecialization) << ", "
<< K1 << ", "
<< MPerXDL << ", "
<< NPerXDL << ", "
<< MXdlPerWave << ", "
<< NXdlPerWave << ", "
<< ABlockTransferSrcScalarPerVector << ", "
<< ABlockTransferDstScalarPerVector_K1 << ", "
<< BBlockTransferSrcScalarPerVector << ", "
<< BBlockTransferDstScalarPerVector_K1 << ", "
<< CShuffleMXdlPerWavePerShuffle << ", "
<< CShuffleNXdlPerWavePerShuffle << ", "
<< CBlockTransferScalarPerVector_NWaveNPerXdl
<< BBlockTransferSrcScalarPerVector
<< ">";
// clang-format on