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.
|
|
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 version 0.1
|
2009-09-14
|
Linux 64/32-bit, CUDA 2.2 This release is intended for a single CUDA enabled NVIDIA GPU and includes the 3 one-sided factorizations - LU, QR, and Cholesky in single and double precision arithmetic.
|
|
|
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.