Martin Kroeker
09b240f1ef
Fix missing comma on continued line
EXTERNAL declaration of subroutines missed a comma before the continuation line,
causing a strange run-together name to appear in the object when compiled with ifort.
8 years ago
Martin Kroeker
69f4e8b86c
Fix missing comma on continued line
EXTERNAL declaration of subroutines missed a comma before the continuation line,
causing a strange run-together name to appear in the object when compiled with ifort.
8 years ago
Martin Kroeker
e072e68aa0
Fix missing comma in continued line
EXTERNAL declaration of subroutines missed a comma before the continuation line,
causing a strange run-together name to appear in the object when compiled with ifort.
8 years ago
Vladimir Chalupecky
eeaee46e86
LAPACKE: fix wrong matrix size in ?ormbr
Changes made upstream in Reference LAPACK in
https://github.com/Reference-LAPACK/lapack/pull/128
8 years ago
Martin Kroeker
3f7720ec4b
LAPACKE: fix wrong number of columns in ?ormlq
Copied from lapack https://github.com/Reference-LAPACK/lapack/pull/127 by vladimir-ch (with earlier changes from echeresh's
PR 115 "lapacke_*ormlq_work: move declarations under if" there as they touched some of the same files)
8 years ago
Vladimir Chalupecky
4c2b713ce5
LAPACKE: fix incorrect value of lda_t in lapacke_?laswp_work
Fixed in Reference LAPACK in commit:
07e1fbd897
8 years ago
Martin Kroeker
7611a41f40
Split LAPACKE 3.7.0 obj list (take 2)
Missed the splitting of the actual ar call
8 years ago
Martin Kroeker
9f5cfd43dc
Split the obj list of LAPACKE 3.7.0
Split obj list to allow building with mingw (argument list too long for the msys ar)
8 years ago
Werner Saar
1153e3ac39
filtered out -fopenmp and fix for mingw
8 years ago
Werner Saar
7c2c488c23
removed xerbla and lsame for Makefile
8 years ago
Werner Saar
4494d03a21
filtered out optimized functions
8 years ago
Werner Saar
d35baf30cf
added lapack 3.7.0 with latest patches from git
8 years ago
Werner Saar
8cd46acebb
removed lapack 3.6.0
8 years ago
François Bissey
c732f1a066
Never use "make" in makefiles. Only $(MAKE).
8 years ago
Martin Koehler
6f58271190
Move remaining OpenBLAS related changes from 3.6.0 to 3.6.1
9 years ago
Martin Koehler
311e0a912c
Fix #971
9 years ago
Martin Koehler
429dfd83ee
Fix threshold in nep.in
9 years ago
Martin Köhler
5af06c764a
Fix MingW build
9 years ago
Martin Köhler
77006cc2a3
Import LAPACK: top directory
9 years ago
Martin Köhler
57eee3fa43
Import LAPACK: TESTING directory
9 years ago
Martin Köhler
92a858e69e
Import LAPACK: SRC directory
9 years ago
Martin Köhler
13d40e7591
Import LAPACK: LAPACKE directory
9 years ago
Martin Köhler
4c29d20108
Import LAPACK: INSTALL directory
9 years ago
Martin Köhler
1357b8d93b
Import LAPACK: DOCS directory
9 years ago
Martin Köhler
fb7057babe
Import LAPACK: CMAKE directory
9 years ago
Martin Köhler
358ee318ed
Import LAPACK: CBLAS directory
9 years ago
Martin Köhler
4c024b85e4
Import LAPACK: BLAS directory
9 years ago
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