首页 | 本学科首页   官方微博 | 高级检索  
     

EDGE结构上一种通过超块重组加速单线程应用的方法
引用本文:魏学超,安虹,毛梦捷.EDGE结构上一种通过超块重组加速单线程应用的方法[J].小型微型计算机系统,2012(10):2249-2254.
作者姓名:魏学超  安虹  毛梦捷
作者单位:中国科学技术大学计算机科学与技术学院
基金项目:国家自然科学基金项目(60970023)资助;国家“九七三”重点基础研究发展计划项目(2011CB302501)资助;国家“八六三”高技术研究发展计划项目(2012AA010902,2012AA010901)资助;国家科技重大专项项目(2009ZX01036-001-002,2011ZX01028-001-002-3)资助
摘    要:Explicit Data Graph Execution(EDGE)ISA是一种专门为类数据流驱动的分片式众核处理器而设计的指令集体系结构.相较于传统的采用控制流驱动的处理器,EDGE结构以超块(Hyperblock)而不是单个指令作为其执行单位,在超块内部实现数据流执行,超块之间按照推测序保持控制流执行,有利于挖掘指令级并行性.但是,EDGE编译器按照程序的串行执行顺序组织超块,超块间和超块内部受限于数据依赖,削弱了整个程序运行时的潜在数据级并行性和线程级并行性,不利于发挥EDGE分片式结构的优势.本文通过分析EDGE编译器超块组织的特点,结合EDGE结构特有的执行模型,提出一种普适性的超块组织框架来模拟EDGE结构上多线程运行的效果,进一步挖掘EDGE结构运行串行单线程程序时的指令级并行性.本文选用TRIPS微处理器作为EDGE结构的实例处理器,利用矩阵乘法等三个实验验证了我们所提出的框架的可行性,实验结果表明这些应用在TRIPS上获得了较好的性能提升.

关 键 词:众核处理器  EDGE  线程级并行性  超块  TRIPS

Framework to Accelerate Single-threaded Applications by Hyperblock Reformation on EDGE Architectures
WEI Xue-chao,AN Hong,MAO Meng-jie.Framework to Accelerate Single-threaded Applications by Hyperblock Reformation on EDGE Architectures[J].Mini-micro Systems,2012(10):2249-2254.
Authors:WEI Xue-chao  AN Hong  MAO Meng-jie
Affiliation:(Department of Computer Science and Technology,University of Science and Technology of China,Hefei 230027,China)
Abstract:Explicit Data Graph Execution(EDGE) ISA is specially designed for distributed multi-core processors.EDGE architectures take Hyperblocks,composed of EDGE instructions,as their execution elements rather than individual instructions.Programs are executed in intra-block data-driven model and speculatively in inter-block control flow order.These two features are beneficial for exploiting programs’ instruction level parallelism(ILP).However,EDGE compiler partitions a program into blocks in sequential order,which probably weakens the potential data level parallelism(DLP) and thread level parallelism(TLP) of run-time programs.Considering the specified execution models of EDGE architectures,this paper analyzes how compiler generates Hyperblocks,then proposes a general framework,in which we adopt a new approach to form Hyperblocks,in order to make single-threaded programs run in a multithreading way,eventually further exploiting single-threaded programs’ ILP.The paper at last uses three experiments,one of which is matrix multiplication,to validate our framework’s effectiveness and generality.Experiment results show that the TRIPS microarchitecture-an EDGE prototype-can obtain high performance when running these applications.
Keywords:multi-core processor  EDGE  instruction level parallelism  TRIPS  Hyperblock
本文献已被 CNKI 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号