W3cubDocs

/PyTorch 2.9

torch.accelerator.memory.memory_reserved

torch.accelerator.memory.memory_reserved(device_index=None, /) [source]

Return the current accelerator device memory managed by the caching allocator in bytes for a given device index.

Parameters

device_index (torch.device, str, int, optional) – the index of the device to target. If not given, use torch.accelerator.current_device_index() by default. If a torch.device or str is provided, its type must match the current accelerator device type.

Return type

int

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.accelerator.memory.memory_reserved.html