huangdongrun
1159f2b11e
add prim infer attr cache
...
modify infer to get abstract value and attr value map together
support get attr in specialize
clone primitive when specialize if attribute is not the same with
infered attribute
2020-05-26 16:19:58 +08:00
mindspore-ci-bot
2215e3267f
!1419 remove old buffer fusion pass
...
Merge pull request !1419 from Etone.Chan/Resnet50
2020-05-26 09:16:06 +08:00
Jesse Lee
a8fa847556
Allow join_all to be blocking
2020-05-25 15:24:36 -04:00
etone-chan
42d724d8b4
remove old buffer fusion pass
2020-05-25 21:25:45 +08:00
mindspore-ci-bot
e8980ed298
!1406 Simplify CondVar class
...
Merge pull request !1406 from JesseKLee/CondVar
2020-05-25 21:04:05 +08:00
huanghui
a42dd21430
add 3 pattern for lamb_next_mv_rule fusion pass
2020-05-25 14:18:22 +08:00
mindspore-ci-bot
848d19207f
!1359 Optimize the IR modules.
...
Merge pull request !1359 from ZhangQinghua/master
2020-05-25 14:14:44 +08:00
Zhang Qinghua
dbb86cb1be
Adjust some routines of FG and FGM, about the nodes info. IF.
2020-05-25 10:06:27 +08:00
Zhang Qinghua
f31564ce98
Remove the useless collectors in manager.
2020-05-25 09:56:28 +08:00
Jesse Lee
641112a40c
Initial Drop
2020-05-24 16:57:40 -04:00
mindspore-ci-bot
daccfef738
!1361 Refactor multiple output pass
...
Merge pull request !1361 from huanghui/LambNextMVRule-fusion-pass
2020-05-23 17:21:27 +08:00
lizhenyu
c5ac2cc38c
add memory copy module
2020-05-23 13:04:50 +08:00
huanghui
f16ff539ba
refactor multiple patterns pass
2020-05-23 09:40:21 +08:00
mindspore-ci-bot
964a757db2
!1378 Just want to debug this case in Jenkin environment
...
Merge pull request !1378 from JesseKLee/cond_var_debug
2020-05-23 05:26:12 +08:00
Jesse Lee
06ae724261
Again
2020-05-22 16:38:03 -04:00
mindspore-ci-bot
458436186c
!1365 Clean up work for text python sub-package
...
Merge pull request !1365 from h.farahat/text_namespace
2020-05-22 23:16:31 +08:00
mindspore-ci-bot
6f733ec113
!1308 Stage 2 of adding support for string Tensor
...
Merge pull request !1308 from h.farahat/string_tensor2
2020-05-22 21:17:53 +08:00
mindspore-ci-bot
f967700ef4
!1215 [Auto parallel] Changing succive edges orders and add some strategy checkings
...
Merge pull request !1215 from Xiaoda/change-succive-edges-order-and-add-checking
2020-05-22 18:56:35 +08:00
mindspore-ci-bot
3363d4e834
!1249 Add GNN dataset processing API
...
Merge pull request !1249 from heleiwang/hlw_gnn_data
2020-05-22 18:49:36 +08:00
hesham
6c21e556c4
Clean up work for text python package
2020-05-22 04:35:58 -04:00
mindspore-ci-bot
4bdfddedb2
!1358 Link child graphs
...
Merge pull request !1358 from zhoufeng/link-child-graph-2
2020-05-22 16:10:52 +08:00
zhoufeng
af5019b94f
link child graphs
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-05-22 15:37:19 +08:00
heleiwang
599a449e0b
Support processing GNN data
2020-05-22 14:15:25 +08:00
jinyaohui
fbdba6e4da
clean pylint
2020-05-22 13:23:13 +08:00
hesham
df361d1d26
Change mem layout of string tensor
...
add support for MindRecord and TFRecord
----
optimize tensorshape
optimize tensorshape and FlatIndex
TFRecord and MindRecord support for string tensor
Modify mem layout
Add new constructor
Add method Allocate
Change some GetMutableBuffer usages to AllocateBuffer
2020-05-22 01:22:29 -04:00
Xiaoda Zhang
9f4b8a3cd1
changing the succive edges order in GetAliveSuccEdges() so that Triangle and Star Elimination can be merged into particular node; adding some check information
2020-05-22 10:57:02 +08:00
mindspore-ci-bot
d9c74e0acd
!1328 Add 3 patterns support for LambNextMVWithDecay fusion pass
...
Merge pull request !1328 from huanghui/LambNextMvWithDecayRuleConds-fusion-pass
2020-05-22 10:35:17 +08:00
mindspore-ci-bot
2e3d55ed87
!1281 Implementation of SplitOp
...
Merge pull request !1281 from Peilin/splitOp
2020-05-22 09:29:03 +08:00
Peilin Wang
71e8bb1960
general split case done, chaining sampler (basic case) is working
...
implementation 99% complete
everything and tested except for repeatable shuffling
tested most basic/typical split usecases
cleanup
some more cleanup
fix CI
more ci fix
more ci fixes
more ci fix
more ci fix
more ci fix
added more tests, fixed some bugs
some more clean up and test cases
added shard/shuffle before split warning/error
addressed code review comments and ci
fixed ci
2020-05-21 20:42:51 -04:00
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
...
Merge pull request !1296 from leopz/fix_primitive
2020-05-21 20:44:59 +08:00
huanghui
eaff850f11
add 3 patterns for lamb_next_mv_with_decay_rule pass
2020-05-21 17:00:15 +08:00
mindspore-ci-bot
e4795974be
!1266 Refactor LambNextMVWithDecayRule fusion pass
...
Merge pull request !1266 from huanghui/LambNextMvWithDecayRuleConds-fusion-pass
2020-05-21 11:43:49 +08:00
huanghui
5a68eba585
Refactor LambNextMVWithDecayRule fusion pass
2020-05-21 10:08:50 +08:00
qianlong
451c20a6f5
Add UnicodeCharTokenizer for nlp
2020-05-21 09:22:45 +08:00
leopz
04763b8b76
move signature to primitivepy and bprop_func to utils
2020-05-20 18:06:36 +08:00
xulei2020
163b6b7ea7
add jieba c++ code
2020-05-20 15:55:12 +08:00
mindspore-ci-bot
97ba539e7b
!1269 fix issue of loadding control input tensors failed in control sink mode
...
Merge pull request !1269 from wenchunjiang/fix_task_sink_bug
2020-05-20 11:33:12 +08:00
wenchunjiang
729ea8cc55
fix bug of loadding ctrl input tensors failed in control sink mode
2020-05-20 10:45:28 +08:00
mindspore-ci-bot
04ac611fe8
!1189 Decoupling py default param from Parameter
...
Merge pull request !1189 from leopz/master
2020-05-20 10:02:01 +08:00
leopz
40e15996b0
move default_param out of parameter and remove pybind11 in anf define
2020-05-19 19:11:12 +08:00
Wei Luning
3db8cfa54f
add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try
2020-05-19 18:46:11 +08:00
mindspore-ci-bot
c793540cc9
!1231 Assign label resource for new control sink
...
Merge pull request !1231 from zhoufeng/label-assign
2020-05-19 10:48:35 +08:00
zhoufeng
c99f904276
assign label resource for new control sink
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-05-18 21:44:52 +08:00
mindspore-ci-bot
828d0b124e
!1209 add format trans function
...
Merge pull request !1209 from liubuyu/master
2020-05-18 20:59:43 +08:00
mindspore-ci-bot
1b7cdc4c61
!1218 clean pylint warning in test about import
...
Merge pull request !1218 from jinyaohui/pylint1
2020-05-18 19:54:04 +08:00
liubuyu
f70429d671
add format transfer
2020-05-18 19:45:04 +08:00
yujianfeng
c8d33568f2
Add an new output to FusedMulApplyMomentum
2020-05-18 17:03:21 +08:00
jinyaohui
5a914994ba
clean pylint
2020-05-18 16:42:35 +08:00
huanghui
c4af71e236
add LarsV2 fission pass
2020-05-18 11:30:45 +08:00
jinyaohui
bcfaff97f9
clean pylint
2020-05-18 10:31:46 +08:00