Zhang Xianyi
96f0bbe067
Fixed cmake bug on haswell.
10 years ago
Zhang Xianyi
d8392c1245
Fixe cmake config bugs.
10 years ago
Zhang Xianyi
aca7d7e953
Detect cmake test result.
10 years ago
Zhang Xianyi
94b125255f
Merge branch 'develop' into cmake
Conflicts:
driver/others/memory.c
10 years ago
Zhang Xianyi
3684706a12
Include time.h.
10 years ago
Zhang Xianyi
90aa8e24b9
Refs #615 . Import bug fixes for LAPACKE dormlq.
10 years ago
Zhang Xianyi
11ac4665c8
Fixed #654 . Make sure the gotoblas_init function is run before all other static initializations.
10 years ago
Zhang Xianyi
c666158b79
Merge pull request #656 from stevengj/libname
default to lib$(SYMBOLPREFIX)openblas$(SYMBOLSUFFIX)
10 years ago
Zhang Xianyi
ccf581f94d
Merge pull request #659 from Keno/patch-2
Fix cross compilation suffix detection
10 years ago
Keno Fischer
e9493f69eb
Fix cross compilation suffix detection
If the path involves `-`, this would have otherwise detected this as a cross compile suffix.
10 years ago
Steven G. Johnson
88bef3bffc
default to lib$(SYMBOLPREFIX)openblas$(SYMBOLSUFFIX), as discussed in #646 : if you rename the symbols, it is best to rename the library
10 years ago
Zhang Xianyi
f27942a68a
Fixed make TARGET=CORTEXA9 and CORTEXA15 bug.
10 years ago
Zhang Xianyi
0cc2b3de0b
Merge pull request #652 from larsmans/fixes
Tiny fixes
10 years ago
Lars Buitinck
b9534bbd76
git ignore versioned .so files
10 years ago
Lars Buitinck
45c8b5e756
actually remove cblas_noconst.h
This file hasn't been used since 212463dce9 .
10 years ago
Zhang Xianyi
a96a4cb012
Merge pull request #640 from kortschak/dlansy-fix
Fix LAPACK_*lansy routines
10 years ago
Zhang Xianyi
baec8f5cac
Refs #638 . Fixed compiling bug with clang on Mac OS X.
10 years ago
kortschak
d6e8459f20
Fix LAPACK_*lansy routines
Fixes #639 .
10 years ago
Zhang Xianyi
dfe1eef33b
Merge branch 'yuyichao-skylake-id' into develop
10 years ago
Zhang Xianyi
cc7cab8a45
Detect other Intel Skylake cores.
http://users.atw.hu/instlatx64/
10 years ago
Yichao Yu
61ae47eb99
Ref #632 . Support Intel Skylake by Haswell kernels.
10 years ago
Zhang Xianyi
22353b1727
Merge pull request #634 from kortschak/lantr-trans-prep
Fix lantr preparation for row major matrices
10 years ago
kortschak
efffd28739
Fix lantr preparation for row major matrices
10 years ago
Zhang Xianyi
62cabef857
Merge pull request #633 from grisuthedragon/tune_imatcopy
Improved Ximatcopy when lda==ldb.
10 years ago
Martin Koehler
711ca33bc6
Improved Ximatcopy when lda==ldb.
The Ximatcopy functions create a copy of the input matrix
although they seem to work inplace. The new routines
XIMATCOPY_K_YY perform the operations inplace if the leading
dimension does not change.
10 years ago
Zhang Xianyi
40a3fed6b8
Merge pull request #630 from buffer51/develop
Fixed error in common.h for Android compilation introduced by e12cf11
10 years ago
buffer51
2297a2d989
Fixed error in common.h for Android compilation introduced by e12cf1123e
10 years ago
Zhang Xianyi
5408074941
Add notification.
10 years ago
Zhang Xianyi
bbcdf63bb4
Merge branch 'develop' of github.com:xianyi/OpenBLAS into develop
10 years ago
Zhang Xianyi
43eabab62f
Merge pull request #619 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
10 years ago
The Gitter Badger
50901943fd
Added Gitter badge
10 years ago
Zhang Xianyi
7df0820160
Use C kernels for s/dgemv on x86.
10 years ago
Zhang Xianyi
17ee2237c3
Fixed cmake bug with NO_LAPACK=1
10 years ago
Zhang Xianyi
4b7381b7a4
Merge pull request #617 from notaz/arm_fixes
really fix ARM64 locking
10 years ago
Grazvydas Ignotas
abade3f896
really fix ARM64 locking
10 years ago
Zhang Xianyi
d1349e7a11
Merge pull request #616 from notaz/arm_fixes
ARM fixes
10 years ago
Grazvydas Ignotas
3efeaed0d8
correct a minor mistake
10 years ago
Grazvydas Ignotas
d38a1ddc7a
use real armv5 support
there is no more requirement for ARMv6 instructions,
and VFP on ARMv5 is uncommon
10 years ago
Grazvydas Ignotas
6b92204a7c
add fallback blas_lock implementation
to be used on armv5 and new platforms
10 years ago
Grazvydas Ignotas
f2ac1a5cee
set ARMV7 for Cortex-A9 and Cortex-A15
otherwise some macros like YIELDING are not defined correctly
10 years ago
Grazvydas Ignotas
e12cf1123e
add fallback rpcc implementation
- use on arm, arm64 and any new platform
- use faster integer math instead of double
- use similar scale as rdtsc so that timeouts work
10 years ago
Grazvydas Ignotas
d3e2f0a1af
add missing barriers
should fix issue #597
10 years ago
Grazvydas Ignotas
c2323dd4d2
really fix ARM locking
- was writing 0 to lock variable, so was ineffective
- only exit loop if both lock was 0 and strex was successful
10 years ago
Zhang Xianyi
f8eba3d548
Fixed cmake build bugs on Linux.
10 years ago
Zhang Xianyi
40ab5cfc50
Merge branch 'hpanderson_cmake' into cmake
10 years ago
Zhang Xianyi
b7a8f9ad47
Merge branch 'cmake' of https://github.com/hpanderson/OpenBLAS into hpanderson_cmake
10 years ago
Zhang Xianyi
f874465bb8
Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit.
Disable CBLAS and LAPACK.
10 years ago
Zhang Xianyi
bb6e050509
Merge pull request #614 from xantares/cmake_version
install OpenBLASConfigVersion.cmake
10 years ago
xantares
87336b9acf
install OpenBLASConfigVersion.cmake
10 years ago
Hank Anderson
19664f3ef4
Added missing lapacke.cmake file.
10 years ago