mindspore-ci-bot
|
027916cb5f
|
!8315 Cache server stability
From: @jkl_lee
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
|
4 years ago |
Lixia Chen
|
f24a788eed
|
Rebase up to 5792d50ca7
|
4 years ago |
Zirui Wu
|
7538f82da9
|
add callback to map's c api
fix test err
fix ci round 1
fix ci round 2
add col_order to batch_node
minor fix
|
4 years ago |
mindspore-ci-bot
|
a9a9c45662
|
!8232 C++ api add Filter
From: @tiancixiao
Reviewed-by:
Signed-off-by:
|
4 years ago |
mindspore-ci-bot
|
97e1f6f438
|
!8248 Add macro and fix album testcase
Merge pull request !8248 from EricZ/helper_dep_removal
|
4 years ago |
mindspore-ci-bot
|
073d991de4
|
!8106 add cpu adam delta
Merge pull request !8106 from kisnwang/add-cpu-adam-delta
|
4 years ago |
mindspore-ci-bot
|
8c2ed3bb80
|
!8138 Throw an exception when a tensor with 0 shape is constructed.
Merge pull request !8138 from huangbingjian/fix_shape
|
4 years ago |
Xiao Tianci
|
4a5e287b92
|
add filter c api and ut
|
4 years ago |
mindspore-ci-bot
|
c919f3d0ad
|
!8230 add parallel ops for repeat_element and tensor dot
Merge pull request !8230 from yangzhenzhang/add-repeat-element-op
|
4 years ago |
mindspore-ci-bot
|
51edcd30e2
|
!8270 expand fused_adam and fused_adam_weight_decay and fix some bug
Merge pull request !8270 from ZengZitao/expand_fused_adam
|
4 years ago |
kswang
|
cbece74a23
|
add cpu adam delta
|
4 years ago |
HuangBingjian
|
4477fcfe19
|
fix shape bug.
|
4 years ago |
yangzhenzhang
|
0a79ab82ae
|
add parallel ops
|
4 years ago |
mindspore-ci-bot
|
c253d874e0
|
!8280 add export lenet grad example
Merge pull request !8280 from changzherui/add_export_grad_example
|
4 years ago |
Eric
|
394dbf50e1
|
Added testing macro and fix album_op test
|
4 years ago |
changzherui
|
6b823282aa
|
add export mindir lenet grad
|
4 years ago |
mindspore-ci-bot
|
523c3f07e3
|
!8194 Optimizer on IR #2 - Call ValidateParams in PrePass
Merge pull request !8194 from nsyca/opt3
|
4 years ago |
mindspore-ci-bot
|
099765bbb7
|
!8135 [MD] Transform api decouple
Merge pull request !8135 from luoyang/c-api-pyfunc
|
4 years ago |
Yi Huaijie
|
d7faa77b5e
|
support int64 shape
|
4 years ago |
zengzitao
|
53043ae18f
|
support expand fused_adam and fused_adam_weight_decay op
|
4 years ago |
luoyang
|
9a57cbacd9
|
[MD] Transform api decouple
|
4 years ago |
mindspore-ci-bot
|
8254ad40b7
|
!8016 [Auto parallel] Enabling approximation in parallelization strategy searching
Merge pull request !8016 from Xiaoda/21-approximate-algo-in-searching-strategy
|
4 years ago |
Xiaoda Zhang
|
aa84484049
|
enabling approximation in DP algorithms
|
4 years ago |
mindspore-ci-bot
|
50be4f1221
|
!8253 annotate test case
Merge pull request !8253 from 吴书全/deepfm1105
|
4 years ago |
mindspore-ci-bot
|
3070e9c78b
|
!8244 【GraphKernel】Eliminate redundant parameters while expanding basic ops
Merge pull request !8244 from DeshiChen/1104_eliminate_redundant_parameter
|
4 years ago |
wsq3
|
afc0b0b61a
|
annotate test case
|
4 years ago |
mindspore-ci-bot
|
b3855530e3
|
!7838 Enumerate function enable tensor as input
Merge pull request !7838 from LiangZhibo/master
|
4 years ago |
mindspore-ci-bot
|
8709005a57
|
!8200 Add two transforms API
Merge pull request !8200 from shenwei41/new_master
|
4 years ago |
dayschan
|
0f8f1cdda7
|
Eliminate redundant parameters while expanding basic ops.
add testcase for Gelu/GeluGrad
|
4 years ago |
Nat Sutyanyong
|
a2a2223373
|
Add optimizer to IR tree #2
|
4 years ago |
mindspore-ci-bot
|
7123a2c1d1
|
!7911 added key value message
Merge pull request !7911 from anancds/kv-patch
|
4 years ago |
mindspore-ci-bot
|
ae7384ca2d
|
!8208 Removed dependency on core module in util
Merge pull request !8208 from EricZ/helper_dep_removal
|
4 years ago |
Eric
|
85f0a9bc8f
|
Added dependency removal for data_helper
|
4 years ago |
anancds
|
87edbdf720
|
added protobuf message
|
4 years ago |
mindspore-ci-bot
|
4b4ca1a188
|
!8146 Improve performance for GPU-ScatterUpdate, add int32 support
Merge pull request !8146 from 34bunny/GPU-ScatterUpdateFix
|
4 years ago |
mindspore-ci-bot
|
04142b74f6
|
!8144 Rename GPU-UniformSampler to GPU-UniformCandidateSampler
Merge pull request !8144 from 34bunny/GPU-UniformCandidateSampler
|
4 years ago |
mindspore-ci-bot
|
4c2344ed35
|
!8141 Improve performance for GPU-ScatterAdd, add use_locking and add int32 support
Merge pull request !8141 from 34bunny/GPU-ScatterAdd
|
4 years ago |
mindspore-ci-bot
|
491efd8aa4
|
!8088 add Adam CPU operator
Merge pull request !8088 from zhaoting/adam
|
4 years ago |
zhoufeng
|
183742009f
|
mindspore cxx api for 310 inference
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
4 years ago |
shenwei41
|
9ffdf0b6d4
|
Add transform API
|
4 years ago |
zhaoting
|
8730638076
|
add Adam CPU op
|
4 years ago |
mindspore-ci-bot
|
57fc8f45ae
|
!7884 Pynative support dynamic shape op
Merge pull request !7884 from JoyLvliang/pynative-support-dynamic-shape
|
4 years ago |
TFbunny
|
cd7329082e
|
refine GPU-Scatteradd
|
4 years ago |
Zirui Wu
|
5d1ada682c
|
remove uncessary headers
staging II
clean up
further clean up
fix merge conflict with 8139
fix complie err
|
4 years ago |
mindspore-ci-bot
|
1fca20c5e8
|
!8139 Remove `api` namespace from mindata/dataset
Merge pull request !8139 from h.farahat/ir_namespace
|
4 years ago |
lvliang
|
fd5be43598
|
pynative-support-dynamic-shape
|
4 years ago |
mindspore-ci-bot
|
ce9795bb39
|
!7808 fix cpu select kernel info
Merge pull request !7808 from baihuawei/fixcpu
|
4 years ago |
mindspore-ci-bot
|
49eb4d3106
|
!8089 add antialias option for py reset
Merge pull request !8089 from guozhijian/enhance_py_resize
|
4 years ago |
mindspore-ci-bot
|
f3d7b32d56
|
!7855 Move backend opt pass ir files to the fold: verbose_ir_files
Merge pull request !7855 from huanghui/move_ir_files
|
4 years ago |
mindspore-ci-bot
|
e9cd12e904
|
!8114 rectify and optimize the type checking function
Merge pull request !8114 from zhangbuxue/rectify_and_optimize_the_type_checking_function
|
4 years ago |