Skip to content

Commit c2575ef

Browse files
authored
fix
1 parent ccd0a38 commit c2575ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/cuda/graphs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def pool(self):
103103
def debug_dump(self):
104104
r"""
105105
Calls a debugging function to dump the graph if the dump path has been
106-
set via torch._C._cuda_setCudaGraphsDebugPath()
106+
set via torch._C._cuda_set_graphs_debug_path()
107107
"""
108108
return super(CUDAGraph, self).debug_dump()
109109

0 commit comments

Comments
 (0)