Commit 11fcecad authored by Paul's avatar Paul
Browse files

Formatting

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