Zhang Xianyi
|
48bdc1ad3b
|
Added NO_PARALLEL_MAKE flag to disable parallel make.
|
12 years ago |
Zhang Xianyi
|
990efcab6e
|
Merge branch 'loongson3b' into loongson3a
|
12 years ago |
Zhang Xianyi
|
75a5dc3975
|
Added the configure for the host loongcc compiling on Loongson3.
|
12 years ago |
Xianyi Zhang
|
6958c1a1aa
|
Fixed the SEGFAULT bug with Loongcc and Loongson3.
|
12 years ago |
Xianyi Zhang
|
1a57717b1a
|
Added the configuration of Loongcc compiler for Loongson 3 CPU.
|
12 years ago |
Zhang Xianyi
|
5c8bf6ae0e
|
Merge branch 'bulldozer' into develop
|
12 years ago |
Zaheer Chothia
|
4db6660de4
|
Refs #185. Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Povey!
The 'const' modifications were done automatically using this scripts:
https://kaldi.svn.sourceforge.net/svnroot/kaldi/sandbox/dan/tools/for_openblas
|
12 years ago |
Zhang Xianyi
|
b7c0fa6bd2
|
Init AMD Bulldozer codebase.
|
13 years ago |
Alexander Nasonov
|
e85549ee11
|
Fix NetBSD build.
|
13 years ago |
Zhang Xianyi
|
08c177ca36
|
Refs #145. Update LAPACK to 3.4.2 version.
|
13 years ago |
Zhang Xianyi
|
2573311308
|
refs #140. Fixed zdot incompatibility ABI issue with GCC 4.7 on Win 32.
GCC 4.7 uses MSVC ABI on Win 32. This means the caller pops the hidden pointer for returning
aggregate structures larger than 8 bytes.
|
13 years ago |
Zhang Xianyi
|
758e34efbb
|
Fixed the detection bug on Loongson 3A server.
|
13 years ago |
Zhang Xianyi
|
f76a384841
|
Refs #139. Added NO_AVX flag to use old Nehalem kernels on Sandy Bridge.
For example, make NO_AVX=1 or make DYNAMIC_ARCH=1 NO_AVX=1
|
13 years ago |
Jameson Nash
|
d0e731e8b8
|
provide support for passing CFLAGS, FFLAGS, PFLAGS, FPFLAGS to make on the command line
|
13 years ago |
Zhang Xianyi
|
068861a927
|
Refs #133. Users can set COMMON_OPT flag to control CFLAGS and FFLAGS.
|
13 years ago |
Zaheer Chothia
|
e8306f623a
|
Refs #127. Generate DLL without a version suffix on Windows.
|
13 years ago |
Xianyi Zhang
|
25f1a573fd
|
Fixed the build bug when DYNAMIC_ARCH=0.
|
13 years ago |
Xianyi Zhang
|
34fd3b85a8
|
Refs #113. Fixed BOBCATE typo in dynamic arch building.
|
13 years ago |
Zhang Xianyi
|
d6cab3f37e
|
Refs #113. Support AMD Bobcate using Barcelona kernel codes. Replace 3DNow! with MMX.
|
13 years ago |
Xianyi Zhang
|
a53c6e2440
|
Merge branch 'develop' into sandybridge
|
13 years ago |
Zaheer Chothia
|
14c3511e92
|
Respect C compiler set on the command line or inherited from the environment
|
13 years ago |
Zhang Xianyi
|
06e208c5c3
|
Refs #106. Fixed wget and md5 bug on FreeBSD and NetBSD.
|
13 years ago |
Xianyi Zhang
|
7f89edee3e
|
refs #103 Increase GEMM_MULTITHREAD_THRESHOLD to 50.
|
13 years ago |
Zaheer Chothia
|
f4eee224d8
|
Refs #93. Upgraded LAPACK to 3.4.1 version.
|
13 years ago |
Xianyi Zhang
|
fd2ee0c9e2
|
Refs #88. Fixed the build bug about LAPACKE C Interface to LAPACKE.
|
13 years ago |
Zaheer Chothia
|
78914475ae
|
Fixed #88. Build LAPACKE: C Interface to LAPACK.
|
13 years ago |
Xianyi Zhang
|
910338f071
|
Merge branch 'develop' into sandybridge
|
13 years ago |
Xianyi Zhang
|
fad089ffff
|
Fixed #84 the MD5 command line bug on Mac OSX.
|
13 years ago |
Xianyi Zhang
|
19a48b82cf
|
Init Sandybridge codes based on Nehalem.
|
13 years ago |
Xianyi Zhang
|
3871b6a86d
|
Merge branch 'loongson3b' into release-0.1.0
|
13 years ago |
Xianyi Zhang
|
31c836ac25
|
Ref #79 Added GEMM_MULTITHREAD_THRESHOLD flag to use single thread in gemm function with small matrices.
|
13 years ago |
Xianyi Zhang
|
1f15bee02a
|
Refs #81. Added LIBNAMESUFFIX flag in Makefile.rule. The user can use this flag to control the library name, e.g. libopenblas.a, libopenblas_ifort.a or libopenblas_omp.a.
|
13 years ago |
Xianyi Zhang
|
d047afe615
|
Set shared library soname in Linux.
|
13 years ago |
Xianyi Zhang
|
0bbf955d4c
|
Refs #74. Added -lgfortran into generating shared library.
|
13 years ago |
Stefan Karpinski
|
0d76196a09
|
Fix #68: don't require SystemStubs on OS X.
|
13 years ago |
Xianyi Zhang
|
285e69e2d1
|
Disable using simple thread level3 to fix a bug on Loongson 3B.
|
14 years ago |
Xianyi Zhang
|
d1baf14a64
|
Enable thread affinity on Loongson 3B. Fixed the bug of reading cycle counter.
In Loongson 3A and 3B, the CPU core increases the counter in every 2 cycles by default.
|
14 years ago |
Xianyi
|
d0152ec8ca
|
Fixed #61 a building bug about setting TARGET and DYNAMIC_ARCH at the same time.
|
14 years ago |
traits
|
30947ea2d5
|
Fixed #44 a makefile bug when DYNAMIC_ARCH=1 and INTERFACE64=1.
|
14 years ago |
Xianyi Zhang
|
c642b61d4d
|
Merge branch 'master' of github.com:xianyi/OpenBLAS into develop
|
14 years ago |
Elias Pipping
|
49742cb2d3
|
Make USE_OPENMP=0 disable openmp
|
14 years ago |
Xianyi Zhang
|
8d50a9fd1a
|
Fixed #35 a build bug with NO_LAPACK=1 & DYNAMIC_ARCH=1.
|
14 years ago |
Xianyi Zhang
|
552f31dbbd
|
Fixed #13. Fixed blasint undefined bug in <cblas.h> file.
|
14 years ago |
Xianyi Zhang
|
fbf95688d6
|
Added utest frame using CUnit(http://cunit.sourceforge.net/).
|
14 years ago |
Xianyi Zhang
|
0597c1076f
|
Added the configures of loongson 3a. refs #1
|
14 years ago |
Xianyi Zhang
|
e6c13e2b3c
|
changed library name to openblas and modified environment variable.
|
14 years ago |
Xianyi Zhang
|
342bbc3871
|
Import GotoBLAS2 1.13 BSD version codes.
|
14 years ago |