"...gtest-1.11.0/googlemock/scripts/generator/README.cppclean" did not exist on "e3f120b99de7bad9801b51c7e1fffea82d3c4f41"
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