Browse Source

!14301 change PR links in project to pubilc links

From: @luopengting
Reviewed-by: @yelihua,@wenkai_dist
Signed-off-by: @wenkai_dist
pull/14301/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
67c7f2a9b6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      RELEASE.md

+ 2
- 2
RELEASE.md View File

@@ -443,12 +443,12 @@ MSTensor::DestroyTensorPtr(tensor);

#### FrontEnd

- fix the null pointer problem of evaluator in control flow.([!13312](https://gitee.com/mind_spore/dashboard/projects/mindspore/mindspore/pulls/13312))
- fix the null pointer problem of evaluator in control flow.([!13312](https://gitee.com/mindspore/mindspore/pulls/13312))
- fix parameter naming conflict bug for CellList and SequentialCell. ([!13260](https://gitee.com/mindspore/mindspore/pulls/13260))

#### Executor

- fix executor pending task not execute in some heterogeneous cases.([!13465](https://gitee.com/mind_spore/dashboard/projects/mindspore/mindspore/pulls/13465))
- fix executor pending task not execute in some heterogeneous cases.([!13465](https://gitee.com/mindspore/mindspore/pulls/13465))
- add passes to support frontend IR unification, including following operations: SliceGrad([!11783](https://gitee.com/mindspore/mindspore/pulls/11783)), ApplyFtrl, ApplyMomentum, ApplyRMSProp, CenteredRMSProp([!11895](https://gitee.com/mindspore/mindspore/pulls/11895)), AvgPoolGrad([!12813](https://gitee.com/mindspore/mindspore/pulls/12813)), BatchNorm([!12115](https://gitee.com/mindspore/mindspore/pulls/12115))

#### Dataset


Loading…
Cancel
Save