mindspore-ci-bot
fe620f2195
!2434 fix atomic addr clean
Merge pull request !2434 from jjfeing/master
5 years ago
mindspore-ci-bot
ac78ac9700
!2297 add vm support for operators include MatrixDiag, MatrixDiagPart etc
Merge pull request !2297 from jiangjinsheng/vm_matrixdiag
5 years ago
mindspore-ci-bot
106f798092
!2451 fix perchannel num_channels not set bug and adjust quant.py params order
Merge pull request !2451 from 王东旭/master
5 years ago
Shida He
4c056855e0
Implementation for mindspore debugger
5 years ago
mindspore-ci-bot
7c358ca464
!2460 optimize cpu reduce gradient
Merge pull request !2460 from kisnwang/optimize-cpu-reduce-gradient
5 years ago
VectorSL
da71a9148e
gpu momentum layernorm layernormgrad support fp16
5 years ago
kswang
b867d6d60a
parallel reduce sparse gradient
5 years ago
jiangjinsheng
017ff492af
vm for MatrixDiag,MatrixDiagPart.MatrixSetDiag
5 years ago
wangdongxu
02584fe2c7
fix perchannel num_channels not set bug and adjust quant.py params order
5 years ago
WilliamLian
88d3dc6606
fix code review
5 years ago
mindspore-ci-bot
12e7ddae0a
!2386 Add multiple process for computation of optimizer in cpu
Merge pull request !2386 from YuJianfeng/master
5 years ago
mindspore-ci-bot
f1a69de0b6
!2405 change some comment name in the whole project
Merge pull request !2405 from chenzhongming/master
5 years ago
jjfeing
d535f3a289
fix atomic clean
5 years ago
yujianfeng
6c1bc1c6a9
Add multiple process for computation of sparse optimizers
5 years ago
chenzomi
a834a6308e
change some comment name in the whole project
5 years ago
jiangjinsheng
e71599b5ca
vm for lin_space
5 years ago
mindspore-ci-bot
c9b8a8da0a
!2369 add cpu reduce op and cpu softmax_cross_entropy_with_logits op
Merge pull request !2369 from baihuawei/reduce
5 years ago
mindspore-ci-bot
8b5166e569
!2393 fix bug of hccl kernel info and change cast's kernel info
Merge pull request !2393 from lianliguang/fix-bug-of-merge-cast-to-op-and-gene-hccl-kernel-info
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
a3e7b30457
!2384 Add split fission pass
Merge pull request !2384 from YuJianfeng/split
5 years ago
mindspore-ci-bot
9969a9b07d
!2394 sync cpu output if needed
Merge pull request !2394 from kisnwang/add-cpu-outputsync
5 years ago
mindspore-ci-bot
53654f94f2
!2056 Enable new control sink
Merge pull request !2056 from zhoufeng/enable-new-control-sink
5 years ago
mindspore-ci-bot
8a913d7586
!2157 mindspore server inference
Merge pull request !2157 from hangq/master
5 years ago
kswang
97216f7404
sync cpu output
5 years ago
WilliamLian
5f9d2759ee
fix bug of hccl kernel info and change cast's kernel info
5 years ago
mindspore-ci-bot
d57decc8a3
!2338 Gpu Minimum & Maximum kernels support int32
Merge pull request !2338 from chenweifeng/nezha
5 years ago
zhoufeng
bbbfaa2441
enable new control sink
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
yujianfeng
7ad877a948
Add Split fission pass
5 years ago
hangangqiang
dfbb232468
mindspore server inference
5 years ago
mindspore-ci-bot
bdb7d0fd01
!2355 fix cpu sub op input not match
Merge pull request !2355 from dengwentao/fix_sub_op
5 years ago
mindspore-ci-bot
27a0aa406b
!2358 Fix computation of sparse_apply_proximal_adagrad
Merge pull request !2358 from YuJianfeng/proximal
5 years ago
mindspore-ci-bot
5dac9c4c30
!2361 fix codex/reviewbot
Merge pull request !2361 from kisnwang/fix-codex-reviewbot
5 years ago
baihuawei
862522376f
add reduce and softmax_cross_entropy_with_logits
5 years ago
kswang
2a8f0a75be
fix review code
5 years ago
wilfChen
480bf4151b
Gpu Minimum & Maximum kernels support int32
5 years ago
mindspore-ci-bot
e9670f3c28
!2346 fix pre compile static check warning
Merge pull request !2346 from wangcong/master
5 years ago
mindspore-ci-bot
389ff16566
!2264 Adapt tbe opretors ApplyProximalAdagrad and SparseApplyProximalAdagrad.
Merge pull request !2264 from liuxiao/Adapt-ApplyProximalAdagrad-operator-for-vm
5 years ago
dengwentao
92744f1301
fix sub input not match
5 years ago
yujianfeng
53f0a1a5ea
Fix computation of sparse_apply_proximal_adagrad
5 years ago
mindspore-ci-bot
66e07efccd
!2315 add Pack op for aicpu when axis=-1
Merge pull request !2315 from yanzhenxiang2020/add_pack_open
5 years ago
mindspore-ci-bot
a39f5452c5
!2307 fix stack overflow and memset use risk
Merge pull request !2307 from baihuawei/cpulstm
5 years ago
wangcong
d8595666ff
fix pre compile static check warning
5 years ago
liuxiao
c7c6f5736b
Adapt ApplyProximalAdagrad and SparseApplyProximalAdagrad
5 years ago
mindspore-ci-bot
a663f2066c
!2285 [Code Review] code review fix
Merge pull request !2285 from jjfeing/master
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
mindspore-ci-bot
5d3792c273
!2290 update AicpuParamHead
Merge pull request !2290 from yanzhenxiang2020/aicpu_param_open
5 years ago
baihuawei
576a73cd2a
fix stack overflow and memset use
5 years ago
mindspore-ci-bot
fce37a5fbe
!2281 add Sigmoid and SigmoidGrad operation of GPU
Merge pull request !2281 from zyli2020/add_sigmoid
5 years ago
wilfChen
8f4cd76582
gpu Gelu kernel support fp16
5 years ago
yanzhenxiang2020
f07f6655ee
update AicpuParamHead for aicpu
5 years ago