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 35ed91c commit a39a252Copy full SHA for a39a252
torch/csrc/cuda/Graph.cpp
@@ -55,7 +55,8 @@ void THCPGraph_init(PyObject* module) {
55
py::call_guard<py::gil_scoped_release>())
56
.def(
57
"enable_debug_mode",
58
- torch::wrap_pybind_function(&::at::cuda::CUDAGraph::enable_debug_mode),
+ torch::wrap_pybind_function(
59
+ &::at::cuda::CUDAGraph::enable_debug_mode),
60
61
62
"debug_dump",
0 commit comments