Computer Architecture A Quantitative Approach 读书笔记chapter1-1

本文为《Computer Architecture A Quantitative Approach》第一章读书笔记,探讨了并行计算的两类——数据层次并行(DLP)和任务层次并行(TLP),及其四种主要实现方式:指令级并行、向量架构、线程级并行和请求级并行。文章介绍了SISD、SIMD、MISD和MIMD四种并行计算机模型,重点讨论了SIMD在现代处理器和GPU中的应用,并提出了关于SIMD计算单元数量的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

第一章,Fundamentals of Quantitative Design and Analysis

并行的各种分类

并行的种类分为两种。

其一。Data-Level Parallelism (DLP) 数据层次并行。

there are many data items that can be operated on at the same time.

其二.Task-Level Parallelism (TLP) 任务层次并行。

tasks of work are created that can operate independently and largely in parallel。

这两种并行又可以分为以下4种主要实现方式。

1.Instruction-Level Parallelism指令级并行,属于DLP数据并行。利用编译器来充分利用指令流水线pipeline,以及像指令预测这样的并行方式。

2.Vector Architectures 向量架构和GPU(图形处理单元)。这同样属于DLP的实现,这样的做法是将同样的指令应用到多个数据中实现并行。

3.Thread-Level Parallelism

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值