Commit 907074f2 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 2701c163
......@@ -2038,7 +2038,7 @@ TEST_CASE(op_capture)
capture_p.compile(migraphx::cpu::target{});
auto cap_res = capture_p.eval({});
auto res = p.eval({});
auto res = p.eval({});
std::vector<float> vec, cap_vec;
cap_res.visit([&](auto output) { cap_vec.assign(output.begin(), output.end()); });
......
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