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 ccd0a38 commit c2575efCopy full SHA for c2575ef
torch/cuda/graphs.py
@@ -103,7 +103,7 @@ def pool(self):
103
def debug_dump(self):
104
r"""
105
Calls a debugging function to dump the graph if the dump path has been
106
- set via torch._C._cuda_setCudaGraphsDebugPath()
+ set via torch._C._cuda_set_graphs_debug_path()
107
"""
108
return super(CUDAGraph, self).debug_dump()
109
0 commit comments