Rate this Page

torch.xpu.mem_get_info#

torch.xpu.mem_get_info(device=None)[source]#

Return the global free and total GPU memory for a given device.

Parameters

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

Returns

the memory available on the device in units of bytes. int: the total memory on the device in units of bytes

Return type

int