torch.cuda.memory.mem_get_info#
- torch.cuda.memory.mem_get_info(device=None)[source]#
Return the global free and total GPU memory for a given device using cudaMemGetInfo.
- Parameters
device (torch.device orint orstr,optional) – selected device. Returnsstatistic for the current device, given by
current_device(),ifdeviceisNone(default) or if the device index is not specified.- Return type
Note
SeeMemory management for moredetails about GPU memory management.