Hi there,
Oour company has used LAPACK in our Fortrain application. I don't know much about LAPACK and the person who implemented LAPACK source files
into our fortran code is not here anymore. Recently, I started to check if we can improve our application computational speed. Then I found out PLASMA, which I think may increase our application performace. We want to implement PLASMA in our source code.
I have some very basic questions:
(1) our current source code contains the following CGETF2,CGETRF,CGETRS,XERBLA,CGERU,CTRSM, CSCAL, and CSWAP from LAPACK.
According to what I read, I need optimized BLAS to achive the performance, eg Intel MKL. However, intel MKL does not have highly optimized source codes available for CSCAL, CSWAP, CGERU, and CTRSM. Do you know where I can find source codes for optimized BLAS?
(2) I also download source codes from plasma 2.0.0. There are several folders insde.Where are LAPACK's equivalent source codes of CGETF2, CGETRF and CGETRS?
Many thanks, Maria
