yujianfeng
ae6942ff9f
Fix rebuilding nodes when eliminating redundant op
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
mindspore-ci-bot
ff42cd87b2
!6247 Fix cpu ScatterNdUpdate doesn't update output
Merge pull request !6247 from huanghui/clear-warning
5 years ago
huanghui
d6944a70ca
fix cpu kernel:ScatterNdUpdate doesn't set output
5 years ago
buxue
08059f5c61
add check for stridedslice when choose aicpu or aicore
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago
huanghui
b8e737f66a
fix run error when there is a Depend or ControlDepend on BatchNorm
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
mindspore-ci-bot
be138e4618
!5430 Clean codex and reviewbot warnings
Merge pull request !5430 from huanghui/clear-warning
5 years ago
huanghui
998ff0399b
clear codex and reviewbot warning
5 years ago
chenlei_autodiff
660cefb6b1
clean code for graph kernel module.
5 years ago
mindspore-ci-bot
4e7e252747
!5024 fix bug of circle after opt
Merge pull request !5024 from lianliguang/fix-bug-of-circle-in-graph
5 years ago
WilliamLian
e95b42496c
fix circle bug of opt depend && merge cast
5 years ago
gukecai
6c22c8a09d
parallel ctrl
5 years ago
mindspore-ci-bot
73c4022ef4
!3775 remove the dtype convert when update output
Merge pull request !3775 from lianliguang/test-xiu-bug
5 years ago
WilliamLian
601b0b6e4d
remove convert datatype when updateoutputs &&
set parameter device dtype using it's infer dtype && set transdata's abstract
5 years ago
wenchunjiang
bde9c0c6a9
1.fix bug of backend common pass covert_tuple_output_to_maketuple
2.attach original inputs to graph when replace call and switch to
labelgoto and labelswitch
5 years ago
zhousiyi
d0e58dd765
remove ccsrc/common.h
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
wuxuejian
5e6b1d42da
adapt input to attr between cpu and aicpu embeddinglookup
5 years ago
lvliang
e1a3c39fac
fix-bug-avoid-multi-attr-value-be-eliminated-in-pynative-mode
5 years ago
mindspore-ci-bot
172a468704
!3968 Ignore node with _side_effect attr in cse
Merge pull request !3968 from YuJianfeng/cse
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
yujianfeng
bff3600fcf
ignore node which has _side_effect attr in cse
5 years ago
mindspore-ci-bot
c9453a614e
!3239 Insert concat for outputs of AllGather
Merge pull request !3239 from YuJianfeng/allgther
5 years ago
liubuyu
a499d4e47c
decoupling core and debug
5 years ago
yujianfeng
47ab812edb
Insert concat for AllGather outputs
5 years ago
huanghui
311d8ea1f9
add exception when different communication op in one segment shared the same input
5 years ago
mindspore-ci-bot
568da0d510
!3425 fix avgpoolgrad
Merge pull request !3425 from fangzehua/avgpool
5 years ago
mindspore-ci-bot
8e3d788942
!3349 move the dependency of utils to core
Merge pull request !3349 from liubuyu/master
5 years ago
fangzehua
86dd0c583a
fix avgpool grad
5 years ago
mindspore-ci-bot
295038d346
!3324 add reduce_any op for vm
Merge pull request !3324 from fangzehua/reduce_any
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
chenfei
1f1a07e645
don't insert assign from condition to true branch of while
5 years ago
root
1b6f85dec8
split tuple parameter to parameters
add function trans tuple to maketuple
5 years ago
fangzehua
228a959cc7
add reduce any op for vm
5 years ago
mindspore-ci-bot
bae2f964e5
!3213 Unified code style
Merge pull request !3213 from liubuyu/dev
5 years ago
mindspore-ci-bot
a009823498
!3223 clean review bot warning
Merge pull request !3223 from lianliguang/master
5 years ago
WilliamLian
6ed2e636e1
clean review bot warning
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
WilliamLian
d10d1a17f0
spilt valuenode & parameter's tuple output to maketuple
5 years ago
ZPaC
52022c8013
Enable to train in parameter server mode
5 years ago
Ziyan
39f08eb7dd
enable optimizer parallel
5 years ago
He Wei
ee1510da41
Eliminate circular dependency between 'ir' and 'device/kernel'
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago