mindspore-ci-bot
fe503d6571
!1975 Optimized IsTrivial function
Merge pull request !1975 from Kang/master
5 years ago
mindspore-ci-bot
7b7932ced9
!1944 move hook function to PrimitivePy class
Merge pull request !1944 from wangqiuliang/move-hook-function-to-primitivepy
5 years ago
mindspore-ci-bot
9e1dea1ff9
!1928 delete redundant reshape op
Merge pull request !1928 from yoonlee666/deletereshape
5 years ago
Kang
786c5074da
Optimized IsTrivial function
5 years ago
yoonlee666
881af56ec3
optimize redundant reshape op
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
zhaoting
b16a552d41
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
This reverts commit 705c71a257 .
5 years ago
mindspore-ci-bot
da06310ae0
!1766 [bug][auto cast]fix bug when do auto cast
Merge pull request !1766 from vlne-v1/I1J0M0-amp-do-auto-cast-failed
5 years ago
mindspore-ci-bot
6748ef0019
!1776 fix codex
Merge pull request !1776 from fary86/fix_codex_06.01
5 years ago
Wei Luning
7e4d972f6f
fix bug in do signature
5 years ago
BowenK
96379faa3a
Remove ZerosLikeTensor and sub with ZerosLike
5 years ago
fary86
a2b882bcb4
Fix codex
5 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
5 years ago
mindspore-ci-bot
8556eee3fc
!1578 recitify pretrained path and revert AdjustAllReduceMulAdduse
Merge pull request !1578 from gengdongjie/master
5 years ago
mindspore-ci-bot
1a4abefa9a
!1385 support for multi nest switch
Merge pull request !1385 from amongo/SupportMultiSwitch
5 years ago
gengdongjie
705c71a257
Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try"
This reverts commit 3db8cfa54f .
5 years ago
mindspore-ci-bot
906389b3a7
!1382 support create new item when dictionary set item key not exist
Merge pull request !1382 from amongo/DictionarySupportSetNewItem
5 years ago
yao_yf
96c9569dca
fix reshape reshape case
5 years ago
huangdongrun
e9aa280f86
add support for dictionary set item which does not exist
5 years ago
huangdongrun
334d038008
add support for multi switch
resolve review
5 years ago
panyifeng
6a57eeb922
fix check_bprop attr error
5 years ago
mindspore-ci-bot
848d19207f
!1359 Optimize the IR modules.
Merge pull request !1359 from ZhangQinghua/master
5 years ago
kingfo
840922e501
add backward hook function in pynative mode
5 years ago
Zhang Qinghua
3ae925115f
Refactoring FuncGraphManager module: Move all info. of nodes and edges from FuncGraphManager into FuncGraph.
5 years ago
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
5 years ago
rick_sanchez
19dfc98006
fix codex and reviewbot
5 years ago
mindspore-ci-bot
233508b70e
!1250 Dict_setitem transofrm to tuple_setitem
Merge pull request !1250 from amongo/SupportDictSetItemTransform
5 years ago
leopz
04763b8b76
move signature to primitivepy and bprop_func to utils
5 years ago
huangdongrun
3cf94daefc
add support for dict setitem operation
format code
remove save_graph
raise exception when dictionary setitem if the key not exists
resolve error
remove unnessary op_
5 years ago
Wei Luning
3db8cfa54f
add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try
6 years ago
seatea
981b013f81
Fix CSE bug for some operations like `DropoutGenMask` which should not
be optimized as it will generate different values each time.
5 years ago
mindspore-ci-bot
6b4a6e55a0
!1177 fix codex
Merge pull request !1177 from panyifeng/fix_codex
5 years ago
panyifeng
a028c40e1c
fix codex
5 years ago
yvetteliu
aa912a9f71
Simplify node traversal strategy.
Simplify node traversal strategy.
Add a case when the node is a parameter.
format
Standardize operation.
5 years ago
mindspore-ci-bot
da7d605e85
!683 WIP: specialize hyper map parameter
Merge pull request !683 from xychow/bypass-renorm-and-specialize-hypermap-parameter
5 years ago
mindspore-ci-bot
8003a89a7b
!766 bugfix(SA): Add the support of nested loop.
Merge pull request !766 from gongchen/nest_loop
5 years ago
zhousiyi
047ac018da
specialize hypermap paramater
5 years ago
fary86
3f323e48e2
Add submodule id for log interface
5 years ago
gongchen
425a207663
bug(SA): Add the support of nested loop.
5 years ago
mindspore-ci-bot
affdd22de3
!967 Add switch_case primitive
Merge pull request !967 from panyifeng/switch_case_primitive
5 years ago
panyifeng
b7596e1f33
Add switch_case primitive
5 years ago
Hoai Linh Tran h00472437
d82bbe34c8
Added improvement for ZeroLikeFillZero optimization pass: The old algorithm convert the PrimitivePy op (with 3 nodes) into a
new subtree with 9 nodes and after that a Renormalize pass is needed to simplified it back to a tensor. The new algorithm will
create the tensor while visiting in the pass, therefore only a single node is created and no Renormalize will be needed for this pass
(if other passes requires then Renormalize will still be called but no further infer is needed for the created tensor)
Signed-off-by: Hoai Linh Tran h00472437 <hoai.linh.tran@huawei.com>
Code review
5 years ago
biffex
446dce0096
[ir] add seen generation to accelerate traversing the whole graph
5 years ago
mindspore-ci-bot
81ad297f43
!706 Fix CSE bug for `DropoutGenMask` operation
Merge pull request !706 from seatea/fix-cse-bug-for-dropoutgenmask
5 years ago
mindspore-ci-bot
d436f798dc
!881 Remove redundant process of keeping roots.
Merge pull request !881 from ZhangQinghua/master
5 years ago
Zhang Qinghua
353cbc99ff
Remove redundant process of keeping roots.
5 years ago
Zhang Qinghua
d43ad79b50
Optimize the collectors of manager which listen to the graphs and nodes changes.
1. Remove the records of user graphs;
2. Remove the records of user value nodes;
3. Remove the records of user cnodes;
4. Add the records of users, and the API to access the users of graph, value node, and cnode;
5. Fix issue:User cnode record may point to its own graph, when combine the user(caller) and used one(callee);
6. Fix issue:User graphs never update itself after its first creation.
5 years ago
seatea
538cc7e21b
Fix CSE bug for `DropoutGenMask` operation.
5 years ago
mindspore-ci-bot
8bf35b2b0c
!700 validate bprop rules
Merge pull request !700 from penn/validate_bprop_rules
5 years ago
mindspore-ci-bot
420ef2a352
!731 remove extra empty string from log text
Merge pull request !731 from fary86/remove_extra_empty_string_in_log
5 years ago