Vladimir Chalupecky
117d3371d4
LAPACKE: fix wrong direction check in LAPACKE_?larfb_work
Closes #971
9 years ago
Martin Kroeker
9b69d8a8e5
Update zgetrf2.f
Trivial typo correction (ZERBLA => XERBLA) to fix #910
9 years ago
John Biddiscombe
053044ae4d
Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR
If OpenBLAS is built using add_subdirectory(OpenBlas) as part of another project
then the paths set by CMAKE_XXX_DIR are relative to the parent project
and not the OpenBLAS project.
9 years ago
Werner Saar
10c2ebdfc5
BUGFIX: removed fixes for bugs #148 and #149 , because info for xerbla is wrong
9 years ago
Werner Saar
26b3b3a3e6
bugfixes form lapack svn for bugs #142 - #155
9 years ago
Werner Saar
8d652f11e7
updated smallscaling.c to build without C99 or C11
increased the threshold value of nep.in to 40
9 years ago
buffer51
855e0cb700
Restored LAPACK_COMPLEX_STRUCTURE for Android prior to 21. Refs #682 .
9 years ago
Werner Saar
ceaa931e48
updated gemv kernel for armv6
9 years ago
Zhang Xianyi
01db7908b8
Merge pull request #713 from btracey/patch-2
Fix Dormbr to perform the correct size operations with RowMajor
9 years ago
Brendan Tracey
b3f100dc25
Fix Dormbr to perform the correct size operations with RowMajor
Fixes issue #712
9 years ago
Brendan Tracey
2f65aad626
Fix Dormlq to perform the correct size operations with RowMajor
Fixes issue #615 .
9 years ago
Zhang Xianyi
da7f69e8f4
Refs #699 . Split the obj list of LAPACKE 3.6.0.
10 years ago
Werner Saar
299cdcdc29
lapack fixes for Windos
10 years ago
Werner Saar
a8516c5b47
fixes for cross compile
10 years ago
Werner Saar
c40538eaeb
bugfix for cross compiling
10 years ago
Werner Saar
33e37d01b3
added lapack-3.6.0
10 years ago
Werner Saar
64db4576e6
removed lapack-3.5.0
10 years ago
Zhang Xianyi
a550431ee6
Refs #682 . Enable LAPACK_COMPLEX_STRUCTURE when __ANDROID_API_ < 21.
10 years ago
Zhang Xianyi
90aa8e24b9
Refs #615 . Import bug fixes for LAPACKE dormlq.
10 years ago
kortschak
d6e8459f20
Fix LAPACK_*lansy routines
Fixes #639 .
10 years ago
kortschak
efffd28739
Fix lantr preparation for row major matrices
10 years ago
Werner Saar
3814bf60d3
added optimized dsymv kernels for haswell
10 years ago
Werner Saar
6d0db0151f
added optimized zaxpy-kernels
10 years ago
Werner Saar
3937e2a0a0
add optimized sdot-kernel for sandybridge
10 years ago
Erik Schnetter
29cb47fc06
Move #include statements outside extern "C" blocks
10 years ago
Erik Schnetter
cd9868b1b4
Correct ilaver C declaration
10 years ago
Werner Saar
4de7b9ae47
increased NMAX to 128
10 years ago
Werner Saar
ec85c4a51d
Increased the Threshold value in sep.in
10 years ago
Werner Saar
97de657d38
added tests to sep.as as workaround for gfortran-4.8.x
10 years ago
wernsaar
e2fc8c8c2c
changed 1 test value (bug in lapack-testing?)
11 years ago
wernsaar
dc05937313
added additional test values
11 years ago
wernsaar
339ab34c4c
added additional test value to dstest.in
11 years ago
wernsaar
cedc1f4b14
Ref #410 : disabled optimized potri functions ( single threading bug)
11 years ago
wernsaar
2081f6e8ff
Lapack bug114: replaced cgesvd.f and zgesvd.f
11 years ago
wernsaar
dc6b809f15
Lapack bug117: replaced zstemr.f
11 years ago
wernsaar
0f08684649
Lapack bug118: replaced clanhf.f and zlanhf.f
11 years ago
wernsaar
aa2709c4e0
enabled optimized dgemm kernel for NEHALEM
11 years ago
Zhang Xianyi
a40116de25
Fixed generating DLL bug.
11 years ago
wernsaar
219bcb119d
added lapack and lapacke timing libs by default
11 years ago
wernsaar
5664445543
changed threshold value for sep.in from 50.0 to 60.0
11 years ago
wernsaar
89da450800
enabled and tested optimized potri lapack functions
11 years ago
wernsaar
c26bbee489
enabled abd tested optimized trtri lapack functions
11 years ago
wernsaar
a748d3a75d
enabled optimized trti2 lapack functions again
11 years ago
wernsaar
a5ab231ad4
enabled optimized complex lauum lapack functions again
11 years ago
wernsaar
dbaeea7b59
enabled lauu2 and lauum lapack functions again
11 years ago
wernsaar
0d75f3b6a2
enabled and tested optimized gesv lapack functions
11 years ago
wernsaar
2ff66e661d
enabled and tested optimized laswp lapack function
11 years ago
wernsaar
ebc95e6f11
enabled and tested optimized potf2 lapack functions
11 years ago
wernsaar
61a2c50e8e
enabled and tested optimized getf2 lapack functions
11 years ago
wernsaar
4f98f8c9b3
enabled and tested optimized potrf lapack functions
11 years ago