fangzehua
a5e88c23b0
fix 4 issue
5 years ago
changzherui
22336c0843
sync 0807 code to ms-incubator
5 years ago
mindspore-ci-bot
aa65cbf733
!3846 Add TBE op SquaredDifference\Xdivy\Xlogy for VM.
Merge pull request !3846 from liuxiao93/Add-ops-SeluSquaredDifference
5 years ago
liuxiao93
374b7b8583
Add TBE op SquaredDifference for VM.
5 years ago
fangzehua
a80432f08e
add 4 grad ops
5 years ago
peixu_ren
374772035a
Refactor random uniform ops and complete gamma and poisson
5 years ago
mindspore-ci-bot
025937b4c8
!3547 fix serving core dump problem
Merge pull request !3547 from wangcong/branch_07/27
5 years ago
zongha
1c8eb5910b
for bert_thor 1st
for bert_thor 2nd
for bert_thor 3rd
for bert_thor 4th
5 years ago
wangcong
cb27b63fac
fix serving core dump problem
5 years ago
mindspore-ci-bot
568da0d510
!3425 fix avgpoolgrad
Merge pull request !3425 from fangzehua/avgpool
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
mindspore-ci-bot
21edd691de
!3247 Add 13 akg/ascend op registers
Merge pull request !3247 from DeshiChen/0720_akg_registers
5 years ago
fangzehua
228a959cc7
add reduce any op for vm
5 years ago
liuxiao93
e924c56c49
Add register information of BNInference.
5 years ago
dayschan
7304efe16e
Add 13 akg/ascend op registers
AddN/Equal/GreaterEqual/Less/LessEqual/Log/Neg/Pow/Reciprocal/ReduceMax/ReduceMin/ReduceSum/Square.
5 years ago
yanzhenxiang2020
a536b68c84
add FusedSparse(Adam/LazyAdam/Ftrl/ProximalAdagrad) for aicpu
5 years ago
ZPaC
0bc74f28c5
Enable get rank id and size by group
5 years ago
mindspore-ci-bot
37cc6e2628
!3175 add ScatterNdAdd ScatterNdSub ScatterNonAliasingAdd ops
Merge pull request !3175 from fangzehua/scatter_add_vm
5 years ago
fangzehua
dde74b227c
add 5 vm op
5 years ago
VectorSL
90f15df037
add int64-->fp16 and update conv pad
5 years ago
mindspore-ci-bot
fd9619bbf1
!3158 Add akg op registers abs/exp for Gelu/GeluGrad.
Merge pull request !3158 from DeshiChen/0717_regop_gelu
5 years ago
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
5 years ago
mindspore-ci-bot
8dcd1b5c7c
!264 add padding op
Merge pull request !264 from wuxuejian/padding_op
5 years ago
mindspore-ci-bot
43567f9b9f
!3147 add RNNTLoss and RandomCategorical ops for aicpu
Merge pull request !3147 from yanzhenxiang2020/add_rnnt_cate_open.new
5 years ago
mindspore-ci-bot
11732f0ea2
!3135 GPU cast support more type
Merge pull request !3135 from VectorSL/cast2
5 years ago
yanzhenxiang2020
2ae6dfe95a
add RNNTLoss and RandomCategorical op for aicpu
6 years ago
dayschan
2156fa2e63
Add akg op registers abs/exp for Gelu/GeluGrad.
5 years ago
yanghaoran
4e53cabfd8
synchronize latest Ascend Software suite 17 Jul 2020
5 years ago
VectorSL
aef2c1984e
cast support more types
5 years ago
wuxuejian
c713382798
add Padding op
5 years ago
mindspore-ci-bot
eeba046115
!3050 Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
Merge pull request !3050 from liuxiao93/Tan/TruncateDiv/TruncateMOd
5 years ago
changzherui
f4cb445ea8
syn code for 0715
5 years ago
mindspore-ci-bot
a661545d49
!265 Synchronize Ascend software suite 07 Jul 2020
Merge pull request !265 from yanghaoran/incubator
5 years ago
liuxiao93
380a57f3c1
Adapt ApplyCenteredRmsProp.
5 years ago
yanghaoran
daa0ddd275
add input1 to avgpool
5 years ago
peixu_ren
ac561f2956
Refactor random normal op
5 years ago
dayschan
908539754a
remove useless op registers of akg
5 years ago
liuxiao93
c772b9e291
Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
5 years ago
dayschan
78f35814d5
Refactor the akg op registers.
Since akg supports both Ascend and Gpu, but their supported type and format are different,
so we use two directory "ascend" and "gpu" to store their registers respectively, and use
an attribute "processor" to distinguish them.
Main changes:
1) Add two op register class "AkgAscendRegOp" and "AkgGpuRegOp", inherited from the original AkgRegOp.
2) Rewrite akg ascend op registers with new interface, move them into directory "ascend".
3) Rename the imply_type from "AutoDiff" to "AKG".
4) Modify function FindOp, check the processor when imply_type is "AKG".
5) Modify function CheckRepetition, remove the judgement for impl_path, check processor instead.
TODO: Remove op registers in akg root path.
5 years ago
liuxiao93
d74d2608cb
Add attr in ROIAlign.
5 years ago
jiangjinsheng
f2995876a3
add ops TensorMove
5 years ago
peixu_ren
d68e44fa93
Fix bug in strided slice MS interface
5 years ago
mindspore-ci-bot
5baae2ebd0
!2884 Add TBE op UnsortedSegmentProd for VM.
Merge pull request !2884 from liuxiao93/UnsortedSegmentProd
5 years ago
liuxiao93
2b0ecfd2b1
Add TBE op UnsortedSegmentProd for VM.
5 years ago
jiangjinsheng
a3565a75d1
vm for ParallelConcat
5 years ago
changzherui
17da929b82
syn code 0706
5 years ago
mindspore-ci-bot
3d377c51b9
!2839 support vm for PopulationCount
Merge pull request !2839 from jiangjinsheng/vm_population_count
5 years ago
liuwenhao4
5897793b01
Fixing some tiny mistake of InplaceAdd, InplaceSub and InplaceUpdate vm ops and apply new character of dynamic format
5 years ago
jiangjinsheng
ee7aef98df
vm for PopulationCount
5 years ago