wernsaar
de00e2937a
marked as smp bug
2014-05-10 23:18:35 +02:00
wernsaar
e187b5e9d0
removed gesv.c from interface
2014-05-10 22:55:44 +02:00
wernsaar
0947fc1c89
checked, that ger is OK
2014-05-10 22:49:53 +02:00
wernsaar
4d61607c9e
cheched, that gbmv is OK
2014-05-10 22:38:09 +02:00
wernsaar
781bfb6e66
checked, that gemv is OK
2014-05-10 22:24:05 +02:00
wernsaar
79a82ba7f1
checked that axpy is OK
2014-05-10 22:09:49 +02:00
wernsaar
d63bd7fa5e
checked that gemm.c is OK
2014-05-10 21:51:44 +02:00
wernsaar
e265c4ec86
added C files in interface
2014-05-10 21:27:47 +02:00
wernsaar
0732238213
removed all C files in interface
2014-05-10 21:25:17 +02:00
wernsaar
5f3b68b4d4
replaced sgemm and cgemm kernels because lapack bugs
2014-05-10 11:24:07 +02:00
wernsaar
2424af62fd
replaced dgemm-kernel because bug in lapack
2014-05-10 10:52:37 +02:00
wernsaar
6b252033ae
changed test ratio from 30.0 to 40.0
2014-05-09 13:17:47 +02:00
wernsaar
320c805905
fixed incorrect parameter 2 errors
2014-05-08 11:06:32 +02:00
wernsaar
e673848a9b
added log file for lapack development
2014-05-07 14:36:49 +02:00
wernsaar
a35a1a9ae7
changed makefiles for lapack development
2014-05-07 11:33:02 +02:00
wernsaar
793509a3b5
replaced files for sdot, sgemv_n and sgemv_t for bug #348
2014-05-06 15:29:39 +02:00
Zhang Xianyi
020f36f970
Merge pull request #367 from xantares/patch-2
...
Makefile typo
2014-05-02 17:55:08 +08:00
Zhang Xianyi
9d0cc399ac
Merge pull request #366 from xantares/patch-1
...
Install dll to prefix/bin instead of prefix/lib
2014-05-02 17:54:22 +08:00
wernsaar
025fc914cc
fixed 2 bugs as reported by Brendan Tracey
2014-05-02 11:34:26 +02:00
xantares
43bb633096
Update Makefile
2014-05-02 08:54:22 +02:00
xantares
187237b622
Install dll to prefix/bin instead of prefix/bin
2014-05-01 21:48:26 +02:00
Zhang Xianyi
66198faab6
Refs #63 . delete prefix for mingw64 toolchain.
2014-04-27 13:05:26 +08:00
wernsaar
47b22763f8
reduced stack usage on windows to 16K
2014-04-24 14:09:26 +02:00
Zhang Xianyi
4d42368214
Refs #355 . Fixed ARM detection bug.
2014-03-22 15:08:18 +08:00
Zhang Xianyi
3e068e78e2
Merge branch 'release-0.2.9'
2014-03-06 17:45:31 +08:00
Zhang Xianyi
1140c489c9
#351 . Release 0.2.9 rc2.
2014-03-06 17:44:03 +08:00
Zhang Xianyi
804a306313
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
2014-03-06 12:53:10 +08:00
wernsaar
9db0fb8b02
bugfix for sdsdot
2014-02-28 14:59:36 +01:00
wernsaar
692b14cecd
rewrote rotmg.c instead of modifying very old code
2014-02-28 14:43:28 +01:00
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
2014-02-26 00:54:01 +08:00
Zhang Xianyi
f80f29e256
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
2014-02-26 00:38:29 +08:00
Olivier Grisel
2c556f093a
Add cast to function pointer to remove warning
2014-02-25 11:08:32 +01:00
Olivier Grisel
3b027d2528
Do not reference pthread_atfork in non-SMP_SERVER mode
2014-02-25 11:08:32 +01:00
Zhang Xianyi
57526cae99
Merge pull request #346 from ogrisel/fix-openblas_config.h
...
More robust OPENBLAS_ prefixing of macros in openblas_config.h
2014-02-25 06:43:30 +08:00
Olivier Grisel
5de5ef118c
More robust OPENBLAS_ prefixing of macros in openblas_config.h
2014-02-24 13:21:06 +01:00
Zhang Xianyi
b161ac29e3
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
2014-02-21 07:15:35 +08:00
Zhang Xianyi
b20ee6924a
Merge pull request #343 from ogrisel/fix-294-fork-safe-pthread
...
FIX #294 : fork-safe pthread mode
2014-02-20 06:58:27 +08:00
Olivier Grisel
49bd98f410
Do not reference pthread_atfork under windows
2014-02-19 19:25:48 +01:00
Olivier Grisel
a14f98ca7c
Make sure that fork_test.c is not built under windows
2014-02-19 19:14:13 +01:00
Olivier Grisel
138a841390
FIX #294 : make OpenBLAS thread-pool resilient to fork via pthread_atfork
2014-02-19 19:01:15 +01:00
Olivier Grisel
046e4013cb
Revert "Refs #294 . Used pthread_atfork to avoid hang after a Unix fork."
...
This reverts commit 3617c22a56
.
2014-02-19 18:32:54 +01:00
Zhang Xianyi
dd2d3e61ab
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
2014-02-18 15:53:57 +08:00
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.
2014-02-18 15:36:04 +08:00
wernsaar
f9daebba0a
checked in bugfixes for ARM
2014-02-16 11:45:47 +01:00
Zhang Xianyi
9a557e90da
Refs #340 . Fixed SEGFAULT bug of dgemv_n on OSX.
2014-02-15 23:23:15 +08:00
wangqian
2d557eb1e0
Fixed computational error of dgemv_n.
2014-02-04 21:47:51 +08:00
Zhang Xianyi
a789b77b75
Used SwitchToThread for YIELDING on AMD piledriver with Windows.
2014-01-28 16:40:19 +08:00
Zhang Xianyi
75acf96d94
Refs #329 #287 . Only disable -fopenmp for LAPACK Fortran codes on Windows.
2014-01-24 15:39:46 +08:00
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.
2014-01-24 02:05:59 +08:00
Zhang Xianyi
3e0a7b931c
Refs #333 . Detect the wrong parameter for zherk/zher2k.
2014-01-21 01:27:51 +08:00