forked from mindspore-Ecosystem/mindspore
!28471 Upgrade Ascend 20211229
Merge pull request !28471 from TronZhang/upgrade_ascend_20211229
This commit is contained in:
commit
bda20724a9
|
@ -1 +1 @@
|
|||
Subproject commit 1b80a4c045c66a2b7377c3e7e2df863ee3689c55
|
||||
Subproject commit 14e492044208dd9c7447ed31a41f63811cc99e0c
|
|
@ -67,7 +67,8 @@ void HcclTask::Distribute() {
|
|||
}
|
||||
|
||||
::ge::GETaskInfo ge_task;
|
||||
ge_task.id = 0;
|
||||
static uint32_t task_id = 0;
|
||||
ge_task.id = task_id++;
|
||||
ge_task.type = static_cast<uint16_t>(RT_MODEL_TASK_HCCL);
|
||||
ge_task.stream = stream_;
|
||||
|
||||
|
|
Loading…
Reference in New Issue