计算机体系结构chapter06.pptx

  1. 1、本文档共89页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
计算机体系结构周学海mailto:xhzhou@xhzhou@0551国科学技术大学中国科学技术大学第6章 Data-Level Parallelism in Vector, SIMD, and GPU ArchitecturesSIMD的变体向量体系结构GPU计算机体系结构review: MultithreadingSimultaneousMultithreadingMultiprocessingSuperscalarFine-GrainedCoarse-GrainedTime (processor cycle)Thread 1Thread 3Thread 5Thread 2Thread 4Idle slot传统指令级并行技术的问题挖掘ILP的传统方法的主要缺陷: 提高流水线的时钟频率: 提高时钟频率,有时导致CPI随着增加 (branches, other hazards) 指令预取和译码: 有时在每个时钟周期很难预取和译码多条指令提高Cache命中率 : 在有些计算量较大的应用中(科学计算)需要大量的数据,其局部性较差,有些程序处理的是连续的媒体流(multimedia),其局部性也较差。IntroductionSIMD 结构可有效地挖掘数据级并行:基于矩阵运算的科学计算图像和声音处理SIMD比MIMD更节能针对每组数据操作仅需要取指一次SIMD对PMD( personal mobile devices)更具吸引力SIMD 允许程序员继续以串行模式思维SIMD Parallelism向量体系结构SIMD 扩展Graphics Processor Units (GPUs)For x86 processors:每年增加2cores/chipSIMD 宽度每4年翻一番SIMD潜在加速比是MIMD的2倍SupercomputersDefinition of a supercomputer:对于给定任务而言世界上最快的机器将计算密集型转化为I/O密集型的设备任何造价超过3千万美元的机器由Seymour Cray设计的机器CDC6600 (Cray, 1964) 被认为是第一台超级计算机`CDC 6600 Seymour Cray, 1963A fast pipelined machine with 60-bit words128 Kword main memory capacity, 32 banksTen functional units (parallel, unpipelined)Floating Point: adder, 2 multipliers, dividerInteger: adder, 2 incrementers, ...Hardwired control (no microcoding)Scoreboard for dynamic scheduling of instructions Ten Peripheral Processors for Input/Outputa fast multi-threaded 12-bit integer ALUVery fast clock, 10 MHz (FP add in 4 clocks)400,000 transistors, 750 sq. ft., 5 tons, 150 kW, novel freon-based technology for coolingFastest machine in world for 5 years (until 7600)over 100 sold ($7-10M each)3/10/2009IBM Memo on CDC6600Thomas Watson Jr., IBM CEO, August 1963: “Last week, Control Data ... announced the 6600 system. I understand that in the laboratory developing the system there are only 34 people including the janitor. Of these, 14 are engineers and 4 are programmers... Contrasting this modest effort with our vast development activities, I fail to understand why we have lost our industry leadership position by letting someone else offer the worlds

文档评论(0)

didala + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档