From 3cf32f27a6f6385d78008a68ef2d68bc48b9725f Mon Sep 17 00:00:00 2001 From: ywx998152 <1003254035@qq.com> Date: Thu, 18 Feb 2021 11:31:03 +0800 Subject: [PATCH] ci test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e6f4840..c5ece7c6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ - Subgraph optimization - Different optimizer interfaces are called due to different engines that each sub-graph belongs to. To thoroughly utilize the calculation ability of the CUBE module in AICORE, A novel data layout format for faster hardware fetch is applied and the transition between normal 4D to this special format is performed in this stage. Such an operation guarantees less data handling between RAMs and CUBEs. Certain combination of operators is fused into a single big operator to further reduce the computation costs. This fusion is carried out in this stage as well. + Different optimizerA interfaces are called due to different engines that each sub-graph belongs to. To thoroughly utilize the calculation ability of the CUBE module in AICORE, A novel data layout format for faster hardware fetch is applied and the transition between normal 4D to this special format is performed in this stage. Such an operation guarantees less data handling between RAMs and CUBEs. Certain combination of operators is fused into a single big operator to further reduce the computation costs. This fusion is carried out in this stage as well. - Graph compilation & Graph loading