Skip to content

Commit a7e16c5

Browse files
committed
update for 1.6.2 release
git-svn-id: https://icl.cs.utk.edu/svn/magma/trunk@6713 02bb5f2a-90ca-11de-bb24-8aedcc835bc8
1 parent 1122bda commit a7e16c5

File tree

4 files changed

+22
-24
lines changed

4 files changed

+22
-24
lines changed

COPYRIGHT

+20-20
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
-- Innovative Computing Laboratory
33
-- Electrical Engineering and Computer Science Department
44
-- University of Tennessee
5-
-- (C) Copyright 2009-2013
5+
-- (C) Copyright 2009-2015
66

7-
Redistribution and use in source and binary forms, with or without
8-
modification, are permitted provided that the following conditions
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions
99
are met:
1010

11-
* Redistributions of source code must retain the above copyright
12-
notice, this list of conditions and the following disclaimer.
13-
* Redistributions in binary form must reproduce the above copyright
14-
notice, this list of conditions and the following disclaimer in the
15-
documentation and/or other materials provided with the distribution.
16-
* Neither the name of the University of Tennessee, Knoxville nor the
11+
* Redistributions of source code must retain the above copyright
12+
notice, this list of conditions and the following disclaimer.
13+
* Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions and the following disclaimer in the
15+
documentation and/or other materials provided with the distribution.
16+
* Neither the name of the University of Tennessee, Knoxville nor the
1717
names of its contributors may be used to endorse or promote products
1818
derived from this software without specific prior written permission.
1919

20-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21-
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24-
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
This software is provided by the copyright holders and contributors
21+
``as is'' and any express or implied warranties, including, but not
22+
limited to, the implied warranties of merchantability and fitness for
23+
a particular purpose are disclaimed. In no event shall the copyright
24+
holders or contributors be liable for any direct, indirect, incidental,
25+
special, exemplary, or consequential damages (including, but not
26+
limited to, procurement of substitute goods or services; loss of use,
27+
data, or profits; or business interruption) however caused and on any
28+
theory of liability, whether in contract, strict liability, or tort
29+
(including negligence or otherwise) arising in any way out of the use
30+
of this software, even if advised of the possibility of such damage.

ReleaseNotes

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Most routines have all four precisions:
2525
single (s), double (d), single-complex (c), double-complex (z).
2626

2727

28-
29-
1.6.2 - ???
28+
1.6.2 - May 4, 2015
3029
* Added magma_{s,d,c,z}sqrt for real and complex scalar square root.
3130
* Added magma_ceildiv and magma_roundup.
3231
* Fixed magmablas_zlaset and magmablas_zlacpy for large M or N > 4M.

include/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ clean:
3939
rm -f *~ *.mod
4040

4141
cleanall: clean
42-

include/magma_types.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ typedef double real_Double_t;
271271
// ----------------------------------------
272272
#define MAGMA_VERSION_MAJOR 1
273273
#define MAGMA_VERSION_MINOR 6
274-
#define MAGMA_VERSION_MICRO 1
274+
#define MAGMA_VERSION_MICRO 2
275275

276276
// stage is "svn", "beta#", "rc#" (release candidate), or blank ("") for final release
277277
#define MAGMA_VERSION_STAGE "svn"

0 commit comments

Comments
 (0)