
            micMAGMA Release Notes
	
-----------------------------------------------------

micMAGMA is an Intel MIC port of MAGMA, intended for a single MIC. 

Included are routines for the following algorithms:

    * LU, QR, and Cholesky factorizations in both real and complex
      arithmetic (single and double);

 1.0.0 - 
    * Added Hessenberg reduction algorithm ({z|c|d|s}gehrd)
    * Added {zun|cun|dor|sor}gqr
    * Added {zun|cun|dor|sor}ghr
    * Added {zun|cun|dor|sor}mqr_mic.cpp
    * Added GEMV benchmark to test MIC's bandwidth

 0.3.0 - 11-13-2012
    * Performance optimizations

 0.2.0 - 06-29-2012
    * Linear solvers based on LU and Cholesky for correspondingly general
      and symmetric dense matrices
    * Least squares solver based on the QR factorization

 0.1.0 - 04-01-2012
    * LU, QR, and Cholesky dense matrix factorizations
    * Auxiliary MIC kernels
