!28471 Upgrade Ascend 20211229

Merge pull request !28471 from TronZhang/upgrade_ascend_20211229
This commit is contained in:
i-robot 2021-12-31 13:14:53 +00:00 committed by Gitee
commit bda20724a9
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1b80a4c045c66a2b7377c3e7e2df863ee3689c55
Subproject commit 14e492044208dd9c7447ed31a41f63811cc99e0c

View File

@ -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_;