xsmq
f98109aa5a
adjust performance of smoke bert_thor
4 years ago
mwang
ed1e4f7ae0
adjust performance of bert thor
4 years ago
He Wei
3c44e731a2
[auto-monad] Revert "Change backend execution order sorting policy"
This reverts commit 141c39b71c .
4 years ago
He Wei
141c39b71c
[auto-monad] Change backend execution order sorting policy
Change backend execution order sorting policy from DFS to BFS
in KernelGraph::SetExecOrderByDefault().
4 years ago
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)
```
4 years ago
jjfeing
502be04491
upgrade 0204
4 years ago
mwang
0b312c2385
thor generalization code submit
4 years ago
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
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
looop5
0161209e40
update submoudle akg, close graph kernel ascend ci testcases
4 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
4 years ago
lilei
9a45c4419c
modify batch_normal
4 years ago
mindspore-ci-bot
a531628dd5
!10325 modify MetaTensor and Tensor
From: @Somnus2020
Reviewed-by: @kingxian
Signed-off-by: @kingxian
4 years ago
lilei
b858097ae4
modify MetaTensor and Tensor
5 years ago
shibeiji
b2d98d2751
add tbe fusion operators LambApplyOptimizerAssign and LambApplyWeightAssign for lamb optimizer
5 years ago
mwang
59f7605987
adjust cost threshold for bert ci_smoke
5 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
looop5
56fa56b173
add graph kernel testcases
5 years ago
wangmin
8012dbde54
add split allreduce testcase for bert_thor
5 years ago
zhaoting
d421f49e60
delete redundant codes
5 years ago
wangmin
d9e84e468b
remove rm -rf in testcase of bert_thor
5 years ago
mindspore-ci-bot
3671244ff8
!6233 move batch_size from bert_cfg_cfg to cfg
Merge pull request !6233 from yoonlee666/master
5 years ago
wangmin
d96ecd2740
add st for bert_thor
5 years ago
yoonlee666
528072f45f
move batch_size from bert_cfg_cfg to cfg
5 years ago
nhussain
92e99ff224
change map calls
5 years ago
lilei
71adabd944
modify_bug
5 years ago
xiefangqi
d0410d6191
md delete set_dataset_size interface
5 years ago
yao_yf
d4cfe55c04
rename mirror_mean to gradients_mean
5 years ago
mindspore-ci-bot
a50bc2182e
!5665 delete enable_fused_layernorm
Merge pull request !5665 from yoonlee666/bugfix
5 years ago
yoonlee666
dfd85caa1b
delete enable_fused_layernorm
5 years ago
jinyaohui
a9972a7def
optim pylint
5 years ago
yao_yf
07117e4dd4
mv ParallelMode to context
5 years ago
panyifeng
1a54785fe2
remove name arg from gradoperation
5 years ago
yoonlee666
eb46d5cc19
split ci cases
5 years ago
Wei Luning
d4d6457ea7
init parameter data by defaultOnly keep no data as MetaTensor in auto parallel mode
5 years ago
mindspore-ci-bot
1c6ddf70b6
!4043 add serving st
Merge pull request !4043 from hexia/serving_st
5 years ago
hexia
7f514a07e8
serving st
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
chenhaozhe
ef7ea3b92d
fix bert performance test case
5 years ago
yoonlee666
4c167e3085
add bert ci script
5 years ago
Wei Luning
484d7f10c8
refine code* refine code in bert model* add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`* remove partial hard code in spec for poly* remove any in data convert cache
5 years ago
wangnan39@huawei.com
082433183d
uniform learning_rate behavior of optimizers
5 years ago
anzhengqi
008b91b2a1
inject epoch ctrl op in the execution tree and send eos at the end of epoch
5 years ago
yanghaoran
00749914a4
remove testcase
5 years ago
duxiutao
1e43c609e0
Add test case and fix two bugs
1. add case to guard precision
2. fix a shape bug
3. fix a funcGraph bug
5 years ago
Wei Luning
8f56528f8c
add flags on function
5 years ago
mindspore-ci-bot
971f10d222
!1790 remove transdata only connected with control depend
Merge pull request !1790 from lianliguang/remove-the-useless-transdata-connected-with-the-control-depend
5 years ago
WilliamLian
b86016a26f
remove the useless transdata and cast of control depend node
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
mindspore-ci-bot
d9c7a8400e
!1933 edit bert example scripts
Merge pull request !1933 from yoonlee666/edit-example
5 years ago