Shortcuts

torch.mtia.memory_stats

torch.mtia.memory_stats(device=None)[source]

Return a dictionary of MTIA memory allocator statistics for a given device.

Parameters

device (torch.device or int, optional) – statistics for the current device, given by current_device(), if device is None (default).

Return type

Dict[str, Any]

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources