We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004a71e commit e86a848Copy full SHA for e86a848
torch/csrc/cuda/Graph.cpp
@@ -50,7 +50,7 @@ void THCPGraph_init(PyObject* module) {
50
&::at::cuda::CUDAGraph::pool,
51
py::call_guard<py::gil_scoped_release>())
52
.def(
53
- "debug_dump",
54
- &::at::cuda::CUDAGraph::debug_dump,
55
- py::call_guard<py::gil_scoped_release>());
+ "debug_dump",
+ &::at::cuda::CUDAGraph::debug_dump,
+ py::call_guard<py::gil_scoped_release>());
56
}
0 commit comments