h***z 发帖数: 233 | 1 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 |
|
c*****t 发帖数: 1 | 2 速度。BLAS3是为数不多能发挥出CPU效率的的模块,很多机器的峰值浮点性能都是通过
GEMM来得到。 |
|
a*****r 发帖数: 16 | 3 相比于blas1和blas2, 除了precision之外。
谢谢! |
|