• 文档 >
  • torch.cuda >
  • torch.cuda.change_current_allocator
快捷键

torch.cuda.change_current_allocator

torch.cuda.change_current_allocator(allocator)[source][source]

更改当前使用的内存分配器为提供的分配器。

如果当前分配器已被使用/初始化,此函数将报错。

参数:

allocator (torch.cuda.memory._CUDAAllocator) – 要设置为活动状态的分配器。

注意

详细说明创建和使用自定义分配器的内存管理。


© 版权所有 PyTorch 贡献者。

使用 Sphinx 构建,并使用 Read the Docs 提供的主题。

文档

PyTorch 的全面开发者文档

查看文档

教程

深入了解初学者和高级开发者的教程

查看教程

资源

查找开发资源并获得您的疑问解答

查看资源