yujianfeng
3df6845803
Fix fusion condition of reshape and transpose
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
230963d08e
!2332 Fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set with False
Merge pull request !2332 from huanghui/fix-ConfusionSoftmaxGrad-fusion-pass
5 years ago
huanghui
c7bda5363d
fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set False
5 years ago
huanghui
8463731bcc
make those AdamXX and LambXX fusion pass not work for unexpect data type
5 years ago
huanghui
4acb61d59d
code review fix for buffer fusion
5 years ago
huanghui
88eec2b894
fix single-batchnorm-fission && softmax-grad-ext-fusion pass
5 years ago
huanghui
1044310783
add op names mapping for one hwopt pass
5 years ago
liubuyu
0fd57bd15e
fix remove reshape pair pass
5 years ago
mindspore-ci-bot
bfc18f3adc
!1873 synchronize latest ascend software 04 Jun 2020
Merge pull request !1873 from yanghaoran/master
5 years ago
yanghaoran
8da4c1a763
synchronize latest ascend software 04 Jun 2020
5 years ago
WilliamLian
9808e47663
change checkAicpu to CheckAICPU & add charge Scalar function to charge the input or output is scalar
5 years ago
yujianfeng
e87ac6525e
Add batch norm fusion pattern for mix precision
5 years ago
huanghui
d1cec14a0c
add 2 pattern for softmaxgradext fusion pass
6 years ago
huanghui
71acaa5300
enable ConfusionMulGrad fusion pass in bert only
6 years ago
huanghui
ff05aa1faa
add newly 5 patterns for AdamApplyOneWithDecayRule fusion pass
6 years ago
huanghui
99ca6b3e80
add SoftmaxGradExt fusion pass
6 years ago
yujianfeng
94818cf255
Fix fusion condition of transpose and reshape
6 years ago
huanghui
a42dd21430
add 3 pattern for lamb_next_mv_rule fusion pass
6 years ago
huanghui
f16ff539ba
refactor multiple patterns pass
6 years ago
mindspore-ci-bot
d9c74e0acd
!1328 Add 3 patterns support for LambNextMVWithDecay fusion pass
Merge pull request !1328 from huanghui/LambNextMvWithDecayRuleConds-fusion-pass
6 years ago
yujianfeng
e702e0bce8
Add tuple_getitem check for outputs of bn
6 years ago
huanghui
eaff850f11
add 3 patterns for lamb_next_mv_with_decay_rule pass
6 years ago
huanghui
5a68eba585
Refactor LambNextMVWithDecayRule fusion pass
6 years ago
yujianfeng
d6f043b020
Fix batch norm bert fission for control depend case
6 years ago
yujianfeng
c8d33568f2
Add an new output to FusedMulApplyMomentum
6 years ago
huanghui
d4a82951ed
fix confusionmulgrad fusion pass may create a loop
6 years ago
mindspore-ci-bot
e8deacea3c
!1162 change using input or output's device dtype to create transdata's kernel build info
Merge pull request !1162 from lianliguang/using-device-dtype-to-create-transdata-kernel-build-info
6 years ago
WilliamLian
52e97dbb79
using device dtype to create transdata kernel build info
6 years ago
huanghui
709828a98b
add BatchNormGrad2BNInferGrad pass
6 years ago
mindspore-ci-bot
42ba885e58
!1098 Add BatchNorm2BNInfer pass
Merge pull request !1098 from huanghui/add-batchnorm-bninfer-pass
6 years ago
huanghui
6db71e6576
add batchnorm2bninfer pass
6 years ago
yujianfeng
6e89ebe6f0
Add BatchNorm fusion pattern with mix precision
6 years ago
mindspore-ci-bot
86d4797399
!1079 Convert AiCpu kernel when aicore not supported
Merge pull request !1079 from lianliguang/convert-to-AICPU-when-AiCore-not-supported-kernel
6 years ago
WilliamLian
691b0648e3
convert unsupported kernel in aicore to aicpu
6 years ago
yujianfeng
85ff90c237
Add input shape condition for transpose_reshape fusion pass
6 years ago
huanghui
12eaaf710b
mul_add_fusion pass supports when add's 2nd is mul
6 years ago
huanghui
206430286a
degrade WARNING to DEBUG in derelu_fusion pass
6 years ago
YuJianfeng
7185961e89
Enable BatchNorm fusion pass
6 years ago
mindspore-ci-bot
0fbec0f55a
!750 refresh parameter format
Merge pull request !750 from liubuyu/master
6 years ago
liubuyu
8f48db291a
refresh parameter format
6 years ago
mindspore-ci-bot
e537a70808
!657 Fix confusionmulgrad fusion pass cannot work
Merge pull request !657 from huanghui/fix-confusionmulgrad-fusion-pass
6 years ago
huanghui
230e77f923
fix confusionmulgrad fusion pass cannot work
6 years ago
huanghui
9e29224af9
move add_memcpy_async pass and transdata_split pass
6 years ago
mindspore-ci-bot
928dcf4ec4
!554 Fix derelu fusion pass
Merge pull request !554 from huanghui/fix_derelu_fusion_pass
6 years ago
huanghui
cd6e8d6542
fix ReluV2's mask shape in derelu fusion pass
6 years ago
huanghui
14df771175
fix confusion_softmax_grad_rule pass
6 years ago
liubuyu
672244e0ac
add keep_bn_fp32 parameter
6 years ago
YuJianfeng
146ac1263e
Overlength functions rectification
6 years ago
mindspore-ci-bot
57f6fa6439
!459 remove reshape operators pair
Merge pull request !459 from liubuyu/master
6 years ago