"profiler/include/profile_batched_gemm_reduce_impl.hpp" did not exist on "41cdd3801a873def1c1220da9860f5202f36edbd"
Commit fb5df2fc authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

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