Rate this Page

torch.mtia.memory.max_memory_allocated#

torch.mtia.memory.max_memory_allocated(device=None)[source]#

Return the maximum memory allocated in bytes for a given device.

Parameters:

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

Return type:

int