惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
B
Blog
月光博客
月光博客
博客园 - 【当耐特】
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
博客园 - Franky
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Last Week in AI
Last Week in AI
B
Blog RSS Feed
H
Help Net Security

博客园 - bullfinch

Notes of "The Unbridged Pentium 4" - Pentium 4 System Overview Notes of "The Unbridged Pentium 4" - Pentium 4 Road Map Notes of "The Unbridged Pentium 4" - Overview of the Processor Role Notes of "Pentium Processor System Architecture" - Pentium Signal Interface (part) Notes of "Pentium Processor System Architecture" - Mutiple Processors and the MESI Model Notes of "Pentium Processor System Architecture" - The Functional Units & Pentium Cache Overview Fedora Core 3 挂载FAT32分区以及中文显示和输入 摄像头设置事件 linux下安装HP NC6000无线网卡(HP W500) C#学习笔记(八) TreeView.AfterCheck和TreeNode.Checked赋值的问题 C#学习笔记(七) C#学习笔记(六) C#学习笔记(五) 图像中密集点群的定位 C#学习笔记(四) 中兴ZXDSL831立式蓝猫自动拨号+NAT+DHCP设置 关于变参(zz) C#学习笔记(三)
AMD Opteron Architecture related
bullfinch · 2005-05-12 · via 博客园 - bullfinch

Posted on 2005-05-12 19:19  bullfinch  阅读(389)  评论()    收藏  举报

  • Addresses and helps reduce the real challenges and bottlenecks of system architectures
  • Memory is directly connected to the CPU optimizing memory performance
  • I/O is directly connected to the CPU for more balanced throughput and I/O
  • CPUs are connected directly to CPUs allowing for more linear symmetrical multiprocessing

Integrated DDR DRAM Memory Controller

  • Changes the way the processor accesses main memory, resulting in increased bandwidth, reduced memory latencies, and increased processor performance
  • Available memory bandwidth scales with the number of processors
  • 128-bit wide integrated DDR DRAM memory controller capable of supporting up to eight (8) registered DDR DIMMs per processor
  • Available memory bandwidth up to 6.4 GB/s (with PC3200) per processor

以及


HyperTransport™ Technology

  • Provides a scalable bandwidth interconnect between processors, I/O subsystems, and other chipsets
  • Support of up to three (3) coherent HyperTransport links, providing up to 24.0 GB/s peak bandwidth per processor
  • Up to 8.0 GB/s bandwidth per link providing sufficient bandwidth for supporting new interconnects including PCI-X, DDR, InfiniBand, and 10G Ethernet
  • Offers low power consumption (1.2 volts) to help reduce a system’s thermal budget

两段,又去查了这两个技术的资料,HyperTransport的资料在www.hypertransport.org上,这个技术主要是提供更高的外部设备和CPU的连接带宽,而Direct Connect Architecture是无论如何也找不到其他资料了,只能凭这片语只字来猜测,是一种直连技术,将各种资源直接连接到处理器而不是通过总线互联。 根据Integrated DDR DRAM Memory Controller这个feature,AMD的确是把内存控制器集成到了芯片里面。这些资料可能各个硬件网站都已经很早就有了,只是我知道的比较晚,但是更进一步的资料,除了HyperTransport还有公开的以外,另两个都没有了。

最后,找到一个pdf,是Opteron和Xeon的对比,里面有架构的略图,放在下面:


这样看来,这个架构似乎已经没有了“总线”的概念,与我以前在系统结构上学习的架构已经有很大的区别了...不知道为什么反响不大...还有,如果这是一种很好的架构的话,为什么没有引起仿效。