"test/vscode:/vscode.git/clone" did not exist on "5771a040474e6b3409d2f4e67c429473bce4089e"
Commit 4550d41b authored by Paul's avatar Paul
Browse files

Format

parent 0e5d8ed5
...@@ -271,8 +271,8 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler> ...@@ -271,8 +271,8 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler>
const auto& a_shape = inputs[0]; const auto& a_shape = inputs[0];
const auto& b_shape = inputs[1]; const auto& b_shape = inputs[1];
// cppcheck-suppress unreadVariable // cppcheck-suppress unreadVariable
auto rank = a_shape.lens().size(); auto rank = a_shape.lens().size();
auto b_strides = b_shape.strides(); auto b_strides = b_shape.strides();
return rank >= 3 and b_strides[rank - 3] == 0; return rank >= 3 and b_strides[rank - 3] == 0;
} }
......
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