API 相关说明
Get or set backend of collective communication. Available backends are [‘nccl’, ‘shm’, ‘rccl’]
实际案例
import megengine.distributed as dist dist.backend = "nccl"
上一页
megengine.distributed
下一页
megengine.distributed.Group