由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 请问blas3有何不同?
相关主题
直接用NR的源程序需要注意什么吗?Matlab C++ math lib的速度问题
求矩阵逆的算法Matlab莫名关闭,怎么回事儿?
Fast solver of linear equation systemShould I use C or matlab?
numerical recipe c++do you use blas/lapack?
有没有用Lapack的?请教一个计算速度的问题
请问怎样让一m长的向量和一mxn的矩阵相乘,仍为mxnlapack如何求解XA=B
mklman is by far the most grandious reference manual i've seen今天发现Matlab R2006版在laptop和desktop上结果不同
[合集] 这里有lapack用的比较熟悉的人吗?BLAS 矩阵相乘问题
相关话题的讨论汇总
话题: blas话题: level话题: blas3话题: operations话题: vector
进入Computation版参与讨论
1 (共1页)
a*****r
发帖数: 16
1
相比于blas1和blas2, 除了precision之外。
谢谢!
h***z
发帖数: 233
2
BLAS3 is usually used to refer to level 3 BLAS. BLAS routines are divided
into 3 levels based on the type of linear algebra operations handled:
Level 1 BLAS: vector-vector operations
Level 2 BLAS: matrix-vector operations
Level 3 BLAS: matrix-matrix operations

【在 a*****r 的大作中提到】
: 相比于blas1和blas2, 除了precision之外。
: 谢谢!

c*****t
发帖数: 1
3
速度。BLAS3是为数不多能发挥出CPU效率的的模块,很多机器的峰值浮点性能都是通过
GEMM来得到。
1 (共1页)
进入Computation版参与讨论
相关主题
BLAS 矩阵相乘问题有没有用Lapack的?
windows 下如何编译使用cblas请问怎样让一m长的向量和一mxn的矩阵相乘,仍为mxn
求QR分解求近似逆矩阵程序, 最好是C系列的mklman is by far the most grandious reference manual i've seen
有学矩阵计算和矩阵理论的同学看进来[合集] 这里有lapack用的比较熟悉的人吗?
直接用NR的源程序需要注意什么吗?Matlab C++ math lib的速度问题
求矩阵逆的算法Matlab莫名关闭,怎么回事儿?
Fast solver of linear equation systemShould I use C or matlab?
numerical recipe c++do you use blas/lapack?
相关话题的讨论汇总
话题: blas话题: level话题: blas3话题: operations话题: vector