mindspore-ci-bot
ca7ec00c71
!4479 Fix gpu registration macro to work with type unsigned char
Merge pull request !4479 from Peilin/gpu-reg-macro-fix
5 years ago
Jonathan Yan
19d7488195
ROIAlignGrad kernel output size is wrong
5 years ago
Peilin Wang
7baf5352ca
allow unsigned char types during registration, convert char to unsigned char
fixed some bugs
fixed cpplint
fix cpplint
5 years ago
mindspore-ci-bot
c7b50bcdd2
!4251 adding type support for gpu kernels for EfficientNet
Merge pull request !4251 from Peilin/efficientnet
5 years ago
mindspore-ci-bot
a23dd7147a
!4246 add type support for gpu kernelsl for faster-rcnn
Merge pull request !4246 from Peilin/faster-rcnn-type-support
5 years ago
mindspore-ci-bot
01962afd23
!4024 Support half data type in ROIAlign/ROIAlignGrad Kernel
Merge pull request !4024 from JonathanY/roihalf
5 years ago
mindspore-ci-bot
c041f4a295
!4368 add fix to GPU-RandomChoiceWithMask
Merge pull request !4368 from 34bunny/GPU-RandomChoiceWithMask-fix
5 years ago
Peilin Wang
571094f473
added type support for transpose and maxgrad
fix pylint
addressed code review comment
5 years ago
Peilin Wang
3cb3a5c7d8
type support for faster rcnn gpu kernels
addressed code review comments
fix cpplint and pylint
trying to fix python ut
fix smoke test
5 years ago
TFbunny
17d01e838f
add fix to GPU-RandomChoiceWithMask (bitonicsort & testcase)
5 years ago
mindspore-ci-bot
1856fb6af1
!3800 add gpu multinomial backend
Merge pull request !3800 from baihuawei/multinomial-c
5 years ago
wilfChen
89ce0bdb78
maximumgrad
5 years ago
baihuawei
40748a30c7
add multinomial backend
5 years ago
ZPaC
1dcc34e785
Add GPU div kernel
5 years ago
mindspore-ci-bot
eb84ae4593
!4048 Fix broadcast, scatternd, reduce ops.
Merge pull request !4048 from linqingke/new_ops
5 years ago
mindspore-ci-bot
8040e8bf89
!4130 modify some bug and add test case for gpu dropout op
Merge pull request !4130 from hanhuifeng/gpu_dropout
5 years ago
mindspore-ci-bot
4554a80807
!4074 fix cumsum bug
Merge pull request !4074 from baihuawei/0806
5 years ago
hanhuifeng2020
ab6f7420b5
modify some bug and add test case for gpu dropout op
5 years ago
baihuawei
6053b85807
fix cumsum
5 years ago
linqingke
fb405ee6f4
broadcast, slice, scatter_nd ops optimizer.
5 years ago
mindspore-ci-bot
fea930f7aa
!4088 make gpu op Less to support int32
Merge pull request !4088 from TuDouNi/master
5 years ago
root
3b41023a6b
add int32 cal for less gpu
5 years ago
mindspore-ci-bot
8f17535045
!3831 CUDA - GPU MirrorPad New Op
Merge pull request !3831 from danishnxt/GPU_One
5 years ago
mamba_ni
96642a76fd
support cusolver AND OPS cholesky_solve
fix bug
clang-format
format fix
5 years ago
mindspore-ci-bot
779c668ab0
!3991 support updatethorgradient for resnet50 thor GPU
Merge pull request !3991 from mamba_ni/master
5 years ago
danish
081249b53f
commit 1 - mirror pad
commit 2
lint fix
lint fix 2
updated backprop + st test
test_file_fix
test_file_fix_2
fixed header_guards
comments addressed
clangFormatFix
5 years ago
Jonathan Yan
43094bf78e
suport half for roi align
5 years ago
CaoJian
c7403b5aea
fix AbsGrad bug
5 years ago
mamba_ni
c1dbc5a090
update thor gradient op
fix bug update thor gradient op
fix bug
fix format
fix format
fix docstring
fix ops docstring
change algo type
pylint
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
mindspore-ci-bot
55d280e777
!3608 Add gpu support for RandomChoiceWithMask
Merge pull request !3608 from 34bunny/GPU-RandomChoiceWithMask
5 years ago
mamba_ni
4fce4c7c34
support img2col for resnet50_thor GPU
primitive for im2col
fix bug
clang code format
clang format fix
fix pylint
fix license
delete useless code
5 years ago
mindspore-ci-bot
49ba473bcc
!3803 add gpu klDivLoss op
Merge pull request !3803 from baihuawei/loss
5 years ago
mindspore-ci-bot
51fcaf6e61
!3714 stridedslice/stridedslicegrad 4D to 7D
Merge pull request !3714 from panbingao/stridedslice
5 years ago
TFbunny
ad8a786b07
add GPU support to RandomChoiceWithMask
5 years ago
linqingke
d54fe5a60a
fix sgd bug.
5 years ago
mindspore-ci-bot
2449e4e7f1
!3760 Fix GPU-ResizeNearestNeighbor
Merge pull request !3760 from 34bunny/GPU-ResizeNearestNeighbor-fix
5 years ago
mindspore-ci-bot
e1f93ec28c
!3619 NMSWithMask - CUDA Impl
Merge pull request !3619 from danishnxt/GPU_One
5 years ago
mindspore-ci-bot
82b103a740
!3780 add gpu BinaryCrossEntropy
Merge pull request !3780 from baihuawei/losscuda
5 years ago
baihuawei
9eca56635d
add KLDiv loss
5 years ago
baihuawei
aa9ea1707c
add binary cross entropy
5 years ago
panbingao
e6335739d2
stridedslice/stridedslicegrad 4D to 7D
5 years ago
mindspore-ci-bot
dc765dd248
!3749 add BinaryCrossEntropy and KLDivLoss cuda code
Merge pull request !3749 from baihuawei/losscuda
5 years ago
TFbunny
075acf80b1
fix ResizeNearestNeighbor & add util.cuh to support atomicadd for half
5 years ago
baihuawei
2e8f37cc5d
add loss cuda
5 years ago
wilfChen
4d600e70f1
gpu layernorm
5 years ago
mindspore-ci-bot
f1a39a0f72
!3655 gpu support BroadcastTo kernel
Merge pull request !3655 from chenweifeng/broadcast_to
5 years ago
mindspore-ci-bot
773f8e5352
!3707 Gpu support LayerNorm kernel
Merge pull request !3707 from chenweifeng/LayerNorm
5 years ago
wilfChen
1eee3d6937
gpu layernorm
5 years ago
danish
a2ffc9530e
stuff added
box copying fix
common function for IOU
new sort func
final update + unit test
remove one comment
fix lintig -1
lint fix 2
lint fix 3
last lint fix
value fix in ST nms with mask
addressing comments
pylint fix
pylint fix 1
test file fix
5 years ago