"benchmark/vscode:/vscode.git/clone" did not exist on "bc6915e3b97f7c87e21872ab898123f93753072b"
Commit 43d73086 authored by Paul's avatar Paul
Browse files

Fix namespace

parent bc5d7f75
...@@ -21,7 +21,7 @@ struct allocate ...@@ -21,7 +21,7 @@ struct allocate
std::string name() const { return "allocate"; } std::string name() const { return "allocate"; }
migraphx::shape compute_shape(const std::vector<migraphx::shape>& inputs) const migraphx::shape compute_shape(const std::vector<migraphx::shape>& inputs) const
{ {
migraph::check_shapes{inputs, *this}.has(0); migraphx::check_shapes{inputs, *this}.has(0);
return s; return s;
} }
migraphx::argument compute(migraphx::context&, migraphx::argument compute(migraphx::context&,
......
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