Commit f54f4d50 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8f06fc57
...@@ -16,7 +16,7 @@ struct target ...@@ -16,7 +16,7 @@ struct target
std::vector<pass> get_passes(migraphx::context& ctx) const; std::vector<pass> get_passes(migraphx::context& ctx) const;
migraphx::context get_context() const { return context{}; } migraphx::context get_context() const { return context{}; }
argument copy_to(const argument& arg) const { return std::move(arg); } argument copy_to(const argument& arg) const { return arg; }
argument copy_from(const argument& arg) const { return arg; } argument copy_from(const argument& arg) const { return arg; }
argument allocate(const shape& s) const; argument allocate(const shape& s) const;
}; };
......
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