From 175485097a2cefd6742874855886279cd0a2c656 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 3 Sep 2024 08:20:34 -0700 Subject: [PATCH] [EASY] Typofix (#135022) Signed-off-by: Edward Z. Yang Pull Request resolved: https://github.com/pytorch/pytorch/pull/135022 Approved by: https://github.com/albanD --- torch/_inductor/cudagraph_trees.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch/_inductor/cudagraph_trees.py b/torch/_inductor/cudagraph_trees.py index 422be37e78a0d2..5a33de0e366899 100644 --- a/torch/_inductor/cudagraph_trees.py +++ b/torch/_inductor/cudagraph_trees.py @@ -1578,7 +1578,7 @@ def _allocate_and_copy_recording_inputs( self, inputs: List[InputType] ) -> List[Union[torch.Tensor, int]]: """ - Allocate inputs for non static, non cudagraph managraphed managed tensors in the memory pool + Allocate inputs for non static, non cudagraph managed tensors in the memory pool and copy over the tensor values. """