Skip to content

Commit a39a252

Browse files
committed
lint
1 parent 35ed91c commit a39a252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torch/csrc/cuda/Graph.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ void THCPGraph_init(PyObject* module) {
5555
py::call_guard<py::gil_scoped_release>())
5656
.def(
5757
"enable_debug_mode",
58-
torch::wrap_pybind_function(&::at::cuda::CUDAGraph::enable_debug_mode),
58+
torch::wrap_pybind_function(
59+
&::at::cuda::CUDAGraph::enable_debug_mode),
5960
py::call_guard<py::gil_scoped_release>())
6061
.def(
6162
"debug_dump",

0 commit comments

Comments
 (0)