|
|
|
|
|
General Matrix MultiplyThe General Matrix Multiply (GEMM) is a subroutine in the Basic Linear Algebra Subprograms (BLAS) which performs matrix multiplication. This includes: - SGEMM for single-precision,
- DGEMM for double-precision,
- CGEMM for complex single-precision, and
- ZGEMM for complex double-precision.
GEMM is often tuned by High Performance Computing vendors to run as fast as possible, because it is the building block for so many other routines. It is also the most important routine in the LINPACK benchmark.
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|