Commit Graph

103 Commits

Author SHA1 Message Date
i-robot c79d9cb6d6
!35210 修复 ST probabilistic failure in daily version
Merge pull request !35210 from 王程浩/master
2022-06-10 08:36:31 +00:00
王程浩 1561337f1e 修复 ST probabilistic failure in daily version 2022-06-09 23:25:08 +08:00
Cathy Wong f4fd0300c6 [MD] Transform Unification - Phase 3: Update Smoke tests and remaining UTs 2022-05-31 16:14:32 -04:00
yanghaoran 7144ddd86b fix bert performance threshold 2022-04-18 14:51:37 +08:00
shenwei41 4a973c05da upgrade Ascend package 15 Apr 22 2022-04-16 23:10:44 +08:00
wanyiming b30217b161 fix_st 2022-03-15 16:48:02 +08:00
i-robot dcb5cd670c
!30953 Dynamic Weight Decay
Merge pull request !30953 from wanyiming/dynamic_wd
2022-03-14 06:03:24 +00:00
wanyiming a124ec4de7 add dynamic_decay 2022-03-10 11:02:27 +08:00
yanghaoran 5352e13329 takedown testcases to ensure gate stability 2022-03-09 10:18:51 +08:00
chenhaozhe 12fab451e8 fix test cases about models 2021-09-23 09:19:37 +08:00
caifubi fae514124b add pynative 8p st 2021-09-16 16:26:17 +08:00
huanghui ba66c0d491 add security isolate for save_graphs 2021-09-14 10:24:12 +08:00
sl_wang 4c302c0c5b bert script for thor generalization 2021-08-27 18:06:35 +08:00
djc b077aa1cab [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 2021-08-22 16:26:45 +08:00
djc 4e6f7dc97d [feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset 2021-08-22 13:39:37 +08:00
huangbingjian 53b31abf12 remove useless depend 2021-08-05 20:21:24 +08:00
i-robot e23d51ee8d !20099 test failed
Merge pull request !20099 from mindspore_ding/run_0712
2021-07-27 07:27:49 +00:00
dingpeifei aad315ebc5 test failed 2021-07-22 20:17:21 +08:00
chenhaozhe 6c488610a9 enable bert st 2021-07-22 09:59:12 +08:00
chenhaozhe bea083c3ed update loss value in bert precision test case 2021-07-10 14:55:57 +08:00
dingpeifei 0af87e888e upgrade_ascend_0617 2021-06-19 16:46:31 +08:00
sl_wang a140e9ee36 clean codecheck for thor 2021-05-28 22:55:45 +08:00
xsmq a424c3124b adjust ascend st from level0 to level1 2021-05-14 13:07:24 +08:00
dinglinhe 54fb72e2b3 Update normalization description at nn/layer/normalization.py 2021-04-20 12:30:37 +08:00
wenfangpei 66d28af79e adapt for layernorm in ascend 2021-04-08 18:11:59 +08:00
xsmq f98109aa5a adjust performance of smoke bert_thor 2021-03-20 09:35:42 +08:00
mwang ed1e4f7ae0 adjust performance of bert thor 2021-03-17 19:18:22 +08:00
He Wei 3c44e731a2 [auto-monad] Revert "Change backend execution order sorting policy"
This reverts commit 141c39b71c.
2021-02-22 20:26:45 +08:00
He Wei 141c39b71c [auto-monad] Change backend execution order sorting policy
Change backend execution order sorting policy from DFS to BFS
in KernelGraph::SetExecOrderByDefault().
2021-02-09 17:08:02 +08:00
He Wei 7d9a783993 [auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.

The ControlDepend primitive is removed and there are two primitives added:

1. UpdateState:
```
  a = Assign(para, value)
```
became:
```
  a = Assign(para, value, u)
  u = UpdateState(u, a)
```

2. Load:
```
  x = Add(para, value)
```
became:
```
  p = Load(para, u)
  x = Add(p, value)
  u = UpdateState(u, p)
```
2021-02-08 09:01:15 +08:00
jjfeing 502be04491 upgrade 0204 2021-02-06 10:51:43 +08:00
mwang 0b312c2385 thor generalization code submit 2021-02-03 09:54:14 +08:00
mindspore-ci-bot e897eb4c41 !11915 Change TensorAdd to Add, merge from r1.1 to master
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-02-02 09:16:08 +08:00
l00591931 9ec100d069 Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
looop5 0161209e40 update submoudle akg, close graph kernel ascend ci testcases 2021-02-01 15:59:50 +08:00
mindspore-ci-bot 9fa0499fa0 Change GatherV2 to Gather r1.1 to master 2021-01-30 14:13:47 +08:00
lilei 9a45c4419c modify batch_normal 2021-01-13 20:59:46 +08:00
mindspore-ci-bot a531628dd5 !10325 modify MetaTensor and Tensor
From: @Somnus2020
Reviewed-by: @kingxian
Signed-off-by: @kingxian
2021-01-05 17:50:34 +08:00
lilei b858097ae4 modify MetaTensor and Tensor 2021-01-04 20:58:34 +08:00
shibeiji b2d98d2751 add tbe fusion operators LambApplyOptimizerAssign and LambApplyWeightAssign for lamb optimizer 2020-12-31 08:26:11 +08:00
mwang 59f7605987 adjust cost threshold for bert ci_smoke 2020-12-27 14:08:09 +08:00
Xiao Tianci 31fed1a2f6 change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine 2020-12-24 17:30:02 +08:00
looop5 56fa56b173 add graph kernel testcases 2020-12-12 14:56:21 +08:00
wangmin 8012dbde54 add split allreduce testcase for bert_thor 2020-09-18 21:37:18 +08:00
zhaoting d421f49e60 delete redundant codes 2020-09-17 17:44:36 +08:00
wangmin d9e84e468b remove rm -rf in testcase of bert_thor 2020-09-16 19:58:48 +08:00
mindspore-ci-bot 3671244ff8 !6233 move batch_size from bert_cfg_cfg to cfg
Merge pull request !6233 from yoonlee666/master
2020-09-16 14:51:06 +08:00
wangmin d96ecd2740 add st for bert_thor 2020-09-16 10:04:29 +08:00
yoonlee666 528072f45f move batch_size from bert_cfg_cfg to cfg 2020-09-16 09:46:38 +08:00
nhussain 92e99ff224 change map calls 2020-09-10 10:25:05 -04:00