Zhang Xianyi
6fcdaa4387
Detect Sandy Bridge 22nm desktop/mobile CPU.
13 years ago
Xianyi Zhang
699fc7641f
Fixed #120 . Merge the improvements for Debian archs.
Merge branch 'master' of https://github.com/sylvestre/OpenBLAS into develop
13 years ago
Sylvestre Ledru
3692b4d631
Improve the detection of sparc
13 years ago
Sylvestre Ledru
4b7677a916
When dealing with the kfreebsd kernel, set the same behavior as FreeBSD
13 years ago
Sylvestre Ledru
5719b7a58d
if SYS_gettid doesn't exist (like under HURD), use getpid() instead
13 years ago
Sylvestre Ledru
f22bfe6a55
Set the tests for hurd similar to linux
13 years ago
Xianyi Zhang
551f478477
Merge branch 'develop'
13 years ago
Xianyi Zhang
a430880729
Updated the do for 0.2.1 version.
13 years ago
Xianyi Zhang
a507b56ab1
Refs #119 #118 . Fixed disabling hyper threading bug.
13 years ago
Zhang Xianyi
f430e54daf
Merge branch 'release-0.2.0' into develop
13 years ago
Zhang Xianyi
47860cf002
Merge branch 'release-0.2.0'
13 years ago
Zhang Xianyi
13f5f18140
Updated the doc for 0.2.0 version.
13 years ago
wangqian
857a0fa0df
Fixed the issue of mixing AVX and SSE codes in S/D/C/ZGEMM.
13 years ago
Xianyi Zhang
0a958b6a02
Refs #118 . Detect AMD Bulldozer as Barcelona.
13 years ago
Xianyi Zhang
b39c51195b
Fixed the build bug about Sandy Bridge on 32-bit.
We used Nehalem/Penryn codes on Sandy Bridge 32-bit.
13 years ago
Xianyi Zhang
853d16ed7e
Added openblas_set_num_threads dummy function on Windows. We plan to implement this feature in next version.
13 years ago
Zhang Xianyi
422359d09a
Export openblas_set_num_threads in shared library.
13 years ago
Zhang Xianyi
544af1efec
Correct the error in readme
13 years ago
Zhang Xianyi
a6214c057e
Modified readme.
13 years ago
Zhang Xianyi
fe809c39f9
Update the docs for 0.2.0
13 years ago
Zhang Xianyi
157cc54449
Update git ignore file.
13 years ago
Zhang Xianyi
cbfacf9a10
Merge branch 'sandybridge' into release-0.2.0
13 years ago
Zhang Xianyi
fda5e0da8a
Refs #83 . Clang 3.1 works fine on Sandy Bridge Mac OSX. Edit the document.
13 years ago
Zaheer Chothia
98d004c50b
Merge branch 'develop' into sandybridge
13 years ago
Zaheer Chothia
037d995c4d
Fixed noisy warning with Clang
../common_thread.h:138:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((blas_cpu_number == 1)
~~~~~~~~~~~~~~~~^~~~
../common_thread.h:138:24: note: remove extraneous parentheses around the comparison to silence this warning
if ((blas_cpu_number == 1)
~ ^ ~
../common_thread.h:138:24: note: use '=' to turn this equality comparison into an assignment
if ((blas_cpu_number == 1)
^~
=
13 years ago
wangqian
e4a27d194e
Merge branch 'sandybridge' of github.com:xianyi/OpenBLAS into sandybridge
13 years ago
wangqian
d34fce56e4
Refs #83 Fixed S/DGEMM calling conventions bug on windows.
13 years ago
Xianyi Zhang
b8b922d334
Fixed #106 . Use fetch instead of curl on FreeBSD.
13 years ago
Zhang Xianyi
88c272f6a7
Refs #83 . Added the missing ALIGN_5 macro on Mac OSX. However, it still exists SEGFAULT bug.
13 years ago
wangqian
6cfcb54a28
Fixed align problem in S and C precision GEMM kernels.
13 years ago
wangqian
3ef96aa567
Fixed bug in MOVQ redefine and ALIGN SIZE problem.
13 years ago
Xianyi Zhang
996dc6d1c8
Fixed dynamic_arch building bug.
13 years ago
Xianyi Zhang
61b1c2db5b
Merge branch 'develop' into sandybridge
13 years ago
Xianyi Zhang
34fd3b85a8
Refs #113 . Fixed BOBCATE typo in dynamic arch building.
13 years ago
wangqian
f76f952547
Refs #83 #53 . Adding Intel Sandy Bridge (AVX supported) kernel codes for BLAS level 3 functions.
13 years ago
Zhang Xianyi
11b4a0e4b6
Merge branch 'develop' into sandybridge
13 years ago
Zhang Xianyi
eefd30881c
Refs #113 . Fixed the build bug on AMD Bobcat 64-bit OS.
13 years ago
Zhang Xianyi
d3b67d0bd8
Refs #113 . Fixed the typo BOBCATE -> BOBCAT
13 years ago
Zhang Xianyi
d6cab3f37e
Refs #113 . Support AMD Bobcate using Barcelona kernel codes. Replace 3DNow! with MMX.
13 years ago
Zhang Xianyi
37edae1c90
Refs #75 . Check ffreep macro before the define.
13 years ago
Zhang Xianyi
90d6ad569d
Merge branch 'sandybridge' into develop
Just copy the kernel codes from Nehalem. The optimization is ongoing.
13 years ago
Xianyi Zhang
a4daa34db7
Refs #75 . Use ffreep opcode directly. Please check out http://www.sandpile.org/x86/opc_fpu.htm .
13 years ago
Xianyi Zhang
cfc2940412
Merge branch 'fix-64-cores-limitation' into develop
13 years ago
Xianyi Zhang
a6adbb299d
Refs #112 . Improved setting thread affinity in Linux. Remove the limit (64) about the number of CPU cores.
13 years ago
Xianyi Zhang
8cc7f86cf7
Detect Intel Core i7 3000 with Sandybridge.
13 years ago
Xianyi Zhang
a53c6e2440
Merge branch 'develop' into sandybridge
13 years ago
Zaheer Chothia
5199809bba
Fix typo: OS_CYGWIN -> OS_CYGWIN_NT, OS_INERIX -> OS_INTERIX
13 years ago
Zaheer Chothia
a431042475
Fix inconsistent case for OS_* macros (Refs pull request #111 )
13 years ago
zchothia
33941033e2
Merge pull request #111 from nolta/develop
fix a couple of FreeBSD issues
13 years ago
Mike Nolta
4e29b6ffc0
FreeBSD: fix OS_FreeBSD -> OS_FREEBSD typos
13 years ago