mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
cad2d473bf
commit
7c015334a3
@ -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
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user