Commit fb5df2fc authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 6177d2b3
...@@ -202,9 +202,7 @@ PYBIND11_MODULE(migraphx, m) ...@@ -202,9 +202,7 @@ PYBIND11_MODULE(migraphx, m)
migraphx::capture_arguments(p, ins_names); migraphx::capture_arguments(p, ins_names);
}); });
m.def("capture_arguments", [](migraphx::program& p) { m.def("capture_arguments", [](migraphx::program& p) { migraphx::capture_arguments(p); });
migraphx::capture_arguments(p);
});
#ifdef HAVE_GPU #ifdef HAVE_GPU
m.def("allocate_gpu", &migraphx::gpu::allocate_gpu, py::arg("s"), py::arg("host") = false); m.def("allocate_gpu", &migraphx::gpu::allocate_gpu, py::arg("s"), py::arg("host") = false);
......
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