- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
高性能处理器体系结构ThreadLevelarallelArchitectureTL导论
* * 下一代通用处理器体系结构主流面貌:概念 P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M P P M M 向量处理(DLP) GUI(ILP) 网络处理 (TLP) 冗余资源 字处理(ILP) 流水处理(ILP) 2005年出原型系统,2010年成为主流系统 可扩展自适应多型处理器(Scalable Adaptive Polymorphous Processors, 简称SAPP)芯片体系结构 多型 + 多处理器 + 资源配置可重构 * * 下一代通用处理器体系结构主流面貌:特征 多型性(适应广泛的应用类型) ILP,TLP,MLP,DLP 可扩展性(模块化/分布化设计) 克服线延迟问题 易于实现分布的时钟控制 低功耗 减少设计/验证/测试时间 自适应性(底层硬件粗粒度可重构) 可编译的结构,有效地匹配结构资源和应用特征,提高资源的利用率 多个处理器内核模块的集合:需要什么样的内核? RISC,DSP,ASIC,ASIP,图形芯片? 大量的片上局部存储器:需要什么样的局部存储器? 互联和I/O:优化何种并行性?如何平衡结构资源? 处理器边: DLP(加速多媒体),TLP(加速OLTP),ILP(加速控制流) 存储器边:部分局部存储器,一组局部存储器 * * 下一代通用处理器体系结构主流面貌:期望 性能 结构资源(计算,存储和通信)有效地匹配应用特征 单芯片性能提高能与目前的专用设计媲美:10倍? 可编程性 适应所有重要的应用 易于使用和编译:在高级语言级写代码,由编译器自动并行化 成本和复杂性 由简单设计(大量复制相同的简单结构)构成复杂设计 一次设计,多个实现 功率 最小化无用功 功率均匀分布 可靠性 冗余设计,提高可靠性 CS258 S99 * CS258 S99 * Coarse-grained: when the pipeline is stalled, the thread is switched out and a new thread is put into execution * * Analysis of the ILP Limit What Went Wrong? Preserving sequential semantics while reordering instructions is hard--esp. in hardware Limits to reordering Branches:control flow limit loads and stores:data flow limit * * Enter Multithreading Observation: many tasks are divisible into multiple threads but, requires a different coding style These threads are independent except for the dependencies you put in Executing multiple threads allows you to fill wide execution units without the hardware dependency checking! Additional benefit: latency hiding * * Cost of Multithreading Hardware cost a copy of PC, register file cache pollution issues …… Software cost need to write for a multithreaded paradigm synchronization issues pushed up into the user domain …… * * Program execution model for multithreaded machines Program execution models for multithreaded machines includes: The thread model: how to divide/break program into finer-level threads The memory model The support of a shared space addressing The support of memory consi
文档评论(0)