"configs/vscode:/vscode.git/clone" did not exist on "467ad0ac21c0dcddf8ae54ecd4c55ed9df571154"
Commit c6b92811 authored by Adam Osewski's avatar Adam Osewski
Browse files

Clang format

parent b3054fea
......@@ -522,7 +522,7 @@ struct UniversalGemmPipelineAgBgCrPolicy
constexpr index_t MPerBlock = Problem::BlockGemmShape::kN;
constexpr index_t KPerBlock = Problem::BlockGemmShape::kK;
constexpr index_t VecLoadSize = GetVectorSizeA<Problem>();
using TileEncodingPattern = TileDistributionEncodingPattern2D<BlockSize,
KPerBlock,
MPerBlock,
......@@ -547,7 +547,6 @@ struct UniversalGemmPipelineAgBgCrPolicy
VecLoadSize,
BTileAccessPattern>;
return TileEncodingPattern::MakeShuffled2DStaticTileDistribution();
}
template <typename Problem>
......
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