huanghui
e936d5cd4b
place layernormgrad split pass before kernel select
6 years ago
panfengfeng
25827a8619
fix random_crop_and_resize
6 years ago
gong chen
13a2d6d49e
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
6 years ago
zhaoting
4d92e2b579
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
This reverts commit 705c71a257 .
6 years ago
liyong
d915d46d79
pad samples in mindrecord
6 years ago
huanghui
cc582f5e30
add SoftmaxGradExt fusion pass
6 years ago
huanghui
05afc22ffa
add newly 5 patterns for AdamApplyOneWithDecayRule fusion pass
6 years ago
linqingke
a339fac777
topk bug fix
6 years ago
mindspore-ci-bot
6599cc1aca
!1579 recitify pretrained path and revert AdjustAllReduceMulAdduse
Merge pull request !1579 from gengdongjie/r0.3
6 years ago
gengdongjie
135e90b135
Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try"
This reverts commit 3db8cfa54f .
6 years ago
yujianfeng
1fb2cce274
Check the size of topk input names before converting input to attr
6 years ago
yujianfeng
f95052fd65
Fix fusion condition of transpose and reshape
6 years ago
mindspore-ci-bot
74cdb91151
!1458 remove old buffer fusion pass
Merge pull request !1458 from Etone.Chan/Resnet50
6 years ago
etone-chan
24e5387973
remove old buffer fusion pass
6 years ago
mindspore-ci-bot
848d19207f
!1359 Optimize the IR modules.
Merge pull request !1359 from ZhangQinghua/master
6 years ago
Zhang Qinghua
dbb86cb1be
Adjust some routines of FG and FGM, about the nodes info. IF.
6 years ago
Zhang Qinghua
f31564ce98
Remove the useless collectors in manager.
6 years ago
mindspore-ci-bot
daccfef738
!1361 Refactor multiple output pass
Merge pull request !1361 from huanghui/LambNextMVRule-fusion-pass
6 years ago
lizhenyu
c5ac2cc38c
add memory copy module
6 years ago
huanghui
f16ff539ba
refactor multiple patterns pass
6 years ago
mindspore-ci-bot
964a757db2
!1378 Just want to debug this case in Jenkin environment
Merge pull request !1378 from JesseKLee/cond_var_debug
6 years ago
Jesse Lee
06ae724261
Again
6 years ago
mindspore-ci-bot
458436186c
!1365 Clean up work for text python sub-package
Merge pull request !1365 from h.farahat/text_namespace
6 years ago
mindspore-ci-bot
6f733ec113
!1308 Stage 2 of adding support for string Tensor
Merge pull request !1308 from h.farahat/string_tensor2
6 years ago
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
6 years ago
mindspore-ci-bot
3363d4e834
!1249 Add GNN dataset processing API
Merge pull request !1249 from heleiwang/hlw_gnn_data
6 years ago
hesham
6c21e556c4
Clean up work for text python package
6 years ago
mindspore-ci-bot
4bdfddedb2
!1358 Link child graphs
Merge pull request !1358 from zhoufeng/link-child-graph-2
6 years ago
zhoufeng
af5019b94f
link child graphs
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
6 years ago
heleiwang
599a449e0b
Support processing GNN data
6 years ago
jinyaohui
fbdba6e4da
clean pylint
6 years ago
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
6 years ago
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
6 years ago
mindspore-ci-bot
d9c74e0acd
!1328 Add 3 patterns support for LambNextMVWithDecay fusion pass
Merge pull request !1328 from huanghui/LambNextMvWithDecayRuleConds-fusion-pass
6 years ago
mindspore-ci-bot
2e3d55ed87
!1281 Implementation of SplitOp
Merge pull request !1281 from Peilin/splitOp
6 years ago
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
6 years ago
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
6 years ago
huanghui
eaff850f11
add 3 patterns for lamb_next_mv_with_decay_rule pass
6 years ago
mindspore-ci-bot
e4795974be
!1266 Refactor LambNextMVWithDecayRule fusion pass
Merge pull request !1266 from huanghui/LambNextMvWithDecayRuleConds-fusion-pass
6 years ago
huanghui
5a68eba585
Refactor LambNextMVWithDecayRule fusion pass
6 years ago
qianlong
451c20a6f5
Add UnicodeCharTokenizer for nlp
6 years ago
leopz
04763b8b76
move signature to primitivepy and bprop_func to utils
6 years ago
xulei2020
163b6b7ea7
add jieba c++ code
6 years ago
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
6 years ago
wenchunjiang
729ea8cc55
fix bug of loadding ctrl input tensors failed in control sink mode
6 years ago
mindspore-ci-bot
04ac611fe8
!1189 Decoupling py default param from Parameter
Merge pull request !1189 from leopz/master
6 years ago
leopz
40e15996b0
move default_param out of parameter and remove pybind11 in anf define
6 years ago
Wei Luning
3db8cfa54f
add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try
6 years ago
mindspore-ci-bot
c793540cc9
!1231 Assign label resource for new control sink
Merge pull request !1231 from zhoufeng/label-assign
6 years ago
zhoufeng
c99f904276
assign label resource for new control sink
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
6 years ago