Remove FIXME comment about reset_max_memory_reserved (#165249)

The function doesn't actually exist https://github.com/pytorch/pytorch/blob/main/torch/cuda/__init__.py#L1816

Fixes https://github.com/pytorch/pytorch/issues/27785

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165249
Approved by: https://github.com/svekars
This commit is contained in:
Mark Saroufim
2025-10-13 19:44:40 +00:00
committed by PyTorch MergeBot
parent cad2d473bf
commit 7c015334a3

View File

@ -176,10 +176,6 @@
.. autoclass:: torch.cuda.use_mem_pool
```
% FIXME The following doesn't seem to exist. Is it supposed to?
% https://github.com/pytorch/pytorch/issues/27785
% .. autofunction:: reset_max_memory_reserved
## NVIDIA Tools Extension (NVTX)
```{eval-rst}
@ -299,4 +295,4 @@ See the docs for {class}`~torch.cuda.gds.GdsFile` for an example of how to use t
:hidden:
cuda.aliases.md
```
```