Fix clang format for Two Stage implementation

This commit is contained in:
kiefer
2025-12-10 11:07:49 +00:00
parent 616ad45cef
commit 8d0951f5e2

View File

@@ -1288,7 +1288,8 @@ struct DeviceGroupedConvBwdWeightTwoStage_Wmma_CShuffleV3
{
if(ck::EnvIsEnabled(CK_ENV(CK_LOGGING)))
{
std::cout << "Unsupported Conv_K_ % ABlockTransferSrcScalarPerVector" << std::endl;
std::cout << "Unsupported Conv_K_ % ABlockTransferSrcScalarPerVector"
<< std::endl;
}
return false;
}
@@ -1297,7 +1298,8 @@ struct DeviceGroupedConvBwdWeightTwoStage_Wmma_CShuffleV3
{
if(ck::EnvIsEnabled(CK_ENV(CK_LOGGING)))
{
std::cout << "Unsupported Conv_C_ % BBlockTransferSrcScalarPerVector" << std::endl;
std::cout << "Unsupported Conv_C_ % BBlockTransferSrcScalarPerVector"
<< std::endl;
}
return false;
}