platform/upstream/openblas.git
2 years agoAdapt commands for tests with GNU make.
Markus Mützel [Mon, 11 Apr 2022 09:45:05 +0000 (11:45 +0200)]
Adapt commands for tests with GNU make.

2 years agoUse f2c translations of LAPACK when no Fortran compiler is available (#3539)
Martin Kroeker [Sat, 9 Apr 2022 20:38:58 +0000 (22:38 +0200)]
Use f2c translations of LAPACK when no Fortran compiler is available (#3539)

* Add C equivalents of the Fortran routines from Reference-LAPACK as fallbacks, and C_LAPACK variable to trigger their use

2 years agoMerge pull request #3601 from mmuetzel/ci
Martin Kroeker [Sat, 9 Apr 2022 20:25:15 +0000 (22:25 +0200)]
Merge pull request #3601 from mmuetzel/ci

Consolidate actions on GitHub runners.

2 years agoMerge pull request #3602 from martin-frbg/fixup3600
Martin Kroeker [Sat, 9 Apr 2022 20:23:45 +0000 (22:23 +0200)]
Merge pull request #3602 from martin-frbg/fixup3600

Fix missing braces from previous commit (PR3600)

2 years agoFix missing braces from previous commit (PR3600)
Martin Kroeker [Sat, 9 Apr 2022 18:03:36 +0000 (20:03 +0200)]
Fix missing braces from previous commit (PR3600)

2 years agoConsolidate actions on GitHub runners.
Markus Mützel [Sat, 9 Apr 2022 16:46:27 +0000 (18:46 +0200)]
Consolidate actions on GitHub runners.

Re-organize build matrix for Ubuntu and MacOS runners.
Don't start runners that don't do anything.
Run tests.

2 years agoDisable flang (over-)optimizations in BLAS tests (#3600)
Martin Kroeker [Sat, 9 Apr 2022 15:14:24 +0000 (17:14 +0200)]
Disable flang (over-)optimizations in BLAS tests (#3600)

* limit flang optimizations to -O2

2 years agoMerge pull request #3593 from e4t/Fix_build_targets_Makefile_prebuild
Martin Kroeker [Thu, 7 Apr 2022 12:25:15 +0000 (14:25 +0200)]
Merge pull request #3593 from e4t/Fix_build_targets_Makefile_prebuild

Fix build targets in Makefile.prebuild

2 years agoPrevent powershell from adding a BOM to test input (#3595)
Martin Kroeker [Thu, 7 Apr 2022 12:24:19 +0000 (14:24 +0200)]
Prevent powershell from adding a BOM to test input (#3595)

* Prevent addition of a BOM to test input (which would distort the names of output files)

2 years agoFix build targets in Makefile.prebuild
Egbert Eich [Mon, 21 Mar 2022 10:16:49 +0000 (11:16 +0100)]
Fix build targets in Makefile.prebuild

- config.h was used as target even when it wasn't generated.
  This only worked because the 'dummy' target always triggers
  a full rebuild.
  It is however better to specify the exact target that is to
  be rebuilt do avoid confusion.
- Explicitly mark 'dummy' as a 'phony' target.

Signed-off-by: Egbert Eich <eich@suse.com>
2 years agoMerge pull request #3590 from mmuetzel/ci-msys2
Martin Kroeker [Sun, 3 Apr 2022 17:53:38 +0000 (19:53 +0200)]
Merge pull request #3590 from mmuetzel/ci-msys2

Add action for MSYS2 builds.

2 years agoAdd action for MSYS2 builds.
Markus Mützel [Thu, 31 Mar 2022 09:07:18 +0000 (11:07 +0200)]
Add action for MSYS2 builds.

2 years agoMerge pull request #3575 from mmuetzel/lapacke-win64
Martin Kroeker [Tue, 29 Mar 2022 18:04:04 +0000 (20:04 +0200)]
Merge pull request #3575 from mmuetzel/lapacke-win64

Fix LAPACKE with 64-bit indexing on Windows.

2 years agoMerge pull request #3588 from martin-frbg/fix3586
Martin Kroeker [Tue, 29 Mar 2022 17:36:27 +0000 (19:36 +0200)]
Merge pull request #3588 from martin-frbg/fix3586

Fix mistaken declaration of CortexX1 as ArmV9 in PR#3586

2 years agoMerge pull request #3589 from e4t/Exclude_paramter.c_symbols_with_DYNAMIC_ARCH
Martin Kroeker [Tue, 29 Mar 2022 17:35:56 +0000 (19:35 +0200)]
Merge pull request #3589 from e4t/Exclude_paramter.c_symbols_with_DYNAMIC_ARCH

Do not include symbols defined in driver/others/parameter.c in DYNAMI…

2 years agoDo not include symbols defined in driver/others/parameter.c in DYNAMIC_ARCH
Egbert Eich [Sun, 13 Mar 2022 09:57:59 +0000 (10:57 +0100)]
Do not include symbols defined in driver/others/parameter.c in DYNAMIC_ARCH

driver/others/parameter.c does not get build during DYNAMIC_ARCH, thus,
do not declare its symbols. This will make the build fail early and in
an obvious way if functions are trying to use these symbols.

Signed-off-by: Egbert Eich <eich@suse.com>
2 years agoUpdate param.h
Martin Kroeker [Mon, 28 Mar 2022 16:10:08 +0000 (18:10 +0200)]
Update param.h

2 years agoCortex X1 is only Arm8.2
Martin Kroeker [Mon, 28 Mar 2022 15:40:27 +0000 (17:40 +0200)]
Cortex X1 is only Arm8.2

2 years agofix defines for CORTEX-X
Martin Kroeker [Mon, 28 Mar 2022 15:37:06 +0000 (17:37 +0200)]
fix defines for CORTEX-X

2 years agoCortexX1 is only ArmV8
Martin Kroeker [Mon, 28 Mar 2022 15:31:26 +0000 (17:31 +0200)]
CortexX1 is only ArmV8

2 years agoCortexX1 is ARMV8 like A7x
Martin Kroeker [Mon, 28 Mar 2022 15:28:29 +0000 (17:28 +0200)]
CortexX1 is ARMV8 like A7x

2 years agoCortexX1 is only ARMV8
Martin Kroeker [Mon, 28 Mar 2022 15:18:56 +0000 (17:18 +0200)]
CortexX1 is only ARMV8

2 years agoMerge pull request #3587 from e4t/fix_avx512
Martin Kroeker [Mon, 28 Mar 2022 12:58:32 +0000 (14:58 +0200)]
Merge pull request #3587 from e4t/fix_avx512

Use CC and full command line instead of hard-coding gcc for AVX512 ch…

2 years agoUse CC and full command line instead of hard-coding gcc for AVX512 checking
Egbert Eich [Mon, 28 Mar 2022 06:14:52 +0000 (08:14 +0200)]
Use CC and full command line instead of hard-coding gcc for AVX512 checking

Hard-coding gcc may not provide incorrect results when a different compiler
for the target build is used. To remain in sync with the main call to c_check,
pass the full command line.

Signed-off-by: Egbert Eich <eich@suse.com>
2 years agoMerge pull request #3586 from martin-frbg/arm64cpus
Martin Kroeker [Sun, 27 Mar 2022 16:12:21 +0000 (18:12 +0200)]
Merge pull request #3586 from martin-frbg/arm64cpus

Initial support for M1 on Linux, Phytium FT2000 series, ARMV9 Cortex X1,X2,A510,A710

2 years agoAdd initial support for Phytium FT2000 series and ARMV9 Cortex 510/710/X1/X2
Martin Kroeker [Sun, 27 Mar 2022 13:29:20 +0000 (15:29 +0200)]
Add initial support for Phytium FT2000 series and ARMV9 Cortex 510/710/X1/X2

2 years agoAdd initial support for ARMV9 Cortex 510/710/X1/X2
Martin Kroeker [Sun, 27 Mar 2022 13:26:42 +0000 (15:26 +0200)]
Add initial support for ARMV9 Cortex 510/710/X1/X2

2 years agoAdd initial support for M1 on Linux, Phytium FT2xxx series, ARM Cortex 510/710/X1/X2
Martin Kroeker [Sun, 27 Mar 2022 13:24:40 +0000 (15:24 +0200)]
Add initial support for M1 on Linux, Phytium FT2xxx series, ARM Cortex 510/710/X1/X2

2 years agoMerge pull request #3585 from martin-frbg/issue3581
Martin Kroeker [Sun, 27 Mar 2022 13:19:26 +0000 (15:19 +0200)]
Merge pull request #3585 from martin-frbg/issue3581

Revert accidental change of generic ARMV8 DGEMM parameters from #3425

2 years agoRevert accidental change of generic ARMV8 DGEMM parameters from #3425
Martin Kroeker [Sun, 27 Mar 2022 11:10:47 +0000 (13:10 +0200)]
Revert accidental change of generic ARMV8 DGEMM parameters from #3425

2 years agoMerge pull request #3584 from martin-frbg/ctestskip
Martin Kroeker [Fri, 25 Mar 2022 13:35:15 +0000 (14:35 +0100)]
Merge pull request #3584 from martin-frbg/ctestskip

Add a (CMAKE) option to skip the LAPACK testsuite and use it in Azure CI

2 years agoAdd support for Intel Fortran compilers.
Markus Mützel [Fri, 25 Mar 2022 12:37:15 +0000 (13:37 +0100)]
Add support for Intel Fortran compilers.

Port changes from upstream Reference-LAPACK.

2 years agoDisable the LAPACK testsuite for the Windows clang/flang build as it takes too long
Martin Kroeker [Thu, 24 Mar 2022 20:25:16 +0000 (21:25 +0100)]
Disable the LAPACK testsuite for the Windows clang/flang build as it takes too long

2 years agoAdd LAPACK-like option to omit the LAPACK testsuite
Martin Kroeker [Thu, 24 Mar 2022 20:23:28 +0000 (21:23 +0100)]
Add LAPACK-like option to omit the LAPACK testsuite

2 years agoILP support
Larson, Eric [Fri, 24 Sep 2021 20:03:59 +0000 (13:03 -0700)]
ILP support

long's in windows are 4 bytes (MSVS, intel compilers). Use int64_t and int32_t
to ensure 8 byte integers for ILP interface.

support 8 byte integer flag for intel ifort compiler

2 years agocreate INDEX64 target
Aisha Tammy [Sun, 1 Nov 2020 02:43:56 +0000 (02:43 +0000)]
create INDEX64 target

2 years agoMerge pull request #3580 from martin-frbg/dynx86_sbgemm
Martin Kroeker [Thu, 24 Mar 2022 10:33:00 +0000 (11:33 +0100)]
Merge pull request #3580 from martin-frbg/dynx86_sbgemm

Remove extraneous (and wrong) definition of sbgemm_r on x86_64

2 years agoMerge pull request #3579 from martin-frbg/issue3557-2
Martin Kroeker [Thu, 24 Mar 2022 07:28:37 +0000 (08:28 +0100)]
Merge pull request #3579 from martin-frbg/issue3557-2

Fix malfunctioning AVX512 check

2 years agoRemove extraneous (and wrong) definition of sbgemm_r on x86_64
Martin Kroeker [Wed, 23 Mar 2022 19:05:32 +0000 (20:05 +0100)]
Remove extraneous (and wrong) definition of sbgemm_r on x86_64

2 years agoMerge branch 'xianyi:develop' into issue3557-2
Martin Kroeker [Wed, 23 Mar 2022 18:13:54 +0000 (19:13 +0100)]
Merge branch 'xianyi:develop' into issue3557-2

2 years agoFix checks for AVX512 and atomics
Martin Kroeker [Wed, 23 Mar 2022 14:48:58 +0000 (15:48 +0100)]
Fix checks for AVX512 and atomics

2 years agoRevert AVX512 capability check from PR #1980 (moved to build)
Martin Kroeker [Wed, 23 Mar 2022 14:22:13 +0000 (15:22 +0100)]
Revert AVX512 capability check from PR #1980 (moved to build)

2 years agoUtilize compiler AVX512 capability info from c_check when building getarch
Martin Kroeker [Wed, 23 Mar 2022 14:19:55 +0000 (15:19 +0100)]
Utilize compiler AVX512 capability info from c_check when building getarch

2 years agoMerge pull request #3561 from AlessioZanga/patch-msvc
Martin Kroeker [Wed, 23 Mar 2022 10:28:13 +0000 (11:28 +0100)]
Merge pull request #3561 from AlessioZanga/patch-msvc

Remove MSVC limitation

2 years agoMerge pull request #3576 from martin-frbg/cmaketestbom
Martin Kroeker [Wed, 23 Mar 2022 06:19:15 +0000 (07:19 +0100)]
Merge pull request #3576 from martin-frbg/cmaketestbom

Skip BLAS tests if Windows powershell added a BOM

2 years agoMerge pull request #3577 from martin-frbg/azure_win2022
Martin Kroeker [Wed, 23 Mar 2022 06:18:45 +0000 (07:18 +0100)]
Merge pull request #3577 from martin-frbg/azure_win2022

Update Windows jobs in Azure CI to use Windows2022

2 years agoUpdate Windows jobs in Azure CI to use Windows2022
Martin Kroeker [Tue, 22 Mar 2022 20:51:09 +0000 (21:51 +0100)]
Update Windows jobs in Azure CI to use Windows2022

2 years agoSkip tests if Windows powershell added a BOM
Martin Kroeker [Tue, 22 Mar 2022 20:37:55 +0000 (21:37 +0100)]
Skip tests if Windows powershell added a BOM

2 years agoMerge pull request #3574 from AdamNiederer/fix-dynamic-list-compilation
Martin Kroeker [Sat, 19 Mar 2022 08:21:56 +0000 (09:21 +0100)]
Merge pull request #3574 from AdamNiederer/fix-dynamic-list-compilation

Fix broken elif in dynamic.c

2 years agoFix broken elif in dynamic.c
Adam Niederer [Fri, 18 Mar 2022 00:02:39 +0000 (20:02 -0400)]
Fix broken elif in dynamic.c

This fixes compilation in the following case:

$(MAKE) USE_OPENMP=1 USE_THREAD=1 NO_LAPACK=0 DYNAMIC_ARCH=1 \
DYNAMIC_LIST="HASWELL SKYLAKEX ATOM COOPERLAKE SAPPHIRERAPIDS ZEN"

2 years agoMerge pull request #3567 from cenewcombe/develop
Martin Kroeker [Sat, 12 Mar 2022 12:40:17 +0000 (13:40 +0100)]
Merge pull request #3567 from cenewcombe/develop

Fix unsafe read of Y in zsymv_L_sse2.S

2 years agofix unsafe read of Y in assembly kernel
Caroline Newcombe [Fri, 11 Mar 2022 17:56:33 +0000 (11:56 -0600)]
fix unsafe read of Y in assembly kernel

2 years agoMerge pull request #3565 from jonaszhou1/develop
Martin Kroeker [Fri, 11 Mar 2022 13:29:30 +0000 (14:29 +0100)]
Merge pull request #3565 from jonaszhou1/develop

Support Zhaoxin/Centaur kh40000 as ZEN

2 years agoMerge pull request #3566 from martin-frbg/configtls
Martin Kroeker [Fri, 11 Mar 2022 13:27:27 +0000 (14:27 +0100)]
Merge pull request #3566 from martin-frbg/configtls

Report USE_TLS in get_config output if set

2 years agoReport USE_TLS if set
Martin Kroeker [Thu, 10 Mar 2022 15:19:29 +0000 (16:19 +0100)]
Report USE_TLS if set

2 years agoSupport Zhaoxin/Centaur kh40000 as ZEN
JonasZhou [Fri, 4 Mar 2022 09:14:52 +0000 (17:14 +0800)]
Support Zhaoxin/Centaur kh40000 as ZEN

Signed-off-by: JonasZhou <JonasZhou@zhaoxin.com>
2 years agoChange `BUILD_WITHOUT_LAPACK` to `OFF` by default
AlessioZanga [Sat, 5 Mar 2022 22:35:29 +0000 (23:35 +0100)]
Change `BUILD_WITHOUT_LAPACK` to `OFF` by default

2 years agoRemove MSVC limitation
Alessio Zanga [Fri, 4 Mar 2022 23:07:01 +0000 (00:07 +0100)]
Remove MSVC limitation

2 years agoMerge pull request #3550 from guowangy/smatrix-mask-fix
Martin Kroeker [Mon, 28 Feb 2022 07:28:02 +0000 (08:28 +0100)]
Merge pull request #3550 from guowangy/smatrix-mask-fix

Small Matrix: use proper inline asm input constraint for AVX512 mask

2 years agoMerge branch 'develop' into risc-v
Xianyi Zhang [Mon, 28 Feb 2022 03:48:02 +0000 (11:48 +0800)]
Merge branch 'develop' into risc-v

2 years agoSmall Matrix: use proper inline asm input constraint for AVX512 mask
Wangyang Guo [Mon, 28 Feb 2022 03:22:31 +0000 (03:22 +0000)]
Small Matrix: use proper inline asm input constraint for AVX512 mask

2 years agoMerge pull request #3549 from martin-frbg/issue3543
Martin Kroeker [Sat, 26 Feb 2022 20:49:05 +0000 (21:49 +0100)]
Merge pull request #3549 from martin-frbg/issue3543

Annotate LAPACKE_lsame with attribute const for GCC(+compatible)

2 years agoMerge pull request #3548 from martin-frbg/rela-gemmt
Martin Kroeker [Sat, 26 Feb 2022 20:48:39 +0000 (21:48 +0100)]
Merge pull request #3548 from martin-frbg/rela-gemmt

Enable the ?GEMMT functions in ReLAPACK

2 years agoAnnotate LAPACKE_lsame with the const attribute for GCC and compatible compilers
Martin Kroeker [Sat, 26 Feb 2022 18:27:34 +0000 (19:27 +0100)]
Annotate LAPACKE_lsame with the const attribute for GCC and compatible compilers

2 years agoFix xGEMMT argument lists
Martin Kroeker [Sat, 26 Feb 2022 18:24:27 +0000 (19:24 +0100)]
Fix xGEMMT argument lists

2 years agoEnable xGEMMT functions
Martin Kroeker [Sat, 26 Feb 2022 18:23:40 +0000 (19:23 +0100)]
Enable xGEMMT functions

2 years agoMerge pull request #3547 from martin-frbg/issue3540-2
Martin Kroeker [Fri, 25 Feb 2022 20:54:11 +0000 (21:54 +0100)]
Merge pull request #3547 from martin-frbg/issue3540-2

More build fixes for CooperLake with BFLOAT16 and DYNAMIC_ARCH

2 years agoreally fix definition of SHUFFLE_MAGIC_NO
Martin Kroeker [Fri, 25 Feb 2022 14:36:02 +0000 (15:36 +0100)]
really fix definition of SHUFFLE_MAGIC_NO

2 years agoRemove stray $
Martin Kroeker [Fri, 25 Feb 2022 14:33:02 +0000 (15:33 +0100)]
Remove stray $

2 years agoDeclare SHUFFLE_MAGIC_NO as const to placate clang
Martin Kroeker [Fri, 25 Feb 2022 09:05:36 +0000 (10:05 +0100)]
Declare SHUFFLE_MAGIC_NO as const to placate clang

2 years agoDefine sbgemm_r to fix DYNAMIC_ARCH builds
Martin Kroeker [Fri, 25 Feb 2022 09:04:00 +0000 (10:04 +0100)]
Define sbgemm_r to fix DYNAMIC_ARCH builds

2 years agoMerge pull request #3542 from martin-frbg/issue3540
Martin Kroeker [Wed, 23 Feb 2022 23:00:00 +0000 (00:00 +0100)]
Merge pull request #3542 from martin-frbg/issue3540

Fix compilation for CooperLake on Windows/clang

2 years agoMerge pull request #3544 from giordano/mg/gcc6
Martin Kroeker [Wed, 23 Feb 2022 22:57:57 +0000 (23:57 +0100)]
Merge pull request #3544 from giordano/mg/gcc6

Fix compilation of Skylake AVX512 kernels with GCC 6

2 years agoFix compilation of Skylake AVX512 kernels with GCC 6
Mosè Giordano [Wed, 23 Feb 2022 22:51:59 +0000 (22:51 +0000)]
Fix compilation of Skylake AVX512 kernels with GCC 6

2 years agoMerge pull request #3541 from martin-frbg/issue3530
Martin Kroeker [Wed, 23 Feb 2022 22:13:53 +0000 (23:13 +0100)]
Merge pull request #3541 from martin-frbg/issue3530

Fix compilation for SkylakeX with gcc 6.x

2 years agoPrevent compiler attempts to use k0 as mask register
Martin Kroeker [Wed, 23 Feb 2022 19:12:20 +0000 (20:12 +0100)]
Prevent compiler attempts to use k0 as mask register

2 years agoFix non-portable u_int64_t
Martin Kroeker [Wed, 23 Feb 2022 19:10:59 +0000 (20:10 +0100)]
Fix non-portable u_int64_t

2 years agoGuard uses of _mm512_reduce_add_p?
Martin Kroeker [Wed, 23 Feb 2022 19:06:14 +0000 (20:06 +0100)]
Guard uses of _mm512_reduce_add_p?

2 years agoMerge pull request #3537 from xianyi/release-0.3.0
Martin Kroeker [Mon, 21 Feb 2022 05:57:27 +0000 (06:57 +0100)]
Merge pull request #3537 from xianyi/release-0.3.0

Merge back from 0.3.20 release to copy tag

2 years agoUpdate version to 0.3.20
Martin Kroeker [Sun, 20 Feb 2022 21:35:05 +0000 (22:35 +0100)]
Update version to 0.3.20

2 years agoMerge pull request #3536 from xianyi/develop
Martin Kroeker [Sun, 20 Feb 2022 21:33:59 +0000 (22:33 +0100)]
Merge pull request #3536 from xianyi/develop

Update from develop for release 0.3.20

2 years agoMerge branch 'release-0.3.0' into develop
Martin Kroeker [Sun, 20 Feb 2022 21:33:45 +0000 (22:33 +0100)]
Merge branch 'release-0.3.0' into develop

2 years agoUpdate version to 0.3.20
Martin Kroeker [Sun, 20 Feb 2022 21:30:50 +0000 (22:30 +0100)]
Update version to 0.3.20

2 years agoMerge pull request #3535 from martin-frbg/0320changes
Martin Kroeker [Sun, 20 Feb 2022 21:21:02 +0000 (22:21 +0100)]
Merge pull request #3535 from martin-frbg/0320changes

Update with 0.3.20 changes

2 years agoUpdate with 0.3.20 changes
Martin Kroeker [Sun, 20 Feb 2022 21:16:04 +0000 (22:16 +0100)]
Update with 0.3.20 changes

2 years agoMerge pull request #3532 from martin-frbg/issue3528-2
Martin Kroeker [Fri, 11 Feb 2022 10:44:32 +0000 (11:44 +0100)]
Merge pull request #3532 from martin-frbg/issue3528-2

Fix building a shared library on Mac with flang-classic

2 years agokeep flang-classic on MacOS from trying to create an executable instead of a library
Martin Kroeker [Thu, 10 Feb 2022 22:04:45 +0000 (23:04 +0100)]
keep flang-classic on MacOS from trying to create an executable instead of a library

2 years agofilter out libflangmain as well
Martin Kroeker [Thu, 10 Feb 2022 22:03:05 +0000 (23:03 +0100)]
filter out libflangmain as well

2 years agoMerge pull request #3531 from martin-frbg/issue2973
Martin Kroeker [Thu, 10 Feb 2022 13:16:08 +0000 (14:16 +0100)]
Merge pull request #3531 from martin-frbg/issue2973

Add .NOTPARALLEL: to MATGEN Makefile as a workaround for builds on DFS

2 years agoAdd .NOTPARALLEL: as a workaround for builds on DFS
Martin Kroeker [Wed, 9 Feb 2022 21:09:25 +0000 (22:09 +0100)]
Add .NOTPARALLEL: as a workaround for builds on DFS

2 years agoMerge pull request #3527 from martin-frbg/issue3490
Martin Kroeker [Mon, 7 Feb 2022 07:14:11 +0000 (08:14 +0100)]
Merge pull request #3527 from martin-frbg/issue3490

Treat AVX512-enabled Alder Lake like Cooper Lake/Sapphire Rapids

2 years agoSupport AVX512-enabled Alder Lake
Martin Kroeker [Sun, 6 Feb 2022 23:00:56 +0000 (00:00 +0100)]
Support AVX512-enabled Alder Lake

2 years agoSupport AVX512-enabled AlderLake
Martin Kroeker [Sun, 6 Feb 2022 23:00:15 +0000 (00:00 +0100)]
Support AVX512-enabled AlderLake

2 years agoMerge pull request #3493 from martin-frbg/casts+cleanup
Martin Kroeker [Sun, 6 Feb 2022 22:55:06 +0000 (23:55 +0100)]
Merge pull request #3493 from martin-frbg/casts+cleanup

WIP casts and cleanups

2 years agoUpdate azure-pipelines.yml
Martin Kroeker [Sat, 5 Feb 2022 21:39:03 +0000 (22:39 +0100)]
Update azure-pipelines.yml

2 years agoMerge pull request #3524 from martin-frbg/lapack646
Martin Kroeker [Thu, 3 Feb 2022 21:31:23 +0000 (22:31 +0100)]
Merge pull request #3524 from martin-frbg/lapack646

Fix input argument check in ?GEQRT2 (from Reference-LAPACK PR 646)

2 years agoFix input argument check (LAPACK PR 646)
Martin Kroeker [Thu, 3 Feb 2022 10:43:17 +0000 (11:43 +0100)]
Fix input argument check (LAPACK PR 646)

2 years agoMerge pull request #3521 from martin-frbg/issue3520
Martin Kroeker [Fri, 28 Jan 2022 12:39:36 +0000 (13:39 +0100)]
Merge pull request #3521 from martin-frbg/issue3520

Add proper defaults for Sparc IMIN/IMAX

2 years agoMerge pull request #3522 from martin-frbg/issue3517
Martin Kroeker [Fri, 28 Jan 2022 09:36:57 +0000 (10:36 +0100)]
Merge pull request #3522 from martin-frbg/issue3517

Disable building C/Z SPMV,SPR,SYMV,SYR when NO_LAPACK=1

2 years agoExclude some complex (LAPACK) functions when NO_LAPACK is set
Martin Kroeker [Thu, 27 Jan 2022 21:02:08 +0000 (22:02 +0100)]
Exclude some complex (LAPACK) functions when NO_LAPACK is set