shijianning
2cf2a67dfd
fix wrong arg call
5 years ago
mindspore-ci-bot
1a98c6b459
!999 [MD] mindrecord support reading file list
...
Merge pull request !999 from liyong126/mindrecord_file_list
5 years ago
mindspore-ci-bot
049d3796a6
!1091 gpu support Cast/RealDiv/Mul/Sub/Softmax kernels enforcement
...
Merge pull request !1091 from chenweifeng/cast
5 years ago
yujianfeng
31d8db9fc6
Add broadcast fusion pass
5 years ago
shijianning
5afcefdce4
try fix pylint warning
5 years ago
mindspore-ci-bot
905467be9d
!1095 Fix while broaden error
...
Merge pull request !1095 from amongo/FixWhileBroadenedError
5 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
5 years ago
wangcong
89f55e63d5
reverse previous version
5 years ago
Yanjun Peng
4bf016e67f
fix generator dataset np copy problem
5 years ago
mindspore-ci-bot
25b2424f9b
!1042 clean pylint warning in test_framwork dir
...
Merge pull request !1042 from jinyaohui/clean_pylint
5 years ago
lihongkang
ca8a914736
接入算子resizebilinear and resizebilineargrad
5 years ago
mindspore-ci-bot
6f386c5782
!1082 Support 'break', 'continue' and 'pass' statements
...
Merge pull request !1082 from hewei/support_cont_break
5 years ago
mindspore-ci-bot
53c2a281fb
!1107 rectify auto mix precision
...
Merge pull request !1107 from gengdongjie/master
5 years ago
liyong
aa3f89e74f
mindrecord support read file list
5 years ago
mindspore-ci-bot
6a8cd83d21
!1114 fix some python code format
...
Merge pull request !1114 from casgj/gaojing
5 years ago
mindspore-ci-bot
793bfddb17
!1112 Fix weight decay bug for `SGD` optimizer
...
Merge pull request !1112 from seatea/fix-sgd-weight-decay-bug
5 years ago
zhaojichen
ff710dde5d
optimize SoftmaxCrossEntropWithLogits and momentum
5 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.
5 years ago
mindspore-ci-bot
5de4323632
!1096 fix some Misspelling
...
Merge pull request !1096 from SanjayChan/03cell
5 years ago
WilliamLian
691b0648e3
convert unsupported kernel in aicore to aicpu
5 years ago
mindspore-ci-bot
0345995000
!1110 [AutoParallel]fix gatherv2 and dataset bug
...
Merge pull request !1110 from lichen/fix_gatherv2_and_dataset_bug
5 years ago
jinyaohui
26fd75895d
pylint waring clean
5 years ago
seatea
5a119d107f
Fix weight decay bug for `SGD` optimizer.
...
Weight decay has been considered and caculated in `SGD` operation, so
there's no need to apply weight decay in `SGD` optimizer.
5 years ago
wangcong
7658ece457
clang-format code
5 years ago
gaojing
abb4b7ed5c
fix some python code format
5 years ago
wangcong
f53a2fd613
cpplint clean
5 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
5 years ago
wangcong
3fbd0101cd
add depthwise conv attr
5 years ago
wangcong
0f42c66263
DepthwiseConv2d+Eltwise fusion pass
5 years ago
mindspore-ci-bot
168dfb2555
!1108 Add input shape condition for transpose_reshape fusion pass
...
Merge pull request !1108 from YuJianfeng/master
5 years ago
mindspore-ci-bot
2823ec806f
!1092 add rts kernel of labelset/labelgoto/labelswitch
...
Merge pull request !1092 from dengwentao/rts_kerenl
5 years ago
mindspore-ci-bot
18019ad6a5
!1038 clean some context param
...
Merge pull request !1038 from jinyaohui/clean_context
5 years ago
lichenever
debfd38b75
fix gatherv2 and dataset bug
5 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
5 years ago
mindspore-ci-bot
eab7d593a1
!1103 clean task sink codex
...
Merge pull request !1103 from caifubi/clean-runtime-codex
5 years ago
guohongzilong
2451d60954
add enable dump and dump path log in context
5 years ago
mindspore-ci-bot
635acb6c27
!1109 remove unused variable from repeat op
...
Merge pull request !1109 from Jamie/fixoneline
5 years ago
Jamie Nisbet
ff5f2521fc
remove unused variable
5 years ago
yujianfeng
85ff90c237
Add input shape condition for transpose_reshape fusion pass
5 years ago
dengwentao
06bac6f120
add rts label op
5 years ago
jinyaohui
391a060f21
remove two context param
5 years ago
gengdongjie
031a2931b0
add new auto mix precision flag
5 years ago
wilfChen
59c4cf256c
gpu support broadcast kernels
5 years ago
mindspore-ci-bot
298a784878
!1090 fix mean and var shape in layernorm
...
Merge pull request !1090 from JichenZhao/layernorm_mean_var_shape
5 years ago
caifubi
9a0d894b9d
clean task sink codex
5 years ago
fary86
77ef790f25
Fix bug of can not find opadapter
5 years ago
yangyongjie
f586c9fa08
add annotaion that group cannot greater than 1 when running in Davinci devices.
5 years ago
mindspore-ci-bot
7ab3f5c348
!1086 fix some bug in quant debug
...
Merge pull request !1086 from SanjayChan/05showcase
5 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
5 years ago
zhouneng
79725af4cd
为L2Normalize/L2NormalizeGrad增加VM支持
5 years ago