"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "0adcc72bf794a744bd961f8b558d7144cfa131ab"
Commit ff45e8e8 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

fix cppcheck error

parent c7ec5fc7
......@@ -16,7 +16,7 @@ struct hip_convert : unary_device<hip_convert, device::convert>
{
op::convert op;
hip_convert(const op::convert oper) : op(std::move(oper)) {}
hip_convert(op::convert oper) : op(oper) {}
shape compute_shape(std::vector<shape> inputs) 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