dayschan
f429fe7888
Decouple GraphKernel ops from akg op register
1. Extract op info from AnfNode when generating composite operators.
2. Ignore the op register info when selecting kernel.
3. Update akg submodule.
4. Remove akg gpu op registers that added for GraphKernel.
5. Add an interface `IsNodeInGraphKernel` into `AnfRuntimeAlgorithm`, next to the `IsGraphKernel`.
6. Sort included fils for the clang-format rule is changed.
TODO: Remove the json generator in GraphKernelExpander, it's ok to call this interface.
5 years ago
VectorSL
5c0c363c66
gpu reshepe add type
5 years ago
mindspore-ci-bot
c7e217a6ab
!7364 fix bugs of op Slice, ROIAlign, PReLU, Transpose, SSIM and ResizeBilinear etc.
Merge pull request !7364 from lihongkang/v2_master
5 years ago
jzg
2c6a9c8486
add fake-quant operators.
5 years ago
lihongkang
0bf0862112
fix bugs
5 years ago
mindspore-ci-bot
cfb131b844
!7030 add Meshgrid ops for aicpu
Merge pull request !7030 from yanzhenxiang2020/br_meshgrid
5 years ago
mindspore-ci-bot
4beb4de5fe
!7183 fix symmetric bug in FakeQuantPerChannel op
Merge pull request !7183 from yuchaojie/quant2
5 years ago
mindspore-ci-bot
f427a47c81
!7168 fix bugs of op DynamicRNN, LayerNorm, ReduceAny and Neg
Merge pull request !7168 from lihongkang/v2_master
5 years ago
yuchaojie
8d54651b2b
fix symmetric bug in FakeQuantPerChannel op
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
lihongkang
a3120501a3
fix bugs
5 years ago
yanzhenxiang2020
d241e9c4af
add Meshgrid ops for aicpu
5 years ago
mindspore-ci-bot
c12d48c727
!6933 add gatherD, identity op
Merge pull request !6933 from wuxuejian/new_op
5 years ago
liuxiao93
34e6368d05
move inner.DynamicRNN to P.DynamicRNN.
5 years ago
wuxuejian
8de76849ed
add gatherD, identity op
5 years ago
fangzehua
a822966300
add cache ops for cpu and aicpu
5 years ago
lingyunli63
dd48f10c3d
add assign ops in composite_topi
5 years ago
mindspore-ci-bot
55be3c42a5
!5875 Add IFMR op for new backend.
Merge pull request !5875 from liuxiao93/IFMR-OpenSource-new-backend
5 years ago
root
4e85071055
redundant codes clean
5 years ago
liuxiao93
0e02df812a
Add IFMR op for new backend.
(cherry picked from commit 17a5995e97 )
5 years ago
mindspore-ci-bot
7e9a16de3b
!6542 GPU equal add types
Merge pull request !6542 from VectorSL/equal-type
5 years ago
VectorSL
4eb9f507bc
equal like kernel support int8 and fp64
5 years ago
lihongkang
aae0648777
fix bugs
5 years ago
mindspore-ci-bot
fec931c65d
!6333 add padding grad op
Merge pull request !6333 from wuxuejian/padding_grad
5 years ago
wuxuejian
e893368fae
add padding grad op
5 years ago
mindspore-ci-bot
74255d9faf
!6356 improve maskrcnn precision and performance
Merge pull request !6356 from gengdongjie/master
5 years ago
zhangz0911gm
de2a458e7c
fixing pylint for operators
5 years ago
gengdongjie
33d8fd8602
improve maskrcnn precision and performace
5 years ago
jin-xiulang
5873614b86
Refactoring laplace random operator.
5 years ago
yanzhenxiang2020
c6db808bbf
fix aicpu ut
5 years ago
mindspore-ci-bot
b83d921735
!3317 add check for stridedslice when choose aicpu or aicore
Merge pull request !3317 from zhangbuxue/add_check_for_stridedslice_when_choose_aicpu_or_aicore
5 years ago
mindspore-ci-bot
c84523a437
!6168 dynamic_rnn for new backend opensource.
Merge pull request !6168 from liuxiao93/DynamicRNN-new-backend
5 years ago
liuxiao93
dd5e4c9f9a
dynamic_rnn for new backend opensource.
5 years ago
zengzitao
a38d6139fa
fused select and greater op to improve bert perfermance on GPU
5 years ago
liuxiao93
7235dca0e3
Add ExtractImagePatches for new backend.
5 years ago
buxue
08059f5c61
add check for stridedslice when choose aicpu or aicore
5 years ago
mindspore-ci-bot
7b3873559f
!5883 support for frac_zn_lstm
Merge pull request !5883 from liubuyu/master
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago
liubuyu
23a298ca81
support new format frac_zn_lstm
5 years ago
wuxuejian
bd527a331d
update aicpu proto and update module: graphengine
Support Dynamic Shape Aicpu Run Package
adapt tensorengin modify, fix ub fusion
5 years ago
lihongkang
8b9c6a3527
fix bugs and add register info
5 years ago
liuxiao93
4c99f4f649
Add EditDistance op for GE.
5 years ago
chenzomi
bb125cb309
change unsupport to unsupported
5 years ago
liuxiao93
68d9faf766
Add ops ReverseSequence for GE.
Adapter some op-info for VM.
5 years ago
mindspore-ci-bot
64b0feb7a2
!4315 support int8, int16, bool types for akg ops GPU
Merge pull request !4315 from JonathanY/akg_ops
5 years ago
Jonathan Yan
e0528615e3
int16 uint8 bool supported akg ops
5 years ago
jonyguo
4964f7703a
Merge branch 'master' into code_sync_incubator_f3c32baf_to_master_fcfc75a3_0811
5 years ago
fangzehua
abdd44dcf3
resize_nearest and bbox
5 years ago
mindspore-ci-bot
d52675e2cb
!4147 GPU update cast type
Merge pull request !4147 from VectorSL/gpu-update-cast
5 years ago
VectorSL
b0a6346b54
gpu update cast type
5 years ago