".github/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "18317ddc13bc403749fe9f99ef5726796f855b0e"
Commit 29448044 authored by Paul's avatar Paul
Browse files

Formatting

parent a6a851a1
......@@ -6,10 +6,7 @@
namespace migraph {
namespace miopen {
std::vector<pass> target::get_passes(context&) const
{
return {lowering{}, write_literals{}};
}
std::vector<pass> target::get_passes(context&) const { return {lowering{}, write_literals{}}; }
std::string target::name() const { return "miopen"; }
......
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