期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
分布内存系统中节点间软流水优化技术
1
作者 陈莉 张兆庆 冯晓兵 《计算机科学》 CSCD 北大核心 2002年第11期24-28,共5页
Maximize parallelism and minimize communication overheads are important issues for distributed memory systems. Communication and data redistribution cannot be avoided even when considering global optimization of data ... Maximize parallelism and minimize communication overheads are important issues for distributed memory systems. Communication and data redistribution cannot be avoided even when considering global optimization of data distribution and computation decomposition. A new approach based on loop fusion is presented exploiting pipelining parallelism, thus communication overhead can be hidden and data redistribution can be avoided. This technique exploits pipelining from complex loop structures, which distinguishes itself from traditional pipelining techniques. Ex-periments show that the technique is superior to other optimizations. 展开更多
关键词 分布内存系统 软流水优化技术 数据存储 计算机 数据重分布
下载PDF
基于region的动态重用技术
2
作者 张可新 张兆庆 《计算机科学》 CSCD 北大核心 2003年第2期121-124,共4页
Empirical observations suggest that many instructions and groups of instructions having the same inputs,and producing the same outputs. Such instructions do not have to be executed repeatedly-their result can be obtai... Empirical observations suggest that many instructions and groups of instructions having the same inputs,and producing the same outputs. Such instructions do not have to be executed repeatedly-their result can be obtained from records where they have been saved previously. This paper proposes an approach that uses compiler technique to exploit reuse for instruction group. In this approach ,the compiler first identifies code regions whose computation can be reused during dynamic execution. For each region,a library routing is invoked before the instruction in the region is executed. The function of the library routes is to record several instances of the region execution,including input register values and output register values. When it is found that a region has an instance that can be reused,then all the instructions in the region can be skipped and hence improve the performance. 展开更多
关键词 REGION 动态重用技术 编译程序 编译器 计算机
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部