chenfei
3f1bbc0885
debug mindspore
2021-07-07 11:52:19 +08:00
i-robot
2d28931533
!19114 [MS][RDR] Add method for checking GLOG_log_dir in C++ module
...
Merge pull request !19114 from louie5/master
2021-07-06 01:07:12 +00:00
louie5
ef98f259ce
create directory of log files using 'GLOG_log_dir' in c++ frontend while it does not exist
...
check the real path of directory whether valid
2021-07-05 15:21:12 +08:00
i-robot
476c268b13
!18825 [ME][Compiler]Limite broaden when type is number
...
Merge pull request !18825 from chenfei_mindspore/namespace-err
2021-07-05 01:30:25 +00:00
i-robot
0a6d61b4ba
!19222 modify multihead fusion
...
Merge pull request !19222 from hangq/earth
2021-07-03 07:05:42 +00:00
i-robot
2115594104
!19259 [MSLITE] thread_pool RunWithSpin spin_count
...
Merge pull request !19259 from ling/pr
2021-07-03 06:17:45 +00:00
chenfei
bacbdf7cf2
limit broaden scalar when scalar is env
2021-07-03 14:05:14 +08:00
i-robot
0022d07d6e
!19289 Lift FV before AD pass.
...
Merge pull request !19289 from 张清华/cconv_opt0
2021-07-03 01:27:35 +00:00
zhousiyi
a5b4e7bbf8
lift fv before grad except weight, then convert
...
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
to
switch(cond, g1, g2)(Xs, Ys, Zs)
switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
to
switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)
put Zs at last when unifyparameter as it may have u-monad or io-monad
use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body
inline fprop_switch forcely
reorder the parameter if one of the parameter is Monad when incorporate call
incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function
addn with shape() and shape(1)
remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
2021-07-03 00:03:37 +08:00
ling
aeedec46db
[MSLITE] thread_pool RunWithSpin spin_count
2021-07-02 10:02:47 +08:00
hangangqiang
3086f9a494
modify multihead fusion
2021-07-02 09:34:47 +08:00
i-robot
f29fe5c51c
!19175 fix ps hunge up bug
...
Merge pull request !19175 from kisnwang/fix-ps-hange-bug
2021-07-02 01:29:53 +00:00
i-robot
d33adf825b
!18475 cipher calling code
...
Merge pull request !18475 from ql_12345/master_merge_0617_1
2021-07-02 01:15:53 +00:00
i-robot
bb76628b70
!18983 infer optimize to support determined fun first goes
...
Merge pull request !18983 from lanzhineng/infer_optv3
2021-07-01 02:00:02 +00:00
ql_12345
5af0c890a1
cipher calling code
2021-07-01 00:23:06 +08:00
kswang
09aa4d77fa
fix gpu ps hung up bug
2021-06-30 19:46:00 +08:00
i-robot
3bf35c3ae7
!19140 fix the bug of deadloop actor runtime
...
Merge pull request !19140 from limingqi107/actor_runtime2
2021-06-30 07:08:00 +00:00
limingqi107
47439165d8
fix the bug of deadloop actor runtime
2021-06-30 13:10:27 +08:00
i-robot
86e45f6106
!19112 fix actor thread pool
...
Merge pull request !19112 from yangjie159/master
2021-06-30 00:41:52 +00:00
yangjie159
6b3e10efe0
fix actor thread pool
2021-06-30 00:01:58 +08:00
i-robot
442d73b1ac
!19071 enable mindRT
...
Merge pull request !19071 from limingqi107/actor_runtime
2021-06-29 14:37:10 +00:00
i-robot
f8560b6109
!18919 Add TensorCopySlices op
...
Merge pull request !18919 from caifubi/master-tensor-copy-slices
2021-06-29 14:35:11 +00:00
limingqi107
406c252834
enable mindRT
2021-06-29 17:44:05 +08:00
caifubi
629111c6d3
Add TensorCopySlice Op
2021-06-29 16:52:35 +08:00
i-robot
98f804f31f
!18989 [MSLITE] Add third_party library and include files to the package.
...
Merge pull request !18989 from wangshaocong/nnie_to_master_v2
2021-06-29 08:47:55 +00:00
i-robot
0cfbaa15e4
!18910 transpose opreator bug fixed.
...
Merge pull request !18910 from 沈竞兴/Transpose
2021-06-29 06:40:02 +00:00
i-robot
2ffb014dc9
!18950 adapt for multi-frontend cj
...
Merge pull request !18950 from qingshanxiaozi/adapt_for_cj
2021-06-29 02:54:00 +00:00
lanzhineng
e2adafed3b
infer opt: determined fun graph first runs & opt exception handle
2021-06-29 10:26:05 +08:00
qingshanxiaozi
4aaac53e21
adapt for multi-frontend cj
...
Signed-off-by: qingshanxiaozi <qingshanxiaozi@163.com>
2021-06-29 01:14:52 +08:00
wang_shaocong
9e8d6c51fe
[MSLITE] add third_party library and include files to package.
2021-06-28 21:14:01 +08:00
i-robot
3550dc2918
!18963 Front-end annotation correction
...
Merge pull request !18963 from wangnan39/fix_docs
2021-06-28 10:33:37 +00:00
shen_jingxing
df92d8ea0d
transpose operator bug fixed
2021-06-28 15:09:25 +08:00
i-robot
04445d4902
!18669 actor runtime message running performance optimizer
...
Merge pull request !18669 from limingqi107/actor_runtime2
2021-06-28 03:29:52 +00:00
i-robot
961918f24f
!18957 [MS][LITE]fix bug of ir manager and tensorlist op infer
...
Merge pull request !18957 from mengyuanli/master
2021-06-28 03:13:51 +00:00
王南
e1edb7314f
fix api docs
2021-06-28 10:16:51 +08:00
i-robot
2acae09a92
!18858 optimize-get-node-target
...
Merge pull request !18858 from kisnwang/optimize-get-node-target
2021-06-28 02:11:09 +00:00
limingqi107
ce68aff167
actor runtime message running performance optimizer
2021-06-28 09:14:33 +08:00
mengyuanli
e8a41a8509
1.fix bug of ir manager
...
2.fix tensorlist op infer
2021-06-27 11:32:01 +08:00
i-robot
d6474c10ee
!18881 To handle Parameter only for top func graph.
...
Merge pull request !18881 from 张清华/opt
2021-06-26 14:38:17 +00:00
i-robot
96dc8f8eee
!18777 the bug of BiasAdd operator fixed.
...
Merge pull request !18777 from 沈竞兴/BiasAdd
2021-06-26 09:28:57 +00:00
Zhang Qinghua
aa08bbf063
To handle the Parameter from Cell.CreateInstance() in top func graph context.
2021-06-26 16:42:00 +08:00
kswang
bfab67a206
optimize node get target
2021-06-26 15:22:50 +08:00
i-robot
311e59c190
!17297 dynamic_shape_pipeline
...
Merge pull request !17297 from wanyiming/dynamic_shape_pipeline
2021-06-26 02:33:10 +00:00
i-robot
acb77af307
!18835 add space for conv expr and fix hostcpu error info
...
Merge pull request !18835 from wangnan39/fix_bug_of_error_type
2021-06-26 02:27:10 +00:00
shen_jingxing
c7cbe8c83b
BiasAdd
2021-06-25 17:32:35 +08:00
王南
28607c906e
fix some log bug
2021-06-25 16:03:21 +08:00
i-robot
2ba987d64f
!18734 infer optimize to support multithreads exception & timeout issue
...
Merge pull request !18734 from lanzhineng/infer_optv3
2021-06-25 07:15:48 +00:00
i-robot
32a54eb4eb
!15330 add updated paramter for graph
...
Merge pull request !15330 from kisnwang/add-updated-paramter-for-graph
2021-06-25 02:10:06 +00:00
i-robot
4e8305d055
!18379 Convert python to C++ within StridedSlice operator.
...
Merge pull request !18379 from 沈竞兴/StridedSlice
2021-06-25 01:34:07 +00:00
lanzhineng
75e59ebbe0
Infer exception handle
2021-06-24 21:48:39 +08:00