"docs/source/en/vscode:/vscode.git/clone" did not exist on "f539497ab451fdab0827de9b3f0f0fa885a610f2"
Commit bd09b374 authored by ThomasNing's avatar ThomasNing
Browse files

Fix the gemm_basic error

parent d1715c0f
......@@ -38,6 +38,9 @@ struct GemmPipelineAGmemBGmemCRegV1
static constexpr bool kPadM = Problem::kPadM;
static constexpr bool kPadN = Problem::kPadN;
static constexpr bool kPadK = Problem::kPadK;
// For the basic gemm pipelien DoubleSmemBuffer set to be false naturally.
static constexpr bool DoubleSmemBuffer = false;
CK_TILE_HOST_DEVICE static constexpr auto TransposeC() { return Problem::TransposeC; }
......
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