lby
a04da35956
fix case core dump in pynative mode
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
yuchaojie
5a4387f8c7
fix uint8 overflow bug
4 years ago
Margaret_wangrui
053bd44eac
Supports backend UB fusion when updatestate has multiple inputs
4 years ago
lby
a5029f061c
ascend kernel build refactory
4 years ago
yuchaojie
210bfeb6e0
pclint code clean
4 years ago
tronzhang
94dda0c7c7
speed up bert profermance in ascend for graph kernel
4 years ago
i-robot
fd8eda24c4
!19904 fix fusion type
Merge pull request !19904 from laiyongqiang/fusionType
4 years ago
LaiYongqiang
898a48d6ea
fix fusion type
4 years ago
yuchaojie
7f75f8a21e
fix ReduceEltwiseFusionPass
4 years ago
yuchaojie
b3420b2cff
fix some ub fusion patterns
4 years ago
yuchaojie
fdbfdc56a5
fix bnupdate_eltwise_eltwise_fusion_pass
4 years ago
dingpeifei
63784e49f5
upgrade_ascend_0626_mindspore
4 years ago
i-robot
76ef295b5c
!18764 move OutputUsedNum attr setting from fusion passes to ub_pattern_fusion
Merge pull request !18764 from yuchaojie/ub_fusion2
4 years ago
yuchaojie
fc80ba655f
move OutputUsedNum attr setting from fusion passes to ub_pattern_fusion
4 years ago
yuchaojie
689158f79b
FracZ format conversion when conv2d group > 1
4 years ago
yuchaojie
cd9636b974
code check clean
4 years ago
hwjiaorui
e54bfea8e2
clean code
4 years ago
yuchaojie
222284bd2c
add output_num for ub_fusion
4 years ago
yuchaojie
0690816510
fix ub_fusion graph circle problem
5 years ago
hwjiaorui
bea73d3255
clean code
4 years ago
hwjiaorui
4695bd6261
clean code
4 years ago
mindspore-ci-bot
75504ad378
!15756 add conv2d + add +re lu & add+reluv2 ub fusion
From: @jjfeing
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
He Wei
121a6a28d9
[auto-monad] Enforce order of exection for Loads user nodes in frontend
5 years ago
jjfeing
735a6aaa3c
add conv+add+relu & add+reluv2 fusion
5 years ago
yuchaojie
e745a90b9a
fix conv2dbackprop_eltwise_eltwise_fusion_pass which lack output_used_num
5 years ago
yuchaojie
50f7f6b3de
add BatchMatMul&FusedMulAdd, BatchMatmul&ConfusionTranpose UB fusion pass
5 years ago
laiyongqiang
f16cea00a4
auto tune step two tune process
5 years ago
mindspore-ci-bot
c529cfa427
!12754 auto tune step one construct json
From: @liubuyu
Reviewed-by:
Signed-off-by:
5 years ago
liubuyu
2d97244741
auto tune stage one: construct json
5 years ago
huanghui
eb35100048
fix-ub-fusion-core-dump
5 years ago
huanghui
de843b45b6
add circle check in ub fusion
5 years ago
gongxiaoqing
4d6ff51ca1
回退 'Pull Request !12569 : Add circle check in ub fusion'
5 years ago
huanghui
04fee8a75c
Fix ub fusion's circle
5 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)
```
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
huanghui
b296dac9dd
fix do ub fusion with only one node
5 years ago
mindspore-ci-bot
2ea8527de3
!11314 add cache embedding for wide&deep model
From: @fangzehua
Reviewed-by:
Signed-off-by:
5 years ago
fangzehua
f97e19f23f
add cache pass
5 years ago
jjfeing
ce85c7a468
fix ub fusion used num
5 years ago
huanghui
e17dd84c0b
add trace managager around backend opt
5 years ago
huanghui
27b9b2870e
fix ReduceEltwiseFusionPass not set output_used_num
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
huanghui
90dfecfb00
fix bnupdate_eltwise_eltwise's cycle fusion
5 years ago
mindspore-ci-bot
59f582faa3
!6539 Only match the pattern of Conv2DBackproInput+ReluGradV2
Merge pull request !6539 from huanghui/fix-ub-fusion-conv2dbpinput-eltwise
5 years ago
huanghui
af0a11ff69
Update the pattern of conv2dbackprop_eltwise_fusion pass. Only match Conv2dBackpropInput+ReluGradV2.
5 years ago
yujianfeng
1b45e5fe97
Fix codedex warning
5 years ago
guoqi
dbd8036751
fusion the right branch first in dx+addn+drelu fusion
5 years ago
yujianfeng
c4bbf5a282
Fix bnupdate_eltwise_eltwise ub fusion pass
5 years ago