Software
MAGMA Downloads

MAGMA provides implementations for CUDA, OpenCL, and Intel Xeon Phi. The latest releases are correspondingly MAGMA 1.3, clMAGMA 1.0, and MAGMA MIC 1.0. The libraries available for download are listed below in the order of their release dates.

 


 

Showing 11-15 of 17 Entries
MAGMA 1.1 is now available
2011-11-14
This release extends MAGMA 1.0 by providing:
 * multicore and multi-GPU support;
 * non-GPU-resident LU, QR, and Cholesky factorizations;
 * tile LU, QR, and Cholesky factorizations and solvers with StarPU dynamic scheduling;
 * matrix inversion routines;
 * LAPACK testing.

See more about this release here.

 

magma_1.1.0.tar.gz   Download View License

MAGMA 1.0
2011-08-25

MAGMA 1.0 is now available. This release includes the MAGMA sources! MAGMA 1.0 is intended for a single CUDA enabled NVIDIA GPU. It extends version 0.2 by adding support for the Fermi GPUs (see the sample performances for LU, QR, and Cholesky). For more details see the MAGMA 1.0 Rlease Notes and the MAGMA 1.0 presentation.

Included are routines for the following algorithms:

  • LU, QR, and Cholesky factorizations in both real and complex arithmetic (single and double);
  • Hessenberg, bidiagonal, and tridiagonal reductions in both real and complex arithmetic (single and double);
  • Linear solvers based on LU, QR, and Cholesky in both real and complex arithmetic (single and double);
  • Eigen and singular value problem solvers in both real and complex arithmetic (single and double);
  • Generalized Hermitian-definite eigenproblem solvers;
  • Mixed-precision iterative refinement solvers based on LU, QR, and Cholesky in both real and complex arithmetic;
  • MAGMA BLAS in real arithmetic (single and double), including gemm, gemv, symv, and trsm.

 

(Updated August 25th, 2011)

magma_1.0.0.tar.gz   Download View License

MAGMA 1.0 RC5
2011-04-13

MAGMA 1.0 RC5 is now available. This release includes the MAGMA sources! MAGMA 1.0 RC5 is intended for a single CUDA enabled NVIDIA GPU. It extends version 0.2 by adding support for the Fermi GPUs (see the sample performances for LU, QR, and Cholesky). For more details see the RC5 Rlease Notes and the MAGMA 1.0 presentation.

Included are routines for the following algorithms:

  • LU, QR, and Cholesky factorizations in both real and complex arithmetic (single and double);
  • Hessenberg, bidiagonal, and tridiagonal reductions in both real and complex arithmetic (single and double);
  • Linear solvers based on LU, QR, and Cholesky in both real and complex arithmetic (single and double);
  • Eigen and singular value problem solvers in both real and complex arithmetic (single and double);
  • Mixed-precision iterative refinement solvers based on LU, QR, and Cholesky in both real and complex arithmetic;
  • MAGMA BLAS in real arithmetic (single and double), including gemm, gemv, symv, and trsm.

 

(Updated April 14th, 2011)

magma_1.0.0-rc5.tar.gz   Download View License

MAGMA GEMM Sources for Fermi
2010-08-04

The MAGMA BLAS SGEMM and DGEMM sources for Fermi GPUs.

These improved GEMMs, developed by Rajib Nath and Stan Tomov, will be
part of the up-coming MAGMA 0.3 library release and will be included in
CUBLAS 3.2 as well.

The basic algorithm is described in the technical report UT-CS-10-655.

magmablas_gemm_fermi.tar.gz   Download View License

MAGMA version 0.2
2009-11-20

Linux 64/32-bit, CUDA 2.3

This release is intended for a single CUDA enabled NVIDIA GPU and includes

  • LU, QR, and Cholesky factorizations in both real and complex arithmetic (single and double)
  • LQ and QL factorizations in real arithmetic (single and double)
  • Linear solvers based on LU, QR, and Cholesky in real arithmetic (single and double)
  • Mixed-precision iterative refinement solvers based on LU, QR, and Cholesky in real arithmetic
  • Reduction to upper Hessenberg form in real arithmetic (single and double)
  • MAGMA BLAS in real arithmetic (single and double), including gemm, gemv, symv, and trsm
magma_0.2_64.tar.gz   Download View License

Showing 11-15 of 17 Entries
License

Copyright © 2013 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.

May 21 2013 Admin Login