lingyunli63
a500a57c72
add GraphkernelCSE
5 years ago
tronzhang
c32bf5ac28
promote complex tensor as graph's input and recorrect getitem index for graph kernels fusion.
5 years ago
dayschan
7599686a72
GraphKernel supports multi-output kernels
5 years ago
dayschan
3c2da3197f
Fix review_bot and codedex problems
5 years ago
Gaoxiong
301a9c4e88
akg json creation bugfix
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
HuangBingjian
0377deb3e4
Remove unused header file definitions
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
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
Zhang Qinghua
6c65eac151
Remove useless function declaration in backend
5 years ago
liubuyu
195f04e50e
compile the core directory into a separate static library
5 years ago
Zhang Qinghua
22e0a0ba76
Decouple ME and AKG for GPU.
5 years ago
mindspore-ci-bot
52689a7dcf
!3938 decoupling core and context
Merge pull request !3938 from liubuyu/master
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
Zhang Qinghua
89f34017dd
Decouple ME and AKG for Ascend.
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
VectorSL
aef2c1984e
cast support more types
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago