Can not find _dgemmt #4410
-
OpenBLAS provides the implementation of blas and lapack. I don't want scalaback to use the built-in blas library when compiling. Is there a solution? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Which version of Scalapack are you trying to compile ? As far as I know, you can tell it to use OpenBLAS at build time like |
Beta Was this translation helpful? Give feedback.
-
use "nm -D libopenblas.so", can see dgemm_. |
Beta Was this translation helpful? Give feedback.
-
GEMMT is a BLAS extension that performs the same operation as GEMM but only updates the upper or lower triangular part of the matrix. In OpenBLAS, this is only provided starting from version 0.3.23 - which release are you trying to use ? |
Beta Was this translation helpful? Give feedback.
GEMMT is a BLAS extension that performs the same operation as GEMM but only updates the upper or lower triangular part of the matrix. In OpenBLAS, this is only provided starting from version 0.3.23 - which release are you trying to use ?