forked from nakatamaho/mplapack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
161 lines (128 loc) · 5.93 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
2012/12/18 Nakata Maho <[email protected]> 0.8.0.
* Intel Xeon Phi support
This build is supported by
very unusual way.
Please see
misc/prepare_mpacklibs_for_mic.sh
and misc/build_mpack_for_mic.sh for details.
* build fixes.
2012/11/21 Nakata Maho <[email protected]> 0.8.0.
* Integration of CUDA code.
* Far better benchmarking.
2012/03/25 Nakata Maho <[email protected]> 0.7.0
* Add __float128 support for gcc.
* Many cleanups.
2012/02/14 Nakata Maho <[email protected]> 0.7.0
* We can choose which libraries to be built.
* We build BLAS and LAPACK as well to avoid version mismatch
or small unnecessary fixes by distributions.
* Change file/directory layout.
2010/08/19 Nakata Maho <[email protected]> 0.6.7
* Add Rgecon etc. condition estimation.
2010/08/07 Nakata Maho <[email protected]> 0.6.7
* All files are now 2 clause BSD style license.
2010/08/05 Nakata Maho <[email protected]> 0.6.6
* build fixes on various environments just using internal
MP libraries.
* Now 92 mlapack routines.
* mpfr has been update to 3.0.0.
2010/05/20 Nakata Maho <[email protected]> 0.6.5
* working towards 0.6.5 release
2010/05/04 Nakata Maho <[email protected]> 0.6.5
* Rewrite testing (quality assurance) part
* Include GMP/MPFR/MPC/QD under external directory
2010/03/15 Nakata Maho <[email protected]> 0.6.5
* license has been changed to two clause BSD license.
* using std::complex<double> instead of double_complex
2010/02/03 Nakata Maho <[email protected]> 0.6.5
* Environment variable MPACK_GMP_PRECISION, and MPACK_MPFR_PRECISION
are available.
2010/01/28 Nakata Maho <[email protected]> 0.6.5
* Add mpfr and double (in C; de-facto IEEE 754) version.
* Various cosmetic fixes.
2010/01/13 Nakata Maho <[email protected]> 0.6.4
* 90 routines.
* RE on MacOSX, PPC/Intel Tiger, Cent OS (Linux x86-64)
and mingw Windows.
* Total 666 routines.
LAPACK 3.1.1 : d*f, z*f, izmax, ilaenv, dlamch : 674
not to be implemented 14
(Rlacon, Clacon -2)
2009/11/24 Nakata Maho <[email protected]> 0.6.0
* All LAPACK routines are translated into C++.
Total 668 routines.
LAPACK 3.1.1 : d*f, z*f, izmax, ilaenv, dlamch : 674
not to be implemented 12
2009/10/06 Nakata Maho <[email protected]> 0.6.0
* Start OpenMP support
* BLAS wrapper support
2009/10/05 Nakata Maho <[email protected]> 0.5.1
* -Wall -Werror support
* clean up with gcc 4.4
2009/09/24 Nakata Maho <[email protected]> 0.5.0
* add examples
* using namespace std cleanup
* builds fine on fbsd7/amd64
* lost compatibility between sdpa-gmp, qd and dd but will be added
in 0.6.0.
2009/09/19 Nakata Maho <[email protected]> 0.1.0
* mlapack GMP/QD/DD, and testing is
* <inttypes.h> to use 32bit int or 64bit int
2009/09/12 Nakata Maho <[email protected]> 0.1.0
* GMP/QD/DD support by shared source
* abondon template support
2009/05/18 Nakata Maho <[email protected]> 0.1.0
* Start working as 0.1.0
* QD/DD support
* template support
2009/02/09 Nakata Maho <[email protected]> 0.0.9
* Fix small misc stuffs.
* Upload as 0.0.9 mpack package.
2009/02/06 Nakata Maho <[email protected]> 0.0.9
* Fix bug in Msign and Rlaswp.
* MPACK supports sdpa-gmp!
* 355 MLAPACK routines are implemented, and 37 are tested.
* 76 MBLAS routines are implemented and tested.
2009/01/07 Nakata Maho <[email protected]> 0.0.8
* Tested MLAPACK routines
Rpotrf Rsteqr Rsterf Rsytd2 Rsytrd Rsyev
* 355 MLAPACK routines are implemented, and 29 are tested.
* 76 MBLAS routines are implemented and tested.
* Moved to sourceforge.net.
2009/01/01 Nakata Maho <[email protected]> 0.0.7
* Workaround expornential bug (?) in 64bit/GMP.
* Bug fix in Rlarft. dlarft.f should also mention N<=K
* Tested MLAPACK routines
Rorg2l Rorg2r
Rorgqr Rorgql Rorgtr Rpotrf Rsteqr
* 355 MLAPACK routines are implemented, and 25 are tested.
* 76 MBLAS routines are implemented and tested.
2008/08/22 Nakata Maho <[email protected]> 0.0.6
* Build fix.
2008/08/14 Nakata Maho <[email protected]> 0.0.5
* Implement some of LAPACK functions.
Rlamch Rlae2 Rlaev2 Rlassq Rlanst
Rlansy Rlapy2 Rlarf Rlarfg Rpotf2
Rlarfb Rlaset Rlarft Rlartg Rlascl
Rlasrt Rlasr Rlatrd
* Generating of prototypes from the BLAS/LAPACK code and f2c.
2008/07/23 Nakata Maho <[email protected]> 0.0.4
All test cases have been imported. Currently,
Ctrsv, Rsyrk, Rtrsv, Rtrsm, Rtbsv and Rtpsv
2008/07/18 Nakata Maho <[email protected]> 0.0.3
"OpenOffice.org" is inappropriately used in headers.
2008/07/17 Nakata Maho <[email protected]> 0.0.2
Build fix on gcc-4.3 (Fedora 9).
2008/07/15 Nakata Maho <[email protected]>
Configurable on MacOSX and FreeBSD.
2008/07/11 Nakata Maho <[email protected]>
Add configure script.
2008/07/02 Nakata Maho <[email protected]>
License has been changed to LGPLv3.
Prepare configure stuffs.
2008/06/27 Nakata Maho <[email protected]>
Add modifid BSD liceence headers to all files,
From http://www.netlib.org/lapack/COPYING .
2008/06/26 Nakata Maho <[email protected]>
Initial release. No configure, no Makefile, no
installation instruction. Only the sources.