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 |
Mike Nolta
|
839b18aa26
|
FreeBSD: allow CC & FC to have different versions
|
13 years ago |
Zaheer Chothia
|
a27339b244
|
DLL: replace FEXTRALIB -> EXTRALIB (for consistency)
|
13 years ago |
Zaheer Chothia
|
10e25690b4
|
Fix FreeBSD build (undefined reference to `pthread_create')
|
13 years ago |
Zhang Xianyi
|
660d9e09f8
|
Fixed #110. Merge branch 'patch-2' of https://github.com/nolta/OpenBLAS into develop
|
13 years ago |
Mike Nolta
|
e9be1fdd2b
|
FreeBSD: replace EXTRALIB -> FEXTRALIB
|
13 years ago |
Zaheer Chothia
|
44124d3055
|
Fix Fortran compiler detection
- Test with '-x' operator to ensure file is executable.
- 'break' is not a valid Perl keyword.
|
13 years ago |
Zaheer Chothia
|
14c3511e92
|
Respect C compiler set on the command line or inherited from the environment
|
13 years ago |
Zhang Xianyi
|
d647f751ee
|
Merge branch 'patch-1' of https://github.com/nolta/OpenBLAS into develop
|
13 years ago |
Mike Nolta
|
be1692d64f
|
fix 'sched_yield' warnings on FreeBSD,NetBSD
|
13 years ago |
Zaheer Chothia
|
f404a17787
|
Symbol list: document how LAPACKE exports are derived and synchronize with lapack-3.4.1
This change adds the missing LAPACKE_[zc]syr routines but does not remove any exported functions.
|
13 years ago |
Zaheer Chothia
|
fc4927fa0f
|
Fixed #107. Export missing LAPACK auxiliary routines (ALLAUX, SCLAUX, DZLAUX)
Added some documentation on how the symbol list is derived and synchronized with
lapack-3.4.1 to minimize the differences.
|
13 years ago |
Zhang Xianyi
|
06e208c5c3
|
Refs #106. Fixed wget and md5 bug on FreeBSD and NetBSD.
|
13 years ago |
Xianyi Zhang
|
52485e5fd0
|
Refs #105. Export missing LAPACK functions in shared library.
They are as following,
slabad, dlabad,
slacpy, dlacpy,
slamch, dlamch,
slartg, slartgp, slartgs, dlartg, dlartgp, dlartgs,
slascl, dlascl,
slaset, dlaset.
|
13 years ago |
Xianyi Zhang
|
dee74174ff
|
Refs #85 #104. Use patch instead of git to apply this segfaults.patch.
|
13 years ago |
Xianyi Zhang
|
e7846547be
|
Refs #85 #104. Disable my_bind to fix this segfault issue.
|
13 years ago |
Xianyi Zhang
|
7f89edee3e
|
refs #103 Increase GEMM_MULTITHREAD_THRESHOLD to 50.
|
13 years ago |
Xianyi Zhang
|
11cc9dc151
|
Merge pull request #104 from aeberspaecher/develop
Fixed #85. Add the patch for segfaults on kernel 2.6.32 and add documentation accordingly.
|
13 years ago |
Alexander Eberspächer
|
4236d0d938
|
Add note on compiler warnings for the segfaults patch.
|
13 years ago |
Alexander Eberspächer
|
8218cbea2a
|
Add Xianyi's patch for segfaults on kernel 2.6.32 and add documentation
accordingly.
|
13 years ago |
Xianyi Zhang
|
5b7f443cf4
|
Merge branch 'develop'
|
13 years ago |
Xianyi Zhang
|
0e39699c8c
|
Fixed #102. Export the missing LAPACK functions (slapy2,slapy3,dlapy2,dlapy3) in shared library.
|
13 years ago |
Xianyi Zhang
|
60a58e03ea
|
Merge branch 'release-0.1.1' into develop
|
13 years ago |
Xianyi Zhang
|
e154920bc6
|
Merge branch 'release-0.1.1'
|
13 years ago |
Xianyi Zhang
|
fcb89ad94d
|
Refs #91. Updated the doc for 0.1.1 version.
|
13 years ago |
Xianyi Zhang
|
d48a1d1928
|
Fixed #101. Install the missing lapacke header with LAPACK-3.4.1. Thank Zaheer for this patch.
|
13 years ago |
Zhang Xianyi
|
d02171b494
|
Fixed the bug about NO_CBLAS=1 disabled exporting LAPACKE functions in shared library.
|
13 years ago |
Zaheer Chothia
|
c8a5d4b86f
|
Refs #99. c_check/f_check: strip quotes from detected flags
|
13 years ago |
Zhang Xianyi
|
006200c9a4
|
Fixed #98 updated MD5 for new LAPACK 3.4.1 version on netlib.org.
|
13 years ago |
Xianyi Zhang
|
5d657c6e67
|
Fixed #96 a SEGFAULT bug in samax on x86.
|
13 years ago |
Xianyi Zhang
|
14428af879
|
Adde the mising test_amax.c file.
|
13 years ago |
Xianyi Zhang
|
5656cca4f3
|
Added the test case for samax.
|
13 years ago |
Xianyi Zhang
|
08570c4248
|
Fixed the utest bug for drotmg.
|
13 years ago |
Xianyi Zhang
|
b2bdb6f7c4
|
Automatically download CUnit 2.1.2-2 version from SF.net.
|
13 years ago |
Zhang Xianyi
|
9037782a9c
|
Fixed the LAPACKE building bug on Mac OSX.
|
13 years ago |
Zaheer Chothia
|
f93318a6c8
|
Refs #95 cblas: compatibility for compilers without C99 complex number support (e.g. Visual Studio)
|
13 years ago |
Xianyi Zhang
|
001c2c322b
|
Refs #94. Auto-detecting Intel Xeon E7 Westmere-EX.
|
13 years ago |
Zaheer Chothia
|
f4eee224d8
|
Refs #93. Upgraded LAPACK to 3.4.1 version.
|
13 years ago |
Xianyi Zhang
|
74306b54d7
|
Refs #90 auto detect Intel Sandy Bridge Core i7-3820
|
13 years ago |
Xianyi Zhang
|
fd2ee0c9e2
|
Refs #88. Fixed the build bug about LAPACKE C Interface to LAPACKE.
|
13 years ago |