Commit 9e5d4eba authored by Graylatzhou's avatar Graylatzhou
Browse files

issue/183 修改infiniop-test/src/mul.cpp

parent d4c0cdf9
......@@ -73,12 +73,6 @@ std::shared_ptr<infiniop_test::Result> Test::run(
a->data(),
b->data(),
nullptr);
infiniopMul(
op_desc, workspace, workspace_size,
c->data(),
a->data(),
b->data(),
nullptr);
},
warm_ups, iterations);
......
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