Home
last modified time | relevance | path

Searched refs:allgather_group (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc581 Group allgather_group = g_device_manager->CreateGroup(new_group_devices); in CreateGroupForOptShard() local
582 groups->push_back(allgather_group); in CreateGroupForOptShard()
583 tensor_layout->set_opt_shard_group(allgather_group.name()); in CreateGroupForOptShard()
584 MS_LOG(INFO) << "Parallel optimizer: create allgather group " << allgather_group.name(); in CreateGroupForOptShard()
601 Group allgather_group = g_device_manager->CreateGroup(group_devices); in CreateGroupForOptShard() local
602 groups->push_back(allgather_group); in CreateGroupForOptShard()
603 tensor_layout->set_opt_shard_group(allgather_group.name()); in CreateGroupForOptShard()
604 MS_LOG(INFO) << "Parallel optimizer: create allgather group " << allgather_group.name(); in CreateGroupForOptShard()