"testing/vscode:/vscode.git/clone" did not exist on "8cdc185bb4ca34fcfda70d7e329ddc30c44aadae"
Commit ff40d99c authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

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