Commit Graph

5 Commits

Author SHA1 Message Date
dayschan 7599686a72 GraphKernel supports multi-output kernels 2020-09-30 09:27:44 +08:00
lingyunli63 dd48f10c3d add assign ops in composite_topi 2020-09-28 10:20:53 +08:00
root 4e85071055 redundant codes clean 2020-09-22 17:08:09 +08:00
Gaoxiong 1cb8b803f9 update usage info 2020-09-19 17:50:17 +08:00
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.
2020-09-09 17:46:50 +08:00