Shortcuts

torch.xpu.mem_get_info

torch.xpu.mem_get_info(device=None)[source][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

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