i-robot
19848c2ec3
!22995 Clean PClint
Merge pull request !22995 from Margaret_wangrui/pclint_clean
4 years ago
i-robot
aac70cb939
!22873 parallel_optimizer_allgather_recompute_fix
Merge pull request !22873 from yao_yf/parallel_optimizer_allgather_recompute_fix
4 years ago
i-robot
bdfd3877f8
!23300 Optimize of exception log of AD
Merge pull request !23300 from YuJianfeng/dfx
4 years ago
yao_yf
d749690a61
adjust parallel optimizer recompute allgather depend
4 years ago
yujianfeng
752bdde06d
Optimize of exception log of AD
4 years ago
i-robot
0071667155
!23039 [Fallback] Fix previous block parameters problem and add test cases.
Merge pull request !23039 from 张清华/opt_fallback
4 years ago
Margaret_wangrui
f678962c0e
PClint clean
4 years ago
i-robot
5861e44825
!23230 Update GetRealPath for compiler
Merge pull request !23230 from huanghui/update-getrealpath
4 years ago
i-robot
41a5c0ae26
!23206 Remove side_effect_mem mark for random operator
Merge pull request !23206 from Margaret_wangrui/random_op_2
4 years ago
huanghui
dd71e349ca
Update GetRealPath for compiler
4 years ago
i-robot
23d03a0368
!23105 fix TupleListGetitemDependReorder bug
Merge pull request !23105 from Margaret_wangrui/TupleGetItem_Depend
4 years ago
i-robot
1e77f20a04
!23145 Seperate pynative dfunctor function
Merge pull request !23145 from LiangZhibo/ad
4 years ago
Zhang Qinghua
bcfb274074
[Fallback] Fix previous block parameters problem, and add test cases.
4 years ago
Margaret_wangrui
2310a9d013
Remove side_effect_mem mark for random operator
4 years ago
Margaret_wangrui
7292928354
fix TupleListGetitemDependReorder bug
4 years ago
l00591931
fde4bb0645
Seperate pynative ad dfunctor function
4 years ago
yujianfeng
dfe1b05b28
Get bprop from python when the bprop mindir dir does not exist
4 years ago
Zhang Qinghua
7203989c26
Support fallback feature in Graph mode (1).
4 years ago
i-robot
b4f4dcb514
!22504 add lessBN optimization in mobilenetv2
Merge pull request !22504 from guoqi/mobilenet-lessbn
4 years ago
Margaret_wangrui
a903cad5b3
Revert "Dealing with the random accuracy problem: parameter and load are equivalent."
This reverts commit 1a2f7e2663 .
4 years ago
guoqi
8a45234431
add lessBN optimization in mobilenetv2
4 years ago
Margaret_wangrui
1a2f7e2663
Dealing with the random accuracy problem: parameter and load are equivalent.
4 years ago
Margaret_wangrui
4cd7e948c0
deal with redundant depends
4 years ago
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
4 years ago
7347157+joylvliang@user.noreply.gitee.com
0fb07a6377
eliminate_forward_cnode_in_grad_graph_decorated_by_ms_function
4 years ago
i-robot
e6e1f37ae4
!22346 [Core] Fix the bug of scope setting when cloning nodes
Merge pull request !22346 from Xiaoda/86-fix-the-fullname-scope-bug
4 years ago
Xiaoda Zhang
b2703879c6
fix the scope setting error when cloning nodes
4 years ago
zhousiyi
44bdcb101c
fix while loop compile error when weight is used in while condition
4 years ago
i-robot
3d5d3defc9
!22083 Fix auto_monad bug and ensure compilation performance is not degraded
Merge pull request !22083 from Margaret_wangrui/fix_auto_monad_bug
4 years ago
i-robot
6c7ffb7f1d
!22145 refactor updatestate_eliminater
Merge pull request !22145 from huangbingjian/refactor_updatestate
4 years ago
Margaret_wangrui
79d3b3c55c
Fix auto_monad bug and ensure compilation performance is not degraded
4 years ago
huangbingjian
d7687994db
refactor updatestate_eliminater
4 years ago
yujianfeng
712b9bd013
convert some ops bprops to mindir
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
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
zjun
35aab6144d
Fix pynative memory leak
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
i-robot
a6fade32b1
!22072 Clean Code for compiler
Merge pull request !22072 from YuJianfeng/clean
4 years ago
yujianfeng
e2091f09b4
Clean Code for compiler
4 years ago
zhousiyi
dcd374961e
incoroporate getitem if indexed node is zeros_like so AddN(MakeTuple(x, zeros_like)) can be optimized
4 years ago
i-robot
a77a0b968d
!21761 comm_recompute_interface.
Merge pull request !21761 from yao_yf/comm_recompute_interface
4 years ago
yao_yf
5277b229be
add cell comm recompute interface
4 years ago
huangbingjian
c3bb0b91b4
check call/switch/switchlayer in EliminateUpdateStateForPureNode
4 years ago
Margaret_wangrui
dc1b5cf1bb
Do not do replacement processing when the value of the parameter may be modified in the attach node of updatestate
4 years ago
huangbingjian
88059b76ee
handle replace in updatestate_eliminate
4 years ago
zhousiyi
94e5fe6242
keep tuple_getitem as much as possible to reduce the number of func graphs
shrink output of func_graph other than set unused to dead node
4 years ago
i-robot
50d54a7482
!20787 Memory leak fix.
Merge pull request !20787 from zhangzhaoju/master_leak_fix
4 years ago
zhangzhaoju
c7e6ad4f7d
Add swtich to controll cache or not cache graph for ad
4 years ago
i-robot
3cf9c6c516
!21542 Set reviewers for ME-Compiler sub-module.
Merge pull request !21542 from 张清华/code_docs_reviewers
4 years ago
Zhang Qinghua
4c8e4d43c7
Set reviewers for ME-Compiler sub-module.
4 years ago