Skip to content

Commit

Permalink
[EASY] Typofix (pytorch#135022)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Pull Request resolved: pytorch#135022
Approved by: https://github.com/albanD
  • Loading branch information
ezyang authored and pytorchmergebot committed Sep 4, 2024
1 parent 15c25c4 commit 1754850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/_inductor/cudagraph_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 1754850

Please sign in to comment.