News
Displaying 6-10 of 18 Entries
PLASMA 2.5.1 Release
2013-07-05

PLASMA 2.5.1 has been released and contains new algorithms to compute eigenvectors, LU factorization with tournament pivoting and QR rank revealing.

Read more...

PLASMA 2.5.0 Beta 1 Release
2012-11-14

PLASMA 2.5.0b1 has been released and contains new algorithms to compute condition estimators for general and positive definite cases.

Read more...

PLASMA 2.4.6 Release
2012-08-21

PLASMA 2.4.6 has been released and contains new algorithms to compute eigenvectors in symmetric/hermitian cases as well as in generalized problems.

 

Read more...

PLASMA 2.4.5 Release
2011-11-22

PLASMA 2.4.5 has been released.

This package contains:

  • Add  LU  inversion functions: PLASMA_zgetri, PLASMA_zgetri_Tile and PLASMA_zgetri_Tile_Async using   the   recursive  parallel  panel implementation of LU factorization.
  • The  householder  reduction  trees for QR and LQ factorizations can now  work on general cases and not only on matrices with M multiple of MB.
  • Matrices  generation  has been changed in every timing, testing and example  files to use a parallel initialization generating a better distribution  of  the data on the architecture, especially for Tile interface. “numactl” is not required anymore.
  • Timing  routines  can  now generate DAGs with the --dag option, and traces with --trace option if EZTRACE is present.

All files are available for download in the Software section of the PLASMA site.


PLASMA 2.4.2 Release
2011-09-15

PLASMA 2.4.2 has been released.

This package contains:

  • New version of quark removing active waiting and allowing user to bind tasks to set of cores.
  • Installer: Fix compatibility issues between plasma-installer and PGI compiler reported on Kraken by A. Bouteiller.
  • Fix one memory leak with Hwloc.
  • Introduce a new kernel for the recursive LU operation on tile layout which reduces cache misses.
  • Fix several bugs and introduce new features thanks to people from Fujitsu and NAG :
    • The new LU factorization with partial pivoting introduced in release 2.4 is now working on rectangular matrices.
    • Add missing functions to Fortran 77 interface.
    • Add a new Fortran 90 interface to all LAPACK and Tile interface. Asynchronous interface and mixed precision routines are not available yet.
    • Fix arguments order in header files to fit implementation.

All files are available for download in the Software section of the PLASMA site.


Displaying 6-10 of 18 Entries
Jun 29 2022 Admin Login