libflame icon indicating copy to clipboard operation
libflame copied to clipboard

High-performance object-based library for DLA computations

Results 34 libflame issues
Sort by recently updated
recently updated
newest added

Details: * Follow the CPU logic to support CONJUGATE_NO_TRANSPOSE where an intermediate buffer is allocated, the matrix is copied into it, and the imaginary part of the complex number is...

CentOS-7.6 GCC-7.3 libflame-3.0.1 https://github.com/amd/libflame ./configure --prefix=/usr/local/libflame --enable-lapack2flame --enable-cblas-interfaces --enable-max-arg-list-hack make -j The error is as follows,What is the reason: Compiling src/lapack/util/app/qutinc/lhfc/flamec/FLA_Apply_Q_UT_inc_lhfc_blk_var1.c Compiling src/lapack/util/app/qutinc/lnfc/flamec/FLA_Apply_Q_UT_inc_lnfc_blk_var1.c Archiving lib/x86_64-unknown-linux-gnu/libflame.a ar: @lib/x86_64-unknown-linux-gnu/libflame.a.in: No such file...

I was wondering if the constructed library `libflame.so` also provides **LAPACKE** symbols in addition to **LAPACK** symbols? Given that this is a C library, it makes sense to have both....

``` Compiling src/lapack/util/app/qutinc/front/flamec/FLASH_Apply_Q_UT_inc.c Compiling src/lapack/util/app/qutinc/front/flamec/FLASH_Apply_Q_UT_inc_create_workspace.c Compiling src/lapack/util/app/qutinc/front/flamec/FLA_Apply_Q_UT_inc_internal.c Compiling src/lapack/util/app/qutinc/front/flamec/FLA_Apply_Q_UT_inc_lhfc.c Compiling src/lapack/util/app/qutinc/lnfc/flamec/FLA_Apply_Q_UT_inc_lnfc_blk_var1.c Compiling src/lapack/util/app/qutinc/lhfc/flamec/FLA_Apply_Q_UT_inc_lhfc_blk_var1.c Compiling src/lapack/util/app/qutinc/front/flamec/FLA_Apply_Q_UT_inc_lnfc.c Archiving lib/x86_64-unknown-linux-gnu/libflame.a make: execvp: /usr/bin/env: Argument list too long make: *** [Makefile:542: lib/x86_64-unknown-linux-gnu/libflame.a] Error 127...

Dear libflame developer, I aim to compute a series of LU factorisation and solves of dense matricies (basically using dgetrf and dgetrs calls from LAPACK). A minimal example with a...

Hi, There is a crash observed when libflame API **DGESDD** is invoked for the attached dataset. Size 143x143. The computation is resulting in denormal numbers and finally crash occurs. [dgesvd_143t.txt](https://github.com/flame/libflame/files/5446094/dgesvd_143t.txt)...

Hello I would like to use the lapack method: dsyevr In the flame implementation there is a method **dsyevr_** which takes all arguments as pointers (unlike the original lapack method)....

The existing examples are so old and contains some un-expected library dependencies like in `examples/Gemm` folder.

It would be nice, especially for big problems, if there was a callback progress routine for the LAPACK functions (comparable to the mkl_progress function of the Intel MKL) to be...