"vscode:/vscode.git/clone" did not exist on "01b6ec21faf2dce3373238b12eb450030ab1f318"
Commit 4db65260 authored by ThomasNing's avatar ThomasNing
Browse files

clang format

parent bd09b374
...@@ -38,7 +38,7 @@ struct GemmPipelineAGmemBGmemCRegV1 ...@@ -38,7 +38,7 @@ struct GemmPipelineAGmemBGmemCRegV1
static constexpr bool kPadM = Problem::kPadM; static constexpr bool kPadM = Problem::kPadM;
static constexpr bool kPadN = Problem::kPadN; static constexpr bool kPadN = Problem::kPadN;
static constexpr bool kPadK = Problem::kPadK; static constexpr bool kPadK = Problem::kPadK;
// For the basic gemm pipelien DoubleSmemBuffer set to be false naturally. // For the basic gemm pipelien DoubleSmemBuffer set to be false naturally.
static constexpr bool DoubleSmemBuffer = false; static constexpr bool DoubleSmemBuffer = false;
......
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