"vscode:/vscode.git/clone" did not exist on "84213e27c52782c3d0f3455d9f3207d44906d885"
Commit f54f4d50 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8f06fc57
......@@ -16,7 +16,7 @@ struct target
std::vector<pass> get_passes(migraphx::context& ctx) const;
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 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