Skip to content

Commit e86a848

Browse files
committed
add missing file
1 parent 004a71e commit e86a848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

torch/csrc/cuda/Graph.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void THCPGraph_init(PyObject* module) {
5050
&::at::cuda::CUDAGraph::pool,
5151
py::call_guard<py::gil_scoped_release>())
5252
.def(
53-
"debug_dump",
54-
&::at::cuda::CUDAGraph::debug_dump,
55-
py::call_guard<py::gil_scoped_release>());
53+
"debug_dump",
54+
&::at::cuda::CUDAGraph::debug_dump,
55+
py::call_guard<py::gil_scoped_release>());
5656
}

0 commit comments

Comments
 (0)