".github/vscode:/vscode.git/clone" did not exist on "6c2162a9fdcd1e754faea9944da033c3199b08c1"
Commit ff40d99c authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8d69498c
......@@ -845,7 +845,7 @@ struct dot
if(a.lens()[dim_1] != b.lens()[dim_0])
MIGRAPHX_THROW("Inner dimensions do not match: {" + to_string_range(a.lens()) +
"} x {" + to_string_range(b.lens()) + "}");
auto out_lens = a.lens();
auto out_lens = a.lens();
out_lens[dim_1] = b.lens()[dim_1];
return {t, out_lens};
}
......
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