搜索资源列表
as
- 图像处理中用来显示矩阵测试矩阵操作从缓存给矩阵赋值-Image processing to display the test matrix matrix operations from cache to the assignment matrix
PerformanceTuningExample
- 关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。 -On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchan
SSE-optimization
- 给出一个矩阵优化的例子,其中包含了cache优化以及SSE优化的代码-Gives the example of a matrix optimization, which includes cache and SSE optimized code optimization
matrix
- c++数学应用的矩阵类, buffer 为矩阵数据缓存器类, matrix 为矩阵类。-c++ Matrix class of mathematical applications , buffer cache for the data matrix class matrix for the matrix class
matrix_pthread
- 2000*2000 矩阵相乘的优化,包括高速缓存优化+多线程-2000* 2000 matrix multiplication optimization, including cache optimization+ multi-threaded
Matrix
- 一个旋转的网格,适合初学者学习如何在D3D旋转,绘制三角形,以及顶点缓存-A rotating grid, suitable for beginners to learn how to rotate in D3D, draw a triangle, and vertex cache
AudioResamplerSinc
- A good optimization would be to transpose this matrix, to take better advantage of the data-cache.
ICS cachelab-handout
- 缓存模拟器实验,cache simulator and matrix transpose practice
cachelab-handout.tar
- CMU经典课程CSAPP的第五个lab,第一部分为编写高速缓存,第二部分为设计程序使矩阵转置的缓存命中率达到要求。满分源码,仅供参考。-The fifth lab CMU classic courses CSAPP, the first part is written in the cache, the second part is a program designed to enable the cache hit rate matrix transpose meet the requirem