torch.xpu.reset_accumulated_memory_stats¶
- torch.xpu.reset_accumulated_memory_stats(device=None)[源代码]¶
重置 XPU 内存分配器跟踪的“累积”(历史)统计信息。
有关详细信息,请参阅
memory_stats()
。累积统计信息对应于每个单独统计信息字典中的 “allocated” 和 “freed” 键。- 参数
device (torch.device 或 int 或 str,可选) – 选择的设备。如果
device
为None
(默认值),则返回由current_device()
给出的当前设备的统计信息。