Commit Graph

179 Commits

Author SHA1 Message Date
i-robot 00677934b8
!37959 Ignore tranformation of parallel if for special case of return in while/for loop
Merge pull request !37959 from xychow/dont-do-parallel-if-while-body-dont-call-header
2022-08-23 11:04:55 +00:00
zhousiyi 06097cc7e6 Ignore tranformation of parallel if for special case of return in while/for loop 2022-08-19 00:50:51 +00:00
Margaret_wangrui 7d905fc5ae Modify the abstract information of the TensorMove node. 2022-08-18 11:51:30 +08:00
liangzhibo 88bc967cdd support graph hasattr and getattr 2022-08-12 17:48:51 +08:00
i-robot 6034f25a10
!40168 add test case: PolyNode in renormalization after cconv
Merge pull request !40168 from xychow/add-test-case-polynode-after-cconv
2022-08-10 08:14:09 +00:00
zhousiyi 2f8d7994d8 test case: PolyNode in renormalization after cconv 2022-08-10 01:11:43 +00:00
chenfei 970592c0a3 Not support scalar join of different branch 2022-08-08 16:49:47 +08:00
i-robot aef93699b9
!38753 Support list pop method.
Merge pull request !38753 from Margaret_wangrui/list_pop
2022-08-02 03:40:32 +00:00
Margaret_wangrui e676c94a06 Support list pop method. 2022-08-01 21:02:14 +08:00
chenfei b901747d04 add test case to watch core dump 2022-08-01 09:45:22 +08:00
i-robot 08f63e4f16
!39159 Fix bug of resove process
Merge pull request !39159 from chenfei_mindspore/phi-node-dfx-fix
2022-07-30 06:17:33 +00:00
chenfei 1915654910 fix bug of trace info in resolve process 2022-07-29 17:25:52 +08:00
chenfei fdfab870b8 fix bug of partial switch pass 2022-07-28 11:25:59 +08:00
i-robot f3839dafcd
!38717 Add testcase.
Merge pull request !38717 from gaoyong10/dynamic_shape_04
2022-07-26 02:12:56 +00:00
gaoyong10 7a465769bf Add testcase 2022-07-25 12:33:15 +08:00
chenfei 836e29142c reconstruct phi node eliminate process
change some explanation

change unordered_map to map

cyclomatic complexity decrease
2022-07-22 11:30:27 +08:00
Margaret_wangrui 2269d936ee Added check for else branch in for and while loops. 2022-07-14 16:09:04 +08:00
chenfei 7b917b83be fix bug of tuple setitem getitem pass 2022-07-05 09:34:28 +08:00
chenfei 22e5bb5d14 change scalar add inif body to tensor add in if body 2022-06-30 10:05:58 +08:00
chenfei 498ed59cf6 add dde err log watching testcase 2022-06-28 15:54:08 +08:00
liuruotao 84223375ce takedown ascend testcases for better gate performance 2022-06-24 09:47:21 +08:00
i-robot 3732fd18ba
!36312 break or continue in elif or else branch should stop the parallel if transformation of all outer if
Merge pull request !36312 from xychow/fix-addn-bool-in-parallel-if
2022-06-23 03:26:55 +00:00
zhousiyi 4317d59b4d break in elif or else branch should stop the parallel if transformation of all outer if 2022-06-22 03:21:01 +00:00
chenfei b140512d4b add test case about switch simplify 2022-06-17 16:52:56 +08:00
i-robot 8427a32034
!35537 Hight order grad has polynode
Merge pull request !35537 from lanzhineng/issue2
2022-06-17 06:47:28 +00:00
lanzhineng 59b4c8c021 support function closure == 2022-06-14 17:38:16 +08:00
gaoyong10 8299f3ca05 Add testcase for eliminate nopnode. 2022-06-09 19:12:06 +08:00
lanzhineng c864d6a55c difference branches the same type 2022-06-07 15:07:14 +08:00
yanghaoran e1d3e6edac take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
i-robot dd85238b91
!34579 set uni folder for ge test
Merge pull request !34579 from xiaoyao/master
2022-05-23 07:20:37 +00:00
xiao_yao1994 fbdfdb1127 "change default backend in debug graph mode and set uni folder for ge
test"
2022-05-20 09:12:03 +08:00
lanzhineng 56e478e4f9 DDE issue:set dictionary element flag 2022-05-18 17:37:00 +08:00
i-robot 2dbd3b8b14
!34243 DDE coredump: infer public fuction of list append is wrong.
Merge pull request !34243 from lanzhineng/issue
2022-05-13 06:15:15 +00:00
lanzhineng 9fb3a31783 list append issue 2022-05-13 10:28:37 +08:00
zhousiyi 8d8f8d38a2 AddByZero optimization should not be performed if one node is Load CNode 2022-05-12 07:19:28 +00:00
lanzhineng a8d6ac61f0 fix issue:simply x+zero 2022-04-25 14:50:58 +08:00
i-robot 5114796bac
!33361 support tensor derterminate condition switch
Merge pull request !33361 from lanzhineng/issue
2022-04-25 02:29:38 +00:00
lanzhineng 3c9cdbd7c1 support tensor derterminate condition switch 2022-04-24 17:19:14 +08:00
xiao_yao1994 3c81a6e1eb [ge_adapter]: imple control flow(while while by while and case in while) 2022-04-24 11:17:28 +08:00
i-robot fb4ac3e4cb
!32672 add ut for save_graphs
Merge pull request !32672 from huanghui/add-ut-for-save_graphs
2022-04-13 01:33:12 +00:00
huanghui f8b93ebc39 add ut for save_graphs 2022-04-12 09:13:00 +08:00
lanzhineng 3b5ca68c9e fix partial_eliminate recursive issue 2022-04-11 20:24:40 +08:00
i-robot 4825283295
!32279 Add testcase for control flow with monad.
Merge pull request !32279 from gaoyong10/dynamic_shape_01
2022-04-02 09:48:18 +00:00
lanzhineng 972e9a29fa fix endless infer of the high-order differential function 2022-04-02 14:17:47 +08:00
i-robot 51e24179ed
!32288 Test control flow
Merge pull request !32288 from chenfei_mindspore/debug-shenzhenwan
2022-04-01 08:19:44 +00:00
gaoyong10 1c866d5a77 Add testcase for control flow with monad. 2022-04-01 16:11:46 +08:00
chenfei 3f0b8db2a8 test control 2022-04-01 11:50:28 +08:00
Zhang Qinghua 4147bb0ad5 Lift all fv in if true and false branches. 2022-03-31 17:10:54 +08:00
i-robot 00b50d464e
!31365 fix incorrect order in order list
Merge pull request !31365 from xychow/fix-parallel-if-control-test-case-1
2022-03-23 02:59:30 +00:00
zhousiyi 814dd365af fix incorrect order in order list and new_node is missing after manager.replace call 2022-03-22 07:58:00 +00:00