"vscode:/vscode.git/clone" did not exist on "b470b12c2522f6fe52acfb8dc19611b2a4cdf4bb"
Commit 1a159cb9 authored by carlushuang's avatar carlushuang
Browse files

hot-fix

parent 37cdbf4f
......@@ -839,6 +839,9 @@ struct WarpGemmAttributeMfmaImpl_i32_32x32x16_i8
static constexpr index_t kN = 32;
static constexpr index_t kK = 16;
static constexpr index_t kAMBlock = 1;
static constexpr index_t kBNBlock = 1;
static constexpr index_t kAMLane = 32;
static constexpr index_t kBNLane = 32;
static constexpr index_t kABKLane = 2;
......
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