Commit 4b45667f authored by umangyadav's avatar umangyadav
Browse files

fix formatting

parent 51e20ba4
......@@ -109,7 +109,7 @@ inline std::string get_miopen_version()
{
MIGRAPHX_THROW("MIOpen failed to retrieve miopen version info");
}
return to_string_range({major,minor,patch}, ".");
return to_string_range({major, minor, patch}, ".");
}
inline tensor_descriptor make_tensor(const migraphx::shape& os, bool pack = false)
......
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