Zhang Xianyi
73770e60b8
Refs #309 . Fixed trtri_U single thread computational bug.
12 years ago
Zhang Xianyi
6d9d70c55c
Fixed #315 . Added OPENBLAS_ prefix to openblas_config.h.
12 years ago
Zhang Xianyi
dfd1064d7b
refs #287 . Don't enable OpenMP for netlib LAPACK sequential Fortran codes.
12 years ago
Zhang Xianyi
b2219b3478
Merge pull request #311 from loladiro/patch-1
Use FC instead of CC to link the dynamic library on OS X
12 years ago
Keno Fischer
f5a0038bad
Use FC instead of CC to link the dynamic library on OS X
Avoids problems of libgfortran not being found.
12 years ago
Zhang Xianyi
c937090121
Added gfortran dependency for LSB/lsbcc.
12 years ago
wangqian
beffee7d91
Fixed buffer overflow bug in kernel/x86_64/dgemv_t.S file.
12 years ago
Zhang Xianyi
a35f4343fa
Merge pull request #301 from yieldthought/develop
Remove -Wl,--retain-symbols-file from dynamic link line to fix tool support
12 years ago
yieldthought
ce5626a384
Remove -Wl,--retain-symbols-file from dynamic library linking to fix tool support
The aim is to restrict the symbols exported from openBLAS, but for dynamic libraries --retain-symbols-file has the opposite effect intended. It removes symbols from the .symtab section of the library, which is used by tools such as debuggers, profilers, objdump etc. but does not remove them from .dynsym, which is the section used by the runtime when loading the binary.
In short, using --retain-symbols-file like this doesn't prevent symbol leakage but does prevent tools from analyzing applications linked with openBLAS.
This patch improves tool support for openBLAS applications but does not address symbol leakage through .dynsym.
12 years ago
Zhang Xianyi
16eb780e13
Refs #262 . Fixed compatibility issues of GNU stack markings with PathScale EKOPath(tm) Compiler Suite: Version 4.0.12.1
12 years ago
Zhang Xianyi
a746724e84
Added backers.
12 years ago
Lars Buitinck
3f7b0cd994
Merge pull request #290 from larsmans/missing-threshold
check if GEMM_MULTITHREAD_THRESHOLD defined in gemm.c
Set a fallback value.
12 years ago
Zhang Xianyi
cc6db2ecfe
Merge pull request #291 from larsmans/fix-makefile-prefix
fix default prefix handling in makefiles
12 years ago
Zhang Xianyi
3175be4b3d
Merge pull request #289 from larsmans/no-noconst
get rid of the generated cblas_noconst.h file
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
037bd82bef
Merge pull request #288 from sebastien-villemot/develop
Avoid failure on qemu guests declaring an Athlon CPU without 3dnow!
12 years ago
Sébastien Villemot
eae4cfa3f6
Avoid failure on qemu guests declaring an Athlon CPU without 3dnow!
The present patch verifies that, on machines declaring an Athlon CPU model and
family, the 3dnow and 3dnowext feature flags are indeed present. If they are
not, it fallbacks on the most generic x86 kernel. This prevents crashes due to
illegal instruction on qemu guests with a weird configuration.
Closes #272
12 years ago
Zhang Xianyi
fe98de2f68
Merge branch 'bulldozer' into develop
12 years ago
Zhang Xianyi
db389b5915
Refs #281 . Detect __CYGWIN__ macro for Cygwin x86_64.
Signed-off-by: Zhang Xianyi <traits.zhang@gmail.com>
12 years ago
Zhang Xianyi
52f587db7f
Refs #281 . Detect _WIN32 macro for Windows API.
http://www.mail-archive.com/bug-gnulib@gnu.org/msg05722.html
12 years ago
wernsaar
067e8417fd
removed unnessesary instructions from zgemm_kernel_2x2_bulldozer.S
12 years ago
wernsaar
a82da3d069
removed unnessesary instructions
12 years ago
Zhang Xianyi
1569bf14f8
Refs #282 . Fixed zgemv_n typo bug on Win64.
12 years ago
Zhang Xianyi
df554aebd2
Merge pull request #280 from ViralBShah/develop
Patch LAPACK XLASD4.f as discussed in JuliaLang/julia#2340
12 years ago
Viral B. Shah
eae6920f2d
Patch LAPACK XLASD4.f as discussed in JuliaLang/julia#2340
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
c0b1e41bec
Merge branch 'bulldozer' into develop
12 years ago
Zhang Xianyi
49faee1a51
Fixed #276 . Merge branch 'wernsaar-develop' into bulldozer
12 years ago
Zhang Xianyi
c0159d44a3
Merge branch 'develop' of https://github.com/wernsaar/OpenBLAS into wernsaar-develop
12 years ago
wernsaar
c17a850c1c
modified KERNEL.BULLDOZER
12 years ago
wernsaar
099853fff6
added dtrsm_kernel_RN_8x2_bulldozer.S
12 years ago
wernsaar
44d23881b5
dtrsm_kernel_LT_8x2_bulldozer.S performance optimization
12 years ago
Zhang Xianyi
2905042c6a
Refs #270 #268 . Merge branch 'wernsaar-develop' into bulldozer
12 years ago
Zhang Xianyi
32fb6b9bb2
Merge branch 'develop' of https://github.com/wernsaar/OpenBLAS into wernsaar-develop
12 years ago
Zhang Xianyi
673e453b3f
Enable bulldozer kernels.
12 years ago
Zhang Xianyi
143cca4dd5
Merge branch 'develop' into bulldozer
12 years ago
wernsaar
aaeb8eaecd
modified dtrsm_kernel_LT_8x2_bulldozer.S
12 years ago
wernsaar
8aeec32ea0
modified dtrsm_kernel_LT_8x2_bulldozer.S
12 years ago
wernsaar
87fc9de572
added dtrsm_kernel_LT_8x2_bulldozer.S
12 years ago
wernsaar
564aa60fec
removed dtrsm_kernel_LT_8x2_bulldozer.S
12 years ago
wernsaar
f645665dd6
fixed bug in dgemv_t_bulldozer.S
12 years ago
wernsaar
e45a347cd2
repaired trmm bug in sgemm_kernel_16x2_bulldozer.S
12 years ago
wernsaar
99727ac013
repaired trmm bug in cgemm_kernel_4x2_bulldozer.S
12 years ago
wernsaar
6e0a2fbc0c
repaired trmm bug in zgemm_kernel_2x2_bulldozer.S
12 years ago
wernsaar
0a22f99c58
repaired trmm bug in dgemm_kernel_8x2_bulldozer.S
12 years ago
Zhang Xianyi
79ba52115d
Merge branch 'hotfix-v0.2.8' into develop
12 years ago
Zhang Xianyi
b736aa8110
Update the doc for 0.2.8 version.
12 years ago
Zhang Xianyi
ae521ecc3e
OpenBLAS 0.2.8 rc1.
12 years ago
Zhang Xianyi
36adfe8d64
Merge branch 'hotfix-v0.2.8' into develop
12 years ago