Jesse Lee
f2be49d85e
Fix a racing condition
6 years ago
mindspore-ci-bot
0695bb4c18
!1115 DepthwiseConv2d+Eltwise buffer fusion pass
Merge pull request !1115 from wangcong/master
6 years ago
mindspore-ci-bot
a61f8486c6
!1128 only call HasNodeAttr for CNodePtr type
Merge pull request !1128 from Margaret_wangrui/master
6 years ago
wangcong
c0772522d2
fix bug
6 years ago
wangcong
2f591cab79
fix bug
6 years ago
wangcong
453514dd51
fix compile error
6 years ago
wangcong
e477e7617b
update getrealop name
6 years ago
wangcong
6478015786
fix compile error
6 years ago
wangcong
7017ac3f7e
depthwisecon2d-eltwise pass
6 years ago
mindspore-ci-bot
21bcdcd8ad
!1121 Complete vm ops for ResizeBilinear and ResizeBilinearGrad
Merge pull request !1121 from lihongkang/master
6 years ago
Margaret_wangrui
137007be88
only call HasNodeAttr for CNodePtr type
6 years ago
mindspore-ci-bot
8f40f36c6c
!924 gpu queue support multi-inputs
Merge pull request !924 from chenweifeng/dataset
6 years ago
mindspore-ci-bot
8b98f921cc
!1124 Add broadcast fusion pass
Merge pull request !1124 from YuJianfeng/master
6 years ago
mindspore-ci-bot
1a98c6b459
!999 [MD] mindrecord support reading file list
Merge pull request !999 from liyong126/mindrecord_file_list
6 years ago
mindspore-ci-bot
049d3796a6
!1091 gpu support Cast/RealDiv/Mul/Sub/Softmax kernels enforcement
Merge pull request !1091 from chenweifeng/cast
6 years ago
yujianfeng
31d8db9fc6
Add broadcast fusion pass
6 years ago
mindspore-ci-bot
905467be9d
!1095 Fix while broaden error
Merge pull request !1095 from amongo/FixWhileBroadenedError
6 years ago
mindspore-ci-bot
86d4797399
!1079 Convert AiCpu kernel when aicore not supported
Merge pull request !1079 from lianliguang/convert-to-AICPU-when-AiCore-not-supported-kernel
6 years ago
wangcong
89f55e63d5
reverse previous version
6 years ago
lihongkang
ca8a914736
接入算子resizebilinear and resizebilineargrad
6 years ago
mindspore-ci-bot
6f386c5782
!1082 Support 'break', 'continue' and 'pass' statements
Merge pull request !1082 from hewei/support_cont_break
6 years ago
mindspore-ci-bot
53c2a281fb
!1107 rectify auto mix precision
Merge pull request !1107 from gengdongjie/master
6 years ago
liyong
aa3f89e74f
mindrecord support read file list
6 years ago
He Wei
33fa90efc9
Support 'break', 'continue' and 'pass'
To handle 'break' and 'continue' statement, a loop context is pushed
to a stack before we parse the loop body, and pop it after body parsed.
When a 'break', 'continue' statement is encountered, we retrieve current
loop contex from the stack, and let the current block jump to the end
block or header block;
For 'break' statement, we added an extra 'end_block' follow the 'after_block',
because 'after_block' is called from a ContionalJump in 'header_block', it can
not be set as jump target from other place. to support 'break', we let loop
body jump to the 'end_block' at the 'break' point. and 'after_block'
maybe a good place to handle loop 'else' clause in the future.
Handle 'pass' is simple, just bypass it when doing parse.
6 years ago
WilliamLian
691b0648e3
convert unsupported kernel in aicore to aicpu
6 years ago
mindspore-ci-bot
0345995000
!1110 [AutoParallel]fix gatherv2 and dataset bug
Merge pull request !1110 from lichen/fix_gatherv2_and_dataset_bug
6 years ago
wangcong
7658ece457
clang-format code
6 years ago
wangcong
f53a2fd613
cpplint clean
6 years ago
mindspore-ci-bot
a2d5ad5abe
!1099 fix bug of can not find op adapter
Merge pull request !1099 from fary86/fix_bug_for_can_not_find_opadapter
6 years ago
wangcong
0f42c66263
DepthwiseConv2d+Eltwise fusion pass
6 years ago
mindspore-ci-bot
168dfb2555
!1108 Add input shape condition for transpose_reshape fusion pass
Merge pull request !1108 from YuJianfeng/master
6 years ago
mindspore-ci-bot
2823ec806f
!1092 add rts kernel of labelset/labelgoto/labelswitch
Merge pull request !1092 from dengwentao/rts_kerenl
6 years ago
mindspore-ci-bot
18019ad6a5
!1038 clean some context param
Merge pull request !1038 from jinyaohui/clean_context
6 years ago
lichenever
debfd38b75
fix gatherv2 and dataset bug
6 years ago
mindspore-ci-bot
ba3d48817e
!1070 Adapt aicpu op CTCLoss and TBE op L2Loss for GE.
Merge pull request !1070 from liuxiao/ops-for-VM
6 years ago
mindspore-ci-bot
eab7d593a1
!1103 clean task sink codex
Merge pull request !1103 from caifubi/clean-runtime-codex
6 years ago
Jamie Nisbet
ff5f2521fc
remove unused variable
6 years ago
yujianfeng
85ff90c237
Add input shape condition for transpose_reshape fusion pass
6 years ago
dengwentao
06bac6f120
add rts label op
6 years ago
jinyaohui
391a060f21
remove two context param
6 years ago
gengdongjie
031a2931b0
add new auto mix precision flag
6 years ago
wilfChen
59c4cf256c
gpu support broadcast kernels
6 years ago
mindspore-ci-bot
298a784878
!1090 fix mean and var shape in layernorm
Merge pull request !1090 from JichenZhao/layernorm_mean_var_shape
6 years ago
caifubi
9a0d894b9d
clean task sink codex
6 years ago
fary86
77ef790f25
Fix bug of can not find opadapter
6 years ago
mindspore-ci-bot
48e54dcfda
!1056 [Auto parallel] Memory calculation in the inference phase
Merge pull request !1056 from Xiaoda/memory-estimation-in-inference-phase
6 years ago
huangdongrun
01be8f8794
for constant input ,do not need to generate phi node
fix error
while do not need ignore vale
6 years ago
mindspore-ci-bot
c1290e7b70
!1088 Add some op registrations for const value to attr
Merge pull request !1088 from YuJianfeng/master
6 years ago
liuxiao
10abb68498
add ops CTCLoss
6 years ago
mindspore-ci-bot
da7d605e85
!683 WIP: specialize hyper map parameter
Merge pull request !683 from xychow/bypass-renorm-and-specialize-hypermap-parameter
6 years ago