huangdongrun
b37dd55a4a
resovle codex
5 years ago
huanghui
12eaaf710b
mul_add_fusion pass supports when add's 2nd is mul
5 years ago
mindspore-ci-bot
c176bbe4c8
!952 Simplify the `ZeroLikeFillZero` optimization pass
Merge pull request !952 from thlinh/dev_May6th_improve_zero_fill_like_zero
5 years ago
mindspore-ci-bot
a06694ab8d
!990 fix some python code format
Merge pull request !990 from casgj/gaojing
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
mindspore-ci-bot
6cd92a709a
!985 fix code dex: format_args_excessive: Function: PyObject_CallMethod, format string need 0 args, but there are 1 args after the format string
Merge pull request !985 from jjfeing/master
5 years ago
zhaozhenlong
ef5f7306d3
adapt LambNextMVWithDecay
5 years ago
gaojing
9772e08a9c
fix some python code format'
5 years ago
kswang
5886c3ac22
fix assign cause ir inconsistency
5 years ago
mindspore-ci-bot
bab6e0f549
!971 Use ApplyMomentumD instead of ApplyMomentum
Merge pull request !971 from Simson/push-to-opensource
5 years ago
jonyguo
0ef5ff1bee
add aclImdb to MindRecord example
5 years ago
ZPaC
d3936b9f2a
GPU kernels adapt with special dimensions.
5 years ago
mindspore-ci-bot
e48eba0de1
!956 optimize host trans output
Merge pull request !956 from zjun/optimize_host_trans
5 years ago
yangruoqi713
8ab5c19241
clean cpp check in predict module
5 years ago
jjfeing
818527c542
fix codex
5 years ago
chengxianbin
453439367c
clear pylint warning
5 years ago
mindspore-ci-bot
76a2f7c69d
!975 refactor fusion id implement of buffer fusion
Merge pull request !975 from Etone.Chan/master
5 years ago
mindspore-ci-bot
aa80712ac4
!973 Enhance add_memcpy_async pass
Merge pull request !973 from huanghui/enhance-add-memcpy-async-pass
5 years ago
simson
89b8ea0aae
Use ApplyMomentumD instead of ApplyMomentum
5 years ago
mindspore-ci-bot
2e80be73b4
!978 [Data]BUG replace Post() after LaunchWorkers
Merge pull request !978 from xulei/filter_op
5 years ago
mindspore-ci-bot
6c79c00a3f
!979 dataset: repair parameter check in rename Op
Merge pull request !979 from ms_yan/rename_columns
5 years ago
mindspore-ci-bot
47f5abceb4
!960 Adding example for grayscale
Merge pull request !960 from EricZ/grayscale_fix
5 years ago
mindspore-ci-bot
078dd86cfe
!507 Implemented padded_batch
Merge pull request !507 from ZiruiWu/batch_with_padding
5 years ago
mindspore-ci-bot
de7625777f
!951 fix: MindDataset with columns_name parameter cause errors in some scenes
Merge pull request !951 from guozhijian/fix_read_by_columns
5 years ago
mindspore-ci-bot
8f8db9faa0
!982 Two places where return code is not handled correctly.
Merge pull request !982 from JesseKLee/bad_rc
5 years ago
eric
0f0548f21b
Added test case for grayscale support
5 years ago
Jesse Lee
a0816f0bd6
Fix rc
5 years ago
Zirui Wu
c2d364a573
batch with padding implemented
support for 1 specific dimension to be None, added validator
fix various CI complains
another round of CI fixes
ci
refactor parts of the code
code refactor
ci fix
comments added, fix bugs
address review comments
address review comments
review cmts
added simple perf test script
update pad code
perf imprv
5 years ago
mindspore-ci-bot
16930c562d
!969 [MD] fix bug in pk sampler of minddataset
Merge pull request !969 from liyong126/fix_mindrecord_pk_sampler
5 years ago
ms_yan
d95a2e9ccf
repair num of input columns and output columns check
5 years ago
zjun
af69070625
optimize host trans format
5 years ago
mindspore-ci-bot
35953fbd7f
!974 Adapte FusedMulApplyMomentum
Merge pull request !974 from zhaoting/master
5 years ago
mindspore-ci-bot
bcec3f8eb9
!968 Add examples for the mindspot.nn package operator
Merge pull request !968 from zhouneng/add_examples_for_nn
5 years ago
etone-chan
38e0d98eb5
refactor fusion id implement of buffer fusion
5 years ago
mindspore-ci-bot
8e06c2fe93
!965 doc fix,add GlobalBN only support 2d and 4d
Merge pull request !965 from JichenZhao/globalbn_doc_fix
5 years ago
mindspore-ci-bot
c477029c97
!937 Fix set output addr fail in gpu pynative
Merge pull request !937 from JoyLvliang/fix-set-output-addr-fail-in-gpu-pynative
5 years ago
zhaoting
7c2c6da9a7
adapte FusedMulApplyMomentum
5 years ago
yangzhenzhang
8c9730b3c5
add parallel mode for cell
5 years ago
wilfChen
1eb60df5d4
gpu support logsoftmax & logsoftmaxgrad kernel
5 years ago
mindspore-ci-bot
7c64048d76
!935 develop op ScatterMax and dock ge process
Merge pull request !935 from zhangbuxue/develop_scatter_max_op_and_dock_ge
5 years ago
huanghui
3004cba1b1
enhance add_memcpy_async pass
5 years ago
lvliang
b9e0943084
fix-set-output-addr-fail-in-gpu-pynative
5 years ago
mindspore-ci-bot
005027029f
!970 [MS][Log]Warning can be degrade or just print in debug mode.
Merge pull request !970 from huanghui/update-print-log-level
5 years ago
mindspore-ci-bot
becaf39262
!957 complete vm ops for BatchToSpace and SpaceToBatch
Merge pull request !957 from jiangjinsheng/space_to_batch
5 years ago
mindspore-ci-bot
bda4ebd591
!322 Gpu Support RMSProp kernel
Merge pull request !322 from chenweifeng/rmsprop
5 years ago
mindspore-ci-bot
f602970990
!323 Gpu Concat support 4 inputs
Merge pull request !323 from chenweifeng/concat
5 years ago
mindspore-ci-bot
4e25fec769
!324 Gpu Slice kernel performance improve
Merge pull request !324 from chenweifeng/slice
5 years ago
mindspore-ci-bot
378a7122a5
!372 Gpu support BatchMatMul kernel
Merge pull request !372 from chenweifeng/batchmatmul
5 years ago
mindspore-ci-bot
97d21ba014
!502 Gpu Support Gelu & GeluGrad
Merge pull request !502 from chenweifeng/gelu
5 years ago
buxue
ac86996746
develop op ScatterMax and dock ge process
5 years ago