mindspore-ci-bot
|
8c7444ab47
|
!5140 add cuda path checker
Merge pull request !5140 from zyli2020/add_cuda_path_check
|
5 years ago |
mindspore-ci-bot
|
e8822e2787
|
!5051 fix codedex bug
Merge pull request !5051 from jjfeing/master
|
5 years ago |
lizhenyu
|
551879240c
|
add cuda path checker
|
5 years ago |
mindspore-ci-bot
|
9297ba0a8d
|
!5048 fix gpu multinomial
Merge pull request !5048 from baihuawei/0821
|
5 years ago |
jjfeing
|
09c6cdc2fe
|
fix codedex bug
|
5 years ago |
baihuawei
|
c085c5f071
|
add multinomial
|
5 years ago |
mindspore-ci-bot
|
0f69259abf
|
!5035 clean static check
Merge pull request !5035 from zhoufeng/xiu-ba-ge
|
5 years ago |
huanghui
|
b367da88eb
|
fix ScatterNdUpdate cpu kernel
|
5 years ago |
zhoufeng
|
99a94bfd01
|
clean static check
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
75af54647f
|
!4954 Fix GPU non-sparse cross-entropy op returning all zeros
Merge pull request !4954 from tom_chen/cross_entropy
|
5 years ago |
mindspore-ci-bot
|
af45133a8f
|
!4996 Fix GPU-RandomChoiceWithMask speed bottleneck
Merge pull request !4996 from 34bunny/GPU-RandomChoiceWithMask-fixv2
|
5 years ago |
TFbunny
|
10c2918558
|
fix speed bottleneck for SrandInit and Shuffle in GPU-RandomChoiceWithMask
|
5 years ago |
mindspore-ci-bot
|
8e360888d0
|
!4590 fix gpu matmul fp32 accuracy
Merge pull request !4590 from qujianwei/master
|
5 years ago |
mindspore-ci-bot
|
e2203bed01
|
!3957 Gpu StridedSlice dims exceeds
Merge pull request !3957 from chenweifeng/strided_slice_dims_exceeds
|
5 years ago |
mindspore-ci-bot
|
fd9be2ddc2
|
!4946 Get server rank id in python and fix multi server error.
Merge pull request !4946 from ZPaC/master-get-server-rank-in-python
|
5 years ago |
ZPaC
|
830172201a
|
Fix multi server precision error.
|
5 years ago |
tom__chen
|
8fa4422dac
|
fix non-sparse cross entropy gpu kernel
fix white space
|
5 years ago |
mindspore-ci-bot
|
65c343c8be
|
!4935 GPU fix conv2dback bug
Merge pull request !4935 from VectorSL/conv-fix
|
5 years ago |
VectorSL
|
7d7b81348e
|
gpu fix conv bug
|
5 years ago |
lizhenyu
|
fcaf86f5d9
|
fix nccl kernel memory align bug
|
5 years ago |
wilfChen
|
837aecf9af
|
gpu stridedslice
|
5 years ago |
mindspore-ci-bot
|
8440f2bcdb
|
!4809 add AddN,AssignAdd,Conv2d,BN,Relu6,TensorAdd CPU operator
Merge pull request !4809 from zhaoting/master
|
5 years ago |
mindspore-ci-bot
|
6511491a7c
|
!4691 Fix MASS and FasterRcnn README.
Merge pull request !4691 from linqingke/new_ops
|
5 years ago |
mindspore-ci-bot
|
13d1738ff3
|
!4706 fix SmoothL1Loss gpu kernel
Merge pull request !4706 from Peilin/smoothL1Loss-fix
|
5 years ago |
mindspore-ci-bot
|
bfa3cd900e
|
!4843 remove ccsrc/common.h by explicit dependent header file
Merge pull request !4843 from xychow/remove-ccsrc-common-h
|
5 years ago |
mindspore-ci-bot
|
87c7cf46b6
|
!4475 Add 2 reserve output for BatchNormGrad
Merge pull request !4475 from JonathanY/batchnormgrad
|
5 years ago |
zhaoting
|
cbca6be8bf
|
add AddN,AssignAdd,Conv2d,BN,Relu6,TensorAdd CPU operator
|
5 years ago |
lizhenyu
|
839ec02542
|
Add FusedBatchEx support
|
5 years ago |
mindspore-ci-bot
|
a3dae6344b
|
!4758 GPU kernel support NHWC
Merge pull request !4758 from VectorSL/nhwc-support
|
5 years ago |
mindspore-ci-bot
|
b9bde4c826
|
!4559 codex warning
Merge pull request !4559 from chenweifeng/warning
|
5 years ago |
mindspore-ci-bot
|
4ec4205e87
|
!4221 gpu add format transform pass
Merge pull request !4221 from limingqi107/master
|
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 |
mindspore-ci-bot
|
b0b590ef9e
|
!4760 fix gpu loss grad with reduction
Merge pull request !4760 from baihuawei/loss
|
5 years ago |
VectorSL
|
e939d61a2c
|
conv pooling pad support NHWC
|
5 years ago |
wilfChen
|
061bbf1f87
|
code warning
|
5 years ago |
limingqi107
|
5b76e8f3d7
|
gpu add format transform pass
|
5 years ago |
lizhenyu
|
19d50fea3e
|
add FusedBatchNormGradEx gpu kernel
|
5 years ago |
mindspore-ci-bot
|
bd2336b96a
|
!4764 add FusedBatchNoramEx gpu kernel
Merge pull request !4764 from zyli2020/gpu_bn_op_perf_optimize
|
5 years ago |
Peilin Wang
|
0d5220d33c
|
modified documentation and gpu kernel for smoothL1Loss
fix pylint
changed doc and code for SmoothL1Loss to be same a dchip. fixed grad kernel
fix ci
|
5 years ago |
Jonathan Yan
|
72d2597cb7
|
Add 2 reserve output for BatchNormGrad v1
|
5 years ago |
lizhenyu
|
7ddddc41a9
|
add FusedBatchNoramEx gpu kernel
|
5 years ago |
baihuawei
|
04f4be4818
|
fix gpu loss grad
|
5 years ago |
mindspore-ci-bot
|
f78086c40e
|
!4704 Bugfix for server start failed
Merge pull request !4704 from chengang/fix_ps_multi_worker
|
5 years ago |
cristoval
|
40a65e3878
|
bugfix for server crush
|
5 years ago |
baihuawei
|
772e14d00d
|
add categorical
|
5 years ago |
mindspore-ci-bot
|
2b4febb430
|
!4436 Refactor uniform ops in GPU context
Merge pull request !4436 from peixu_ren/custom_gpu
|
5 years ago |
mindspore-ci-bot
|
505b6b5a9b
|
!4699 NMS_GPU_Sorting_Mem Fix
Merge pull request !4699 from danishnxt/GPU_two
|
5 years ago |
linqingke
|
642d48e9dd
|
fix floordiv and iou ops.
|
5 years ago |
peixu_ren
|
5dd4933328
|
Refactor uniform ops in GPU context
|
5 years ago |
Peilin Wang
|
6719169a7f
|
added type support for atomic add and scatternd
fix ci
fix ci
|
5 years ago |