Martin Kroeker
4bf00da8fb
Avoid allocating the transposed triangular matrix (Reference-LAPACK PR382)
4 years ago
Martin Kroeker
3a30c12019
Merge pull request #25 from xianyi/develop
rebase
4 years ago
Martin Kroeker
c9a82f54d1
Merge pull request #3204 from martin-frbg/lapack506
Correct INFO value returned by SLASQ2/DLASQ2 (Reference-LAPACK 506)
4 years ago
Martin Kroeker
444cb78be5
correct INFO value (Reference-LAPACK 506)
4 years ago
Martin Kroeker
171c20e3b6
Merge pull request #3202 from martin-frbg/issue3201
Fix division by zero in the non-x86 codepath of C/ZROTG
4 years ago
Martin Kroeker
c5fb91f1bc
Fix division by zero in the non-x86 codepath
4 years ago
Martin Kroeker
9a36a283d3
Merge pull request #3199 from martin-frbg/lapack537
Add LAPACKE fixes from Reference-LAPACK PR 537
4 years ago
Martin Kroeker
7e35d25ea0
Merge pull request #3198 from martin-frbg/lapack539
Apply fixes from Reference-LAPACK PR468 and 539 for array declarations in ?ORGBR/?UNGBR
4 years ago
Martin Kroeker
3704f5e5b0
Add missing break statements in the ?lascl functions
4 years ago
Martin Kroeker
6b76066632
Add const qualifiers
4 years ago
Martin Kroeker
2b01132515
Clean up misdeclaration of the dummy stand-in for A in ?ORGBR/?UNGBR workspace queries (Reference-LAPACK PR 468 and 530)
4 years ago
Martin Kroeker
8e95a1e18d
Merge pull request #3195 from martin-frbg/lapack536
Apply lapack-testing fix from Reference-LAPACK PR536
4 years ago
Martin Kroeker
13a29d13fd
Apply lapack-testing fix from Reference-LAPACK PR536
fixes changing back from a single OMP thread for error exit testing to the originally requested number of threads for computational tests
4 years ago
Martin Kroeker
a6c2cb8417
Merge pull request #3193 from martin-frbg/lapack538
Apply lapack-testing fixes from Reference-LAPACK PR538
4 years ago
Martin Kroeker
d511a7bb4f
Merge pull request #3191 from martin-frbg/issue3188
Delay creation of the (soft)link until after the library has been built
4 years ago
Martin Kroeker
3526ff2507
Apply fixes from Reference-LAPACK PR538
4 years ago
Martin Kroeker
adcfe7b789
Merge pull request #3190 from martin-frbg/issue3128-2
Replace spurious AVX512 requirement in the Haswell drot microkernel with an AVX2/FMA3 guard
4 years ago
Martin Kroeker
0608bc5d82
delay creation of the softlink until after the library has been created
4 years ago
Martin Kroeker
3d511f0e66
replace spurious avx512 requirement with fma check
4 years ago
Martin Kroeker
0b8a436af9
Add mixed clang/ifort build on OSX to Azure CI ( #3185 )
* Add mixed clang/ifort build on OSX to the Azure CI config based on https://github.com/oneapi-src/oneapi-ci
(and remove debugging tools from the clang+gfortran job)
* Remove extraneous libgfortran dependency of ifort builds
* remove FEXTRALIB from link line of shared library as ifort keeps track of dependencies (and they are different for a .dylib than what f_check got for an executable)
4 years ago
Martin Kroeker
352efdd13a
Merge pull request #24 from xianyi/develop
rebase
4 years ago
Martin Kroeker
4855af02a3
Merge pull request #3184 from martin-frbg/ctestfix
Fix obscure ctest crashes on OSX and add OSX builds to Azure CI
4 years ago
Martin Kroeker
94a5a1f0f1
Add OSX build variations to Azure CI
4 years ago
Martin Kroeker
751d127d7c
Include cblas_test.h to achieve int/long size change with INTERFACE64
4 years ago
Martin Kroeker
fc101b67e5
Merge pull request #23 from xianyi/develop
rebase
4 years ago
Martin Kroeker
b0239a05fd
Merge pull request #3183 from martin-frbg/2715-x
Restore __volatile__ keyword in ARM64 DYNAMIC_ARCH detection mechanism
4 years ago
Martin Kroeker
623d580b4c
Restore __volatile__ keyword
4 years ago
Martin Kroeker
974acb39ff
Merge pull request #3181 from RajalakshmiSR/dgemmp10vp
POWER10: Improve dgemm performance
4 years ago
Rajalakshmi Srinivasaraghavan
2379abaa5e
POWER10: Improve dgemm performance
This patch uses vector pair pointer for input load operation
which helps to generate power10 lxvp instructions.
4 years ago
Martin Kroeker
3caf781d7c
Merge pull request #3179 from RajalakshmiSR/zgemvp10
POWER10: Optimized zgemv
4 years ago
Rajalakshmi Srinivasaraghavan
55bb9f639a
POWER10: Optimized zgemv
This patch makes use of Matrix-Multiply Assist (MMA)
feature introduced in POWER ISA v3.1 for zgemv_n and zgemv_t.
4 years ago
Martin Kroeker
0dba04bb58
Merge pull request #3178 from martin-frbg/fix2864
Fix unwanted fallback to implicit typing in slanv2/dlanv2
4 years ago
Martin Kroeker
e96f5e3c65
Fix implicit typing of new variable TWO
4 years ago
Martin Kroeker
558724e99f
Fix implicit typing of new variable TWO
4 years ago
Martin Kroeker
067c96a873
Merge pull request #3177 from martin-frbg/issue3176
Use "old" compute(24) function with clang due to register limitations
4 years ago
Martin Kroeker
4b380c0b40
Merge pull request #3175 from LYP951018/develop
Pass NO_AVX512 macro def when `DYNAMIC_ARCH` is enabled
4 years ago
Martin Kroeker
2dfb24730d
Use "old" compute(24) function with clang due to register limitations
4 years ago
刘雨培
725432efaa
pass NO_AVX512 macro def
4 years ago
Martin Kroeker
a2216ef19f
Merge pull request #3173 from martin-frbg/dyna-sse3
Fix spillover of host-specific build flags into the shared part of x86 DYNAMIC_ARCH builds
4 years ago
Martin Kroeker
5332cbae18
Avoid adding host-specific cpuflags to the common part of DYNAMIC_ARCH builds
4 years ago
Martin Kroeker
209b026e46
Merge pull request #3172 from martin-frbg/lapack477-final
Copy missing fixes from the final revision of Reference-LAPACK PR477
4 years ago
Martin Kroeker
1ae607beca
Update Makefile.x86_64
4 years ago
Martin Kroeker
d393f1923f
Fix spillover of host-specific build flags into the shared part of DYNAMIC_ARCH builds with gmake
for #3139
4 years ago
Martin Kroeker
081d5ae971
Fix typo and potentially undefined variables
(copies fixes made in Reference-LAPACK PR 477 after the initial cherrypick)
4 years ago
Martin Kroeker
0492f0f3f9
Merge pull request #22 from xianyi/develop
rebase
4 years ago
Martin Kroeker
147e0a75fd
Merge pull request #3170 from CodesWithWolves/sgemm_tcopy_16-invalid-read
Remove Unnecessary/Erroneous Adds/Reads In sgemm_tcopy_16.S COPY1x8 Macro
4 years ago
Martin Kroeker
ee068af843
Merge pull request #3171 from RajalakshmiSR/BE_p10
POWER10: Adding check for little endian
4 years ago
Rajalakshmi Srinivasaraghavan
2dbcddd83d
POWER10: Adding check for little endian
This patch makes sure that recent POWER10 patches are used
only for little endian.
4 years ago
CodesWithWolves
d2bda3b56a
Remove Unnecessary/Erroneous Reads In sgemm_tcopy_16.S COPY1x8 Macro
There appears to have been some code leak when copying from the COPY2x8
macro above where we're reading 8 bytes into d4-d7 directly after
reading 4 bytes into s4-s7. These 32 bytes in d4-7 are unused and can
possibly overrun the boundary of allocated memory -- Valgrind detected
this which is what dragged my attention to it for a 128,1 copy.
Additionally, there is no need to update the addresses stored in A0-A7
as the only possible paths after running this macro will overwrite A0-7
if looping to the next 8 rows, or overwrite A0-3 if moving to 4 rows --
in which case A4-7 are unused.
4 years ago
Martin Kroeker
903fd85c85
Merge pull request #3167 from xianyi/fix3126
Fix compilation of the benchmarks on older OSX versions
4 years ago