Zhang Xianyi
66198faab6
Refs #63 . delete prefix for mingw64 toolchain.
11 years ago
wernsaar
47b22763f8
reduced stack usage on windows to 16K
11 years ago
Zhang Xianyi
4d42368214
Refs #355 . Fixed ARM detection bug.
11 years ago
Zhang Xianyi
1140c489c9
#351 . Release 0.2.9 rc2.
11 years ago
Zhang Xianyi
804a306313
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
11 years ago
wernsaar
9db0fb8b02
bugfix for sdsdot
11 years ago
wernsaar
692b14cecd
rewrote rotmg.c instead of modifying very old code
11 years ago
Zhang Xianyi
322a178430
Merge pull request #345 from ogrisel/fix-non-smp-server-pthread_atfork-reference
Do not reference pthread_atfork in non-SMP_SERVER mode
11 years ago
Zhang Xianyi
f80f29e256
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
11 years ago
Olivier Grisel
2c556f093a
Add cast to function pointer to remove warning
11 years ago
Olivier Grisel
3b027d2528
Do not reference pthread_atfork in non-SMP_SERVER mode
11 years ago
Zhang Xianyi
57526cae99
Merge pull request #346 from ogrisel/fix-openblas_config.h
More robust OPENBLAS_ prefixing of macros in openblas_config.h
11 years ago
Olivier Grisel
5de5ef118c
More robust OPENBLAS_ prefixing of macros in openblas_config.h
11 years ago
Zhang Xianyi
b161ac29e3
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
11 years ago
Zhang Xianyi
b20ee6924a
Merge pull request #343 from ogrisel/fix-294-fork-safe-pthread
FIX #294 : fork-safe pthread mode
11 years ago
Olivier Grisel
49bd98f410
Do not reference pthread_atfork under windows
11 years ago
Olivier Grisel
a14f98ca7c
Make sure that fork_test.c is not built under windows
11 years ago
Olivier Grisel
138a841390
FIX #294 : make OpenBLAS thread-pool resilient to fork via pthread_atfork
11 years ago
Olivier Grisel
046e4013cb
Revert "Refs #294 . Used pthread_atfork to avoid hang after a Unix fork."
This reverts commit 3617c22a56
.
11 years ago
Zhang Xianyi
dd2d3e61ab
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
11 years ago
Zhang Xianyi
3617c22a56
Refs #294 . Used pthread_atfork to avoid hang after a Unix fork.
The problem is the mutex we used in blas_server. Thus, we must clear
the mutex before the fork and re-init them at parent and child process.
If you used OpenMP, GOMP has the same problem by now. Please try other OpenMP
implemantation.
11 years ago
wernsaar
f9daebba0a
checked in bugfixes for ARM
11 years ago
Zhang Xianyi
9a557e90da
Refs #340 . Fixed SEGFAULT bug of dgemv_n on OSX.
11 years ago
wangqian
2d557eb1e0
Fixed computational error of dgemv_n.
11 years ago
Zhang Xianyi
a789b77b75
Used SwitchToThread for YIELDING on AMD piledriver with Windows.
11 years ago
Zhang Xianyi
75acf96d94
Refs #329 #287 . Only disable -fopenmp for LAPACK Fortran codes on Windows.
11 years ago
Zhang Xianyi
8c7687b419
Refs #338 . Added OPENBLAS_VERBOSE environment variable on runtime
By default, OpenBLAS doesn't output the warning message. You can set
OPENBLAS_VERBOSE (e.g. export OPENBLAS_VERBOSE=1) to enable the warning
message on runtime.
11 years ago
Zhang Xianyi
3e0a7b931c
Refs #333 . Detect the wrong parameter for zherk/zher2k.
11 years ago
Zhang Xianyi
306d9f2e35
Fixed #334 a makefile bug in lapacke.
11 years ago
Zhang Xianyi
7b8604ea29
Refs #335 . Added the fallback of L2 size detection for some virtual machines.
11 years ago
Zhang Xianyi
ab69443bd4
Refs #332 . Added addtional Intel Ivy Bridge and Haswell CPU-id.
11 years ago
Zhang Xianyi
b263e096af
Refs #307 . Delete debug printf.
11 years ago
Zhang Xianyi
05bb391c3a
Refs #330 . Fixed the compatible issue with clang on Mac OSX.
11 years ago
Zhang Xianyi
0ab080987d
Release 0.2.9 rc1 version.
11 years ago
Zhang Xianyi
d51868190e
Refs #325 #324 . Imported carkl's patch for building LAPACKE on Windows.
11 years ago
Zhang Xianyi
9b5be29886
Refs #310 . Fixed Segfault bug on nehalem when Julia calling dgeqrt3 on OSX.
Please also check JuliaLang/julia#4099
Julia test script:
A=rand(256, 256)
qrfact(A)
I found this was a bug in kernel/x86_64/dgemm_ncopy_8.S.
However, I cannot use gdb with julia. Thus, this is a walkaround fix.
11 years ago
Zhang Xianyi
768d2042d4
Merge pull request #327 from lucasb-eyer/develop
Added support for NO_SHARED in make install.
11 years ago
lucasb-eyer
91eaea364b
Added support for NO_SHARED in make install.
11 years ago
Zhang Xianyi
a136426624
Merge pull request #326 from cicku/develop
Update Makefile.install
11 years ago
Christopher Meng
2f0d2ce1ea
Add DESTDIR support for easier building on RPM based distros.
Use install command instead of cp to install files with permissions control.
11 years ago
Zhang Xianyi
0f6e79f918
Refs #324 . Upgrade LAPACK to 3.5.0 version.
11 years ago
Zhang Xianyi
ea74f331f4
Merge pull request #323 from wernsaar/develop
Merge bulldozer, haswell, piledriver and armv7 branches
12 years ago
wernsaar
53eaf41901
added support for HASWELL
12 years ago
wernsaar
9423f980f6
modified trsm kernel
12 years ago
wernsaar
c6156b2ef2
added trsm kernels from origin
12 years ago
wernsaar
034a5b2083
modified zsymv
12 years ago
wernsaar
27d4234d4d
merged symv
12 years ago
wernsaar
aae75b2461
modified param.h
12 years ago
wernsaar
a74ac84981
Merge remote branch 'origin/armv7' into develop
12 years ago
wernsaar
402d6e91db
Merge remote branch 'origin/develop' into armv7
12 years ago