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 002accf commit 5d75321Copy full SHA for 5d75321
aten/src/ATen/cuda/CUDAGraph.cpp
@@ -257,7 +257,7 @@ void CUDAGraph::debug_dump(const std::string& debug_path) {
257
has_graph_ = false;
258
}
259
} else {
260
- TORCH_WARN("CUDA Graphs debug not enabled, set with torch._C._cuda_enable_graphs_debug_mode");
+ TORCH_WARN("CUDA Graphs debug not enabled, set with [graph].enable_debug_mode()");
261
262
#else
263
TORCH_CHECK(false, "CUDA graphs may only be used in Pytorch built with CUDA >= 11.3 or ROCM >= 5.6");
0 commit comments