pytorch / 1 / generated / torch.cuda.mem_get_info.html

torch.cuda.mem_get_info

torch.cuda.mem_get_info(device=None) [source]

Returns the global free and total GPU memory occupied for a given device using cudaMemGetInfo.

Parameters:

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

Return type:

Tuple[int, int]

Note

See Memory management for more details about GPU memory management.

© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/1.13/generated/torch.cuda.mem_get_info.html