- 1、本文档共28页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
第1章 多核体系结构
这样的计算机能够进入办公室、车间和家庭?当时有的科学家认为全世界只要4台ENIAC 目前,全世界计算机不包括微机在内有几百万台,微机总量约6亿台,每年由计算机完成的工作量超过4000亿人年工作量 摩尔定律:集成电路芯片的集成度每三年提高4倍,而加工特征尺寸缩小 倍,这就是摩尔定律 Moore’s Law … Continues to Power the Net Intel 处理器架构 双核处理器--微架构 Intel 8核心处理器-2009 Intel处理器发展 线程 线程是程序中一个有序的控制流 线程是被执行的指令序列 进程 Vs 线程 单芯片多处理器 (CMP) 将多个处理器集成在一个芯片上 4.多核处理器的架构与并行化程序设计 多核处理器将两个甚至更多的独立执行核嵌入到同一个处理器内部 在多核平台上,采用多线程可以实现真正意义上的并行 多核处理器主要采用多线程进行并行化程序设计 5.本章小结 回顾计算能力的提升历程 多线程技术的原理 单核平台下多线程技术存在的问题 多核处理器体系结构以及其上的并行化程序设计 Explain the concept of a process. Modern operating systems load programs as processes. To the operating system, processes have two roles: resource holder and execution unit. Resource holder refers to the job of the process to hold memory, instruction pointers, file pointers, and other system resources assigned to the process. A thread is a single sequential flow of control within a process. Therefore, an execution unit is the thread that processes the program instructions and utilizes the resources. When the process is terminated, all resources are returned to the system. In addition, any active threads that might be running are terminated and the resources assigned to them, such as stack and other local storage, are returned to the system. Clarify their queries (if any) related to this slide. Neusoft Institute of Information * IT Education Training Neusoft Institute of Information Date: 25. Feb 2005 IT Education Training * 大连东软信息学院 多核编程课程组 多核编程 第一台通用电子计算机:ENIAC Electronic Numerical Integrator and Calculator 1946年2月14日 Moore School,Univ. of Pennsylvania 18,000个电子管组成 大小:长24m,宽6m,高2.5m 速度:5000次/sec;重量:30吨; 功率:140KW;平均无故障运行时间:7min 2003 2001 Production ready 0.13μm Gate width Source: Intel 2005 65nm 2009 32nm 2007 45nm 70nm 30nm 20nm 15nm Raised Source / Drain 30nmSilicon Oxide Gate High-k Gate Dielectric Terahertz Transistor Structure Fully Depleted Channel 90nm 0.35μm 0.25μm 0.18μm 1999 1997 1995 .13mm 50nm .20mm .35mm 引言 多核处理器发展历程 同时多线程 双核处理器 多核处理器 指令级并行 数据级并行 线程
文档评论(0)