Software
PLASMA Installer and Source Code Download

For most users, download the installer package. The manual download of PLASMA source is not needed using the installer. In the event the installer does not fit your needs, a makefile is provided in the PLASMA source.

Main PLASMA repo moved.

Showing 6-10 of 49 Entries
PLASMA source code version 18.9.0
2018-09-30
plasma18.9.0.tar.gz   Download View License

PLASMA source code version 17.1
2017-01-01
plasma-17.1.tar.gz   Download View License

PLASMA source code version 2.8.0
2015-12-05

Source code for PLASMA libraries.

We strongly recommend to use the latest version of the plasma installer, which will automatically download this package and install all other dependencies if required.

This package contains the following updates:

  • Fix a synchronization problem in STEDC functions
  • Reduce the amount of computation performed in UNGQR/UNGLQD family routines by taking advantage of the Identity structure. It is not anymore required to initialize the Q to identity before calling those functions.
  • New routines PLASMA_[sdcz]lascal[_Tile[_Async]], similar to Scalapack p[sdcz]lascal, to scale a matrix by a constant factor. This function does not handle numerical overflow/underflow as zlascl from Lapack
  • New routines PLASMA_[sdcz]geadd[Tile[_Async]], and PLASMA[sdcz]tradd[_Tile[_Async]], similar to Scalapack p[sdcz]geadd, and p[sdcz]tradd to add two general, or trapezoidal, matrices together.
  • Add functions to the API in order to give the opportunity to users to mix submission to the Quark runtime system of asynchronous Plasma calls and personal kernels
  • Update Lapacke interface to 3.6.0
  • Bug fix on Frobenius norm
  • Add a missing check on descriptors alignment with tiles that may cause unreported trouble to user using sub-descriptors, especially with recursive algorithms.

For further details, view ReleaseNotes.

plasma_2.8.0.tar.gz   Download View License

PLASMA Installer version 2.8.0
2015-12-05

Python script that downloads and builds the PLASMA libraries.
Separate download of PLASMA source is not required.
View README.

  • Add "make -j" in makefiles to speed up the compilation of libraries
  • Enable the f90 interface by default, and add an option to disable it in case of problem
  • Updated version to use the most recent PLASMA release (2.8.0).
  • Updated version to use the most recent LAPACK/LAPACKE release (3.6.0) required by PLASMA 2.8.0.
plasma-installer_2.8.0.tar.gz   Download View License

PLASMA source code version 2.7.1
2015-04-27

Source code for PLASMA libraries.

We strongly recommend to use the latest version of the plasma installer, which will automatically download this package and install all other dependencies if required.

This package contains the following updates:

  • A bug fix with an infinite loop in LU recursive panel kernels
  • Update the eztrace module to be compliant with EZTrace 1.0.6
  • Fix the F77 interface to handle Tile descriptor correctly
  • Update the Lapack_to_Tile/Tile_to Lapack routines family to support both in place and out-of-place layout translation

For further details, view ReleaseNotes.

plasma_2.7.1.tar.gz   Download View License

Showing 6-10 of 49 Entries


License

Copyright © 2022 The University of Tennessee. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
· Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
· Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer listed in this license in the documentation and/or other materials provided with the distribution.
· Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. in no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

Jun 29 2022 Admin Login