Rate this Page

torch.cuda.memory_snapshot#

torch.cuda.memory_snapshot()[source]#

Return a snapshot of the CUDA memory allocator state across all devices.

Interpreting the output of this function requires familiarity with the memory allocator internals.

Note

See Memory management for more details about GPU memory management.