mindspore-ci-bot
|
b4ff4261b0
|
!7683 [fix codedex warning] variable name is same as weak encryption algorithms name
Merge pull request !7683 from zyli2020/bug_fix
|
5 years ago |
mindspore-ci-bot
|
8d39a8a4b2
|
!7529 complex arithmetic_simplify
Merge pull request !7529 from zhuxiaochen/1020_allsimplify_1.0
|
5 years ago |
lizhenyu
|
ae295120a7
|
fix codedex warning
|
5 years ago |
zhu_xiaochen
|
c739f14038
|
simplify transpose matmul reduce
|
5 years ago |
mindspore-ci-bot
|
55a277d1de
|
!7572 GPU reduce precision fix
Merge pull request !7572 from VectorSL/fix-reduce-pre
|
5 years ago |
VectorSL
|
bbcdd81d1b
|
fix reduce precision: deal tuplegetitem and param
|
5 years ago |
mindspore-ci-bot
|
40b4844b76
|
!7263 Remove debugger argument from runtime functions
Merge pull request !7263 from Harshvardhan Gupta/add-dbg-runtime
|
5 years ago |
lingyunli63
|
a500a57c72
|
add GraphkernelCSE
|
5 years ago |
Harshvardhan Gupta
|
744355a005
|
remove dbg args from runtime and remove needless argument from IsWatchpoint
|
5 years ago |
mindspore-ci-bot
|
4424873e7e
|
!7256 GPU add reduce precision
Merge pull request !7256 from VectorSL/reduceprecision
|
5 years ago |
laiyongqiang
|
ebc18d1edb
|
log improvement
|
5 years ago |
Geng_Fei
|
4de1a988d1
|
fix matcher bug in arithmetic simplify
|
5 years ago |
mindspore-ci-bot
|
f4421b4504
|
!7236 Add new pass:arithmetic_simplify and eliminate_empty_graph
Merge pull request !7236 from gengfei/1012_simplify_1.0
|
5 years ago |
Geng_Fei
|
1455372cf1
|
add new pass in graph kernel: arithmetic_simplify
|
5 years ago |
huanghui
|
b7519b7418
|
unify save_graphs_path
|
5 years ago |
yujianfeng
|
dc954d4c96
|
Fix checking nop for a cnode whose first input is not a value node
|
5 years ago |
VectorSL
|
ccab6f88d5
|
gpu add reduce precision:int64->int32
|
5 years ago |
mindspore-ci-bot
|
9078764c58
|
!7223 Fix rebuilding nodes when eliminating redundant op
Merge pull request !7223 from YuJianfeng/master
|
5 years ago |
mindspore-ci-bot
|
ff3438d9c2
|
!7158 [GraphKernel] Promote complex tensor as graph's input and recorrect getitem index for graph kernels fusion.
Merge pull request !7158 from TronZhang/promotion_const_for_gk
|
5 years ago |
yujianfeng
|
ae6942ff9f
|
Fix rebuilding nodes when eliminating redundant op
|
5 years ago |
mindspore-ci-bot
|
ce8f5cafe7
|
!7164 Set abstracts for tuple_getitems of splitv
Merge pull request !7164 from YuJianfeng/master
|
5 years ago |
mindspore-ci-bot
|
c951d42c2c
|
!6728 [Ascend][DynamicShape] Dynamic shape feature
Merge pull request !6728 from caifubi/dynamic_shape_share_2
|
5 years ago |
caifubi
|
d3b978147f
|
Ascend Dynamic Shape
|
5 years ago |
yujianfeng
|
43e7cd2e42
|
Set abstracts for tuple_getitems of splitv
|
5 years ago |
tronzhang
|
c32bf5ac28
|
promote complex tensor as graph's input and recorrect getitem index for graph kernels fusion.
|
5 years ago |
jjfeing
|
755863ebae
|
insert memcpy when hccl node
|
5 years ago |
mindspore-ci-bot
|
21c5607fca
|
!6971 cudnn inplace optimizer
Merge pull request !6971 from chenweifeng/tensoradd_inplace
|
5 years ago |
wilfChen
|
b420b6cda7
|
cudnn inplace optimizer
|
5 years ago |
dayschan
|
7599686a72
|
GraphKernel supports multi-output kernels
|
5 years ago |
lingyunli63
|
dd48f10c3d
|
add assign ops in composite_topi
|
5 years ago |
mindspore-ci-bot
|
57ecb40022
|
!6825 GPU add combine cast fusion
Merge pull request !6825 from VectorSL/combine-cast
|
5 years ago |
VectorSL
|
f36c2721af
|
gpu add combine cast fusion
|
5 years ago |
mindspore-ci-bot
|
e4ad166e0c
|
!6818 GPU add combine mom fusion
Merge pull request !6818 from VectorSL/combine-mom
|
5 years ago |
mindspore-ci-bot
|
25f8c6dc8d
|
!6681 Fix ub fusion's cycle fusion
Merge pull request !6681 from huanghui/fix-ub-fusion-loop
|
5 years ago |
VectorSL
|
8dca80036a
|
gpu add combine mom fusion
|
5 years ago |
liubuyu
|
8af3250477
|
support dynamic_rnn and dynamic_rnn_grad op
|
5 years ago |
huanghui
|
90dfecfb00
|
fix bnupdate_eltwise_eltwise's cycle fusion
|
5 years ago |
liubuyu
|
96622fc804
|
support extract_image_patches op
|
5 years ago |
VectorSL
|
48db7f8c4f
|
gpu change bncast
|
5 years ago |
mindspore-ci-bot
|
fe219b5680
|
!6181 make ref node's update edge using same address
Merge pull request !6181 from lianliguang/fix-bug-of-deal-ref
|
5 years ago |
mindspore-ci-bot
|
564b99e549
|
!6541 fix bug of inset transdata in pynative mode
Merge pull request !6541 from lianliguang/fix-bug-of-insert-transdata-of-pynative
|
5 years ago |
mindspore-ci-bot
|
149285b6f2
|
!6532 GPU fix BnCast
Merge pull request !6532 from VectorSL/bncast
|
5 years ago |
mindspore-ci-bot
|
59f582faa3
|
!6539 Only match the pattern of Conv2DBackproInput+ReluGradV2
Merge pull request !6539 from huanghui/fix-ub-fusion-conv2dbpinput-eltwise
|
5 years ago |
huanghui
|
af0a11ff69
|
Update the pattern of conv2dbackprop_eltwise_fusion pass. Only match Conv2dBackpropInput+ReluGradV2.
|
5 years ago |
William Lian
|
25fcd0488e
|
fix bug of pynative in back gradient graph mode's transdata inserting when the node is the output of the graph
|
5 years ago |
yujianfeng
|
1b45e5fe97
|
Fix codedex warning
|
5 years ago |
VectorSL
|
50dc89332c
|
fix bn cast
|
5 years ago |
limingqi107
|
740254161e
|
gpu code review
|
5 years ago |
mindspore-ci-bot
|
deb1d2ba96
|
!6403 fix codex clean bug
Merge pull request !6403 from laiyongqiang/codex2
|
5 years ago |
mindspore-ci-bot
|
0c2e7f5092
|
!6321 codex warning
Merge pull request !6321 from chenweifeng/codex
|
5 years ago |