wernsaar
7ceb25d7b3
changed string GFORTRAN to lowercase
11 years ago
wernsaar
783a7d2202
bugfix for fortran compiler
11 years ago
wernsaar
e1e83a1b71
modification, to run blas-test on Windows
11 years ago
Zhang Xianyi
99efbbbad5
Fixed #395 . Enable optimized cgemm for Sandybridge. Added optimized sdot kernel.
Fixed c/zgemm, zgemv computational error of haswell, piledriver, bullldozer, and
barcelona on Windows.
Merge branch 'develop' of https://github.com/wernsaar/OpenBLAS into wernsaar-develop
Conflicts:
kernel/Makefile.L1
kernel/x86_64/KERNEL
param.h
11 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
wernsaar
a6ae079b17
added blas-test from lapack
11 years ago
wernsaar
316df0e821
fixed bug for INTERFACE64
11 years ago
wernsaar
438002204d
Ref #393 : fix for INTERFACE64=0 and ARCH_X86 in divtable
11 years ago
Zhang Xianyi
b31ec99372
Fixed #374 .
Merge branch 'TimothyGu-develop' into develop
11 years ago
wernsaar
219bcb119d
added lapack and lapacke timing libs by default
11 years ago
wernsaar
c26bbee489
enabled abd tested optimized trtri lapack functions
11 years ago
Timothy Gu
fe858873af
Add NO_STATIC variable which disables static lib installation
Static library is still built for shared lib generation.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
Zhang Xianyi
406f5bd22b
Merge branch 'develop' of https://github.com/wernsaar/OpenBLAS into wernsaar-develop
Conflicts:
kernel/arm/KERNEL.ARMV6
11 years ago
Timothy Gu
f331cb1a76
Remove code for downloading lapack tarball and the patches themselves
They are not used anymore since 3eb5af1
.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
wernsaar
4a5938b5cc
Modified lapack-test, using lapack_testing.py to run tests
11 years ago
wernsaar
8877c6db51
changed label lapack-test
11 years ago
xantares
43bb633096
Update Makefile
11 years ago
Zhang Xianyi
dfd1064d7b
refs #287 . Don't enable OpenMP for netlib LAPACK sequential Fortran codes.
12 years ago
Zhang Xianyi
cc6db2ecfe
Merge pull request #291 from larsmans/fix-makefile-prefix
fix default prefix handling in makefiles
12 years ago
Lars Buitinck
a29e6592da
fix default prefix handling in makefiles
PREFIX wasn't communicated to Makefile.install (where it matters)
by Makefile. The result is that the default PREFIX is empty and
OpenBLAS was being installed in /lib.
12 years ago
Lars Buitinck
212463dce9
get rid of the generated cblas_noconst.h file
12 years ago
Zhang Xianyi
c92ae012a6
Refs #279 . Provide ONLY_CBLAS flag. If you only need CBLAS without
a fortran compiler, please try make ONLY_CBLAS=1.
This mode only compiler CBLAS without BLAS fortran interface and LAPACK.
12 years ago
Zhang Xianyi
b51e2ba1ee
Modified Makefile to avoid redundant echo.
12 years ago
Zhang Xianyi
61a9582987
Changed makefile for lapack.
12 years ago
Zhang Xianyi
6df39ad9e7
Refs #248 . Support LAPACK and LAPACKE with lsbcc.
For LAPACKE, use LAPACK_COMPLEX_STRUCTURE.
The reson is lsbcc didn't define complex I in complex.h.
12 years ago
Zhang Xianyi
3eb5af1955
Refs #247 . Included lapack source codes. Avoid downloading tar.gz from netlib.org
Based on 3.4.2 version, apply patch.for_lapack-3.4.2.
12 years ago
Zhang Xianyi
feb9a3889a
Improved make clean on Mac OS X.
12 years ago
Zhang Xianyi
947457fb7c
Fixed the bug about testing the exist of lapack tar package.
12 years ago
Zhang Xianyi
79120bf9a0
Refs #205 . Merge boegel's codes about downloading LAPACK.
12 years ago
Zhang Xianyi
acb11905d5
Fixed #199 . Saved USE_THREAD switch for make install.
12 years ago
wlbksy
7a9b94b519
Fix #204
12 years ago
Kenneth Hoste
66b919d99f
adjusted Makefile to allow for provided required LAPACK source files rather than downloading them
12 years ago
Zhang Xianyi
d831b2ff8b
Override CFLAGS in LAPACK make.in.
12 years ago
Zaheer Chothia
4db6660de4
Refs #185 . Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Povey!
The 'const' modifications were done automatically using this scripts:
https://kaldi.svn.sourceforge.net/svnroot/kaldi/sandbox/dan/tools/for_openblas
12 years ago
Zhang Xianyi
d5717a97ea
Compile lapacke with ILP64 modle when INTERFACE64=1
13 years ago
Zhang Xianyi
378acfe826
Added NO_SHARED flag to disable generating the shared library.
13 years ago
Zhang Xianyi
08c177ca36
Refs #145 . Update LAPACK to 3.4.2 version.
13 years ago
Zhang Xianyi
54cd65e47f
Use sandy bridge kernel when DYNAMIC_ARCH=1.
13 years ago
Zaheer Chothia
e8306f623a
Refs #127 . Generate DLL without a version suffix on Windows.
13 years ago
Xianyi Zhang
25f1a573fd
Fixed the build bug when DYNAMIC_ARCH=0.
13 years ago
Xianyi Zhang
b8b922d334
Fixed #106 . Use fetch instead of curl on FreeBSD.
13 years ago
Zhang Xianyi
06e208c5c3
Refs #106 . Fixed wget and md5 bug on FreeBSD and NetBSD.
13 years ago
Zhang Xianyi
006200c9a4
Fixed #98 updated MD5 for new LAPACK 3.4.1 version on netlib.org.
13 years ago
Zaheer Chothia
f4eee224d8
Refs #93 . Upgraded LAPACK to 3.4.1 version.
13 years ago
Xianyi Zhang
fd2ee0c9e2
Refs #88 . Fixed the build bug about LAPACKE C Interface to LAPACKE.
13 years ago
Zaheer Chothia
78914475ae
Fixed #88 . Build LAPACKE: C Interface to LAPACK.
13 years ago
Xianyi Zhang
fad089ffff
Fixed #84 the MD5 command line bug on Mac OSX.
13 years ago
Xianyi Zhang
1f15bee02a
Refs #81 . Added LIBNAMESUFFIX flag in Makefile.rule. The user can use this flag to control the library name, e.g. libopenblas.a, libopenblas_ifort.a or libopenblas_omp.a.
13 years ago
Xianyi Zhang
d047afe615
Set shared library soname in Linux.
13 years ago
Xianyi Zhang
0a696bd4ce
Improved the makefile for Intel compiler.
13 years ago