mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: When dealing with a large memory trace, the resulting plot can be challenging to interpret and analyze. This commit introduces a feature that enables filtering of allocations that have already been freed, providing a more focused view. The remaining events in the plot often warrant closer examination, as they may be indicative of potential out-of-memory (OOM) issues. Pull Request resolved: https://github.com/pytorch/pytorch/pull/165752 Approved by: https://github.com/zdevito |
||
|---|---|---|
| .. | ||
| amp | ||
| __init__.py | ||
| _device_limits.py | ||
| _gpu_trace.py | ||
| _memory_viz.py | ||
| _pin_memory_utils.py | ||
| _sanitizer.py | ||
| _utils.py | ||
| comm.py | ||
| gds.py | ||
| graphs.py | ||
| green_contexts.py | ||
| jiterator.py | ||
| memory.py | ||
| nccl.py | ||
| nvtx.py | ||
| profiler.py | ||
| random.py | ||
| sparse.py | ||
| streams.py | ||
| tunable.py | ||