[工学]Web_信息检索pc_chap1.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
[工学]Web_信息检索pc_chap1

多核计算机 把多个CPU及它们之间的拓扑链接封装到一个芯片上。 Crest –顶部 AMD与Intel双核架构的对比 AMD Opteron双核架构示意图 Intel 奔腾至尊版双核架构示意图 并行计算机 vs 多核的区别 (1) 共同点 Theoretical models, algorithm design and analysis, programming design skills, Parallel languages, interconnection, 不同点 Tools for program optimization for Multi-core are usually provided by makers. 多核与多处理机的区别 (2) 多处理机:把多个处理器通过网络互连形成一个新机器。可以是专用,也可以是通用。拓扑连接是改变的。。 多核:在过去单个处理器芯片上实现多个“执行核”。但这些执行核都有独立的执行命令集合和体系结构。这些独立的执行核+超线程SMT技术组成多核处理器。 基本概念 进程 (任务): 被单独说明的独立的程序模块。每个进程都有自己的地址空间,一个进程可以包含多个线程 线程: Thread:a stream of instruction/ sentence sequence. Multi-thread share the common address space 超线程 (hyper-Thread, similtaneous multi-Threads, SMT). Supporting OS and scheduling multi-threads at one CPU。 通过并行方式改进处理器的性能 2005+ Dual- and Multi-core 2-way SMP system 4 Cores 4 Threads 2001 Hyper-Threading 2-way SMP system 2 Cores 4 Threads 1995 Multi-processing 2-way SMP system 2 Cores 2 Threads 多核技术的发展 Cache Execution State State Bus Cache Execution State Bus Cache Execution State Bus Cache Execution State Bus Cache Execution State Bus Pentium 4 with HT Dual Xeon Processors Dual Core 2 Threads 1 Package 2 Threads 2 Packages 2 Threads 1 Package Two independent execution cores in the same processor 几种不同的技术 HT – Hyper Threading: 2 threads running on the same processor core 处理器上的某些资源会被共享 使用相同的缓存和运算器 DC – Dual Core: 2 execution cores in the same processor package 共享系统总线 与双处理器的性能相同 DP/MP – Dual/Multi-Processing: 2 or more processors in the same system 只共享系统总线,独立缓存 高性能,资源冲突少 双核技术 VS. 超线程技术 双核是真正意义上的双处理器 不会发生资源冲突 每个线程拥有自己的缓存、寄存器和运算器 一个3.2GHz Smithfiled在性能上并非等同于3.2GHz P4 with HT 的2倍 HT 使处理器的性能至少提升了1/3 双核的性能相当于2块 non-HT 处理器 双核技术与HT技术在性能上的对比 Ex 1: 两个floating point线程 (Smithfield client) 每个线程拥有自己的FPU, 没有资源冲突 尽管性能上没有提升太多,但仍然优于HT Ex 2: 一个integer线程与一个floating point线程 性能大幅度提升 没有资源冲突 Single core , With HT ( Eg. Pentium 4 Processor With HT ) Integer and Floating Point Threads L2 Cache and Control L2 Cache and Control L1 D-Cache and D-TLB Schedulers Integer Trace Cache Ren

文档评论(0)

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

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

1亿VIP精品文档

相关文档