天天看点

《高性能科学与工程计算》—— 导读

《高性能科学与工程计算》—— 导读

前  言

目  录

[第1章 当代处理器

<a href="https://yq.aliyun.com/articles/120408">1.2 基于高速缓存的通用微处理器体系结构</a>

<a href="https://yq.aliyun.com/articles/120416">1.3 存储层次</a>

<a href="https://yq.aliyun.com/articles/120422">1.4 多核处理器</a>

<a href="https://yq.aliyun.com/articles/120426">1.5 多线程处理器</a>

<a href="https://yq.aliyun.com/articles/120435">1.6 向量处理器</a>

<a href="https://yq.aliyun.com/articles/120439">习题</a>

[第2章 串行代码基本优化技术

<a href="https://yq.aliyun.com/articles/120449">2.2 优化常识</a>

<a href="https://yq.aliyun.com/articles/120456">2.3 小方法,大改进</a>

<a href="https://yq.aliyun.com/articles/120460">2.4 编译器作用</a>

<a href="https://yq.aliyun.com/articles/120464">2.5 c++优化</a>

<a href="https://yq.aliyun.com/articles/120467">习题</a>

[第3章 数据访存优化

<a href="https://yq.aliyun.com/articles/120517">3.2 存储顺序</a>

<a href="https://yq.aliyun.com/articles/120522">3.3 案例分析:jacobi算法</a>

<a href="https://yq.aliyun.com/articles/120533">3.4 案例分析:稠密矩阵转置</a>

<a href="https://yq.aliyun.com/articles/120543">3.5 算法分类和访存优化</a>

<a href="https://yq.aliyun.com/articles/120552">3.6 案例分析:稀疏矩阵向量乘</a>

<a href="https://yq.aliyun.com/articles/120555">习题</a>

继续阅读