platform/upstream/openblas.git
22 months agoPOWER: Fix complex dot function failures
Rajalakshmi Srinivasaraghavan [Mon, 18 Jul 2022 19:48:43 +0000 (14:48 -0500)]
POWER: Fix complex dot function failures

There are some test failures in complex dot functions when compiling with gcc12.
The machine constraints used now do not update all the four elements in the
expected result array. Fixing this with a reduced level of optimization.
This is not changing any performance numbers but will be converted to C code in future.

22 months agoMerge pull request #3686 from martin-frbg/issue3685
Martin Kroeker [Wed, 13 Jul 2022 06:24:15 +0000 (08:24 +0200)]
Merge pull request #3686 from martin-frbg/issue3685

Fix Fortran-less CTEST build option

22 months agoFix function prototypes and INTERFACE64 support
Martin Kroeker [Tue, 12 Jul 2022 17:37:30 +0000 (19:37 +0200)]
Fix function prototypes and INTERFACE64 support

22 months agoFix switching between Fortran and C build
Martin Kroeker [Tue, 12 Jul 2022 17:35:31 +0000 (19:35 +0200)]
Fix switching between Fortran and C build

22 months agoMerge pull request #3680 from martin-frbg/issue3636-2
Martin Kroeker [Thu, 7 Jul 2022 09:38:24 +0000 (11:38 +0200)]
Merge pull request #3680 from martin-frbg/issue3636-2

Guard against sysconf(__SC_NPROCESSORS_CONF) returning zero at runtime

22 months agoGuard against sysconf returning zero processors
Martin Kroeker [Wed, 6 Jul 2022 15:22:18 +0000 (17:22 +0200)]
Guard against sysconf returning zero processors

22 months agoGuard against system call returning zero processors
Martin Kroeker [Wed, 6 Jul 2022 15:21:10 +0000 (17:21 +0200)]
Guard against system call returning zero processors

22 months agoMerge pull request #3678 from martin-frbg/issue3677
Martin Kroeker [Tue, 5 Jul 2022 08:40:32 +0000 (10:40 +0200)]
Merge pull request #3678 from martin-frbg/issue3677

Eliminate uses of CREAL on left-hand side of assignments

22 months agoEliminate uses of CREAL on left-hand side of assignments
Martin Kroeker [Mon, 4 Jul 2022 22:01:09 +0000 (00:01 +0200)]
Eliminate uses of CREAL on left-hand side of assignments

22 months agoMerge pull request #3676 from martin-frbg/dnrm2-utest
Martin Kroeker [Mon, 4 Jul 2022 06:37:18 +0000 (08:37 +0200)]
Merge pull request #3676 from martin-frbg/dnrm2-utest

Add DNRM2 regression test for issues 2998 and 3654

22 months agoproperly embed test_dnrm2
Martin Kroeker [Sun, 3 Jul 2022 21:48:30 +0000 (23:48 +0200)]
properly embed test_dnrm2

22 months agouse huge_val not huge_valf for portability
Martin Kroeker [Sun, 3 Jul 2022 18:19:24 +0000 (20:19 +0200)]
use huge_val not huge_valf for portability

22 months agoold systems may not have inf in math.h
Martin Kroeker [Sun, 3 Jul 2022 16:23:51 +0000 (18:23 +0200)]
old systems may not have inf in math.h

22 months agoAdd DNRM2 regression test for issues 2998 and 3654
Martin Kroeker [Sun, 3 Jul 2022 15:56:49 +0000 (17:56 +0200)]
Add DNRM2 regression test for issues 2998 and 3654

22 months agoMerge pull request #3675 from martin-frbg/issue3654
Martin Kroeker [Sun, 3 Jul 2022 06:45:45 +0000 (08:45 +0200)]
Merge pull request #3675 from martin-frbg/issue3654

workaround ThunderX2 DNRM2 fault with ssq=inf,scale=0

22 months agoworkaround fault with ssq=inf,scale=0
Martin Kroeker [Sat, 2 Jul 2022 21:47:17 +0000 (23:47 +0200)]
workaround fault with ssq=inf,scale=0

22 months agoMerge pull request #3672 from imzhuhl/neoversen2_bf16
Martin Kroeker [Fri, 1 Jul 2022 10:13:42 +0000 (12:13 +0200)]
Merge pull request #3672 from imzhuhl/neoversen2_bf16

sbgemm support for ARM Neoverse N2

22 months agoMerge pull request #3670 from martin-frbg/osxvermin
Martin Kroeker [Wed, 29 Jun 2022 06:31:04 +0000 (08:31 +0200)]
Merge pull request #3670 from martin-frbg/osxvermin

Increase MACOSX_DEPLOYMENT_TARGET to 11 on ARM macs

22 months agoAdd gfortran parameters
Honglin Zhu [Wed, 29 Jun 2022 02:08:06 +0000 (10:08 +0800)]
Add gfortran parameters

22 months agoNeoverse N2 sbgemm:
Honglin Zhu [Wed, 22 Jun 2022 15:00:40 +0000 (23:00 +0800)]
Neoverse N2 sbgemm:

    1. Modify the algorithm to resolve multithreading failures
    2. No memory allocation in sbgemm kernel
    3. Optimize when alpha == 1.0f

22 months agoformat code
Honglin Zhu [Thu, 16 Jun 2022 11:36:22 +0000 (19:36 +0800)]
format code

22 months agoneoverse n2 sbgemm:
Honglin Zhu [Wed, 15 Jun 2022 06:20:25 +0000 (14:20 +0800)]
neoverse n2 sbgemm:
implement ncopy tcopy kernel_8x4

22 months agoneoverse n2 sbgemm: init file
Honglin Zhu [Mon, 13 Jun 2022 09:05:43 +0000 (17:05 +0800)]
neoverse n2 sbgemm: init file

22 months agoMerge pull request #3673 from martin-frbg/azuredynmingw
Martin Kroeker [Tue, 28 Jun 2022 21:13:11 +0000 (23:13 +0200)]
Merge pull request #3673 from martin-frbg/azuredynmingw

AzureCI: drop cpus from the DYNAMIC_LIST for Windows/mingw to save time

22 months agomingw-dynamic arch: drop Haswell too
Martin Kroeker [Tue, 28 Jun 2022 19:40:04 +0000 (21:40 +0200)]
mingw-dynamic arch: drop Haswell too

22 months agodrop NEHALEM from the DYNLIST for Windows/mingw to save time
Martin Kroeker [Tue, 28 Jun 2022 18:12:11 +0000 (20:12 +0200)]
drop NEHALEM from the DYNLIST for Windows/mingw to save time

22 months agoMerge pull request #3669 from VFerrari/fix_small_matrix_kernel
Martin Kroeker [Tue, 28 Jun 2022 14:09:36 +0000 (16:09 +0200)]
Merge pull request #3669 from VFerrari/fix_small_matrix_kernel

POWER: fix issues with the small matrix kernel

22 months agoMerge pull request #3642 from nursik/develop
Martin Kroeker [Tue, 28 Jun 2022 14:05:11 +0000 (16:05 +0200)]
Merge pull request #3642 from nursik/develop

Add ARM64 support for Windows

22 months agoAdd C versions of the CBLAS test sources (#3656)
Martin Kroeker [Tue, 28 Jun 2022 09:52:48 +0000 (11:52 +0200)]
Add C versions of the CBLAS test sources  (#3656)

* Add C conversions of the CBLAS tests for NOFORTRAN=1 builds

* Enable CTEST without Fortran and fix passing of BUILD_vartype options to exports/gensymbol

22 months agoIncrease MACOSX_DEPLOYMENT_TARGET to 11 on ARM macs
Martin Kroeker [Tue, 28 Jun 2022 09:46:25 +0000 (11:46 +0200)]
Increase MACOSX_DEPLOYMENT_TARGET to 11 on ARM macs

22 months agoPower: Enable SMALL_MATRIX OPT as default for dynamic arch
VFerrari [Sat, 25 Jun 2022 06:28:23 +0000 (03:28 -0300)]
Power: Enable SMALL_MATRIX OPT as default for dynamic arch

22 months agoPOWER10: Fix multithreading check when USE_THREAD=0
VFerrari [Sat, 25 Jun 2022 06:21:18 +0000 (03:21 -0300)]
POWER10: Fix multithreading check when USE_THREAD=0

This patch fixes an issue when OpenBLAS is compiled for TARGET=POWER10
and the flag USE_THREAD is set to 0.

The function `num_cpu_avail` is only available when USE_THREAD=1,
so SMP is defined.

23 months agoMerge pull request #3655 from RajalakshmiSR/zgemmasmp10
Martin Kroeker [Sat, 18 Jun 2022 18:52:26 +0000 (20:52 +0200)]
Merge pull request #3655 from RajalakshmiSR/zgemmasmp10

POWER10: Fix ZGEMM testcase failures

23 months agoMerge pull request #3653 from RajalakshmiSR/dgemvp10
Martin Kroeker [Sat, 18 Jun 2022 18:51:59 +0000 (20:51 +0200)]
Merge pull request #3653 from RajalakshmiSR/dgemvp10

POWER10: convert dgemv inline assembly

23 months agoPOWER10: Fix ZGEMM testcase failures
Rajalakshmi Srinivasaraghavan [Fri, 17 Jun 2022 13:18:08 +0000 (08:18 -0500)]
POWER10: Fix ZGEMM testcase failures

This patch fixes storing and restoring non volatile registers
in zgemm POWER10 kernel.

23 months agoMerge pull request #3647 from martin-frbg/exports_3.10.0
Martin Kroeker [Fri, 10 Jun 2022 06:58:00 +0000 (08:58 +0200)]
Merge pull request #3647 from martin-frbg/exports_3.10.0

Amend gensymbol with some LAPACK 3.10.0 additions

23 months agoAmend some LAPACK 3.10.0 additions
Martin Kroeker [Thu, 9 Jun 2022 17:31:08 +0000 (19:31 +0200)]
Amend some LAPACK 3.10.0 additions

23 months agoReplace with ARM64 intrinsics
Nursultan Zarlyk [Thu, 9 Jun 2022 16:49:49 +0000 (18:49 +0200)]
Replace with ARM64 intrinsics

23 months agoPOWER10: convert dgemv inline assembly
Rajalakshmi Srinivasaraghavan [Thu, 9 Jun 2022 15:42:57 +0000 (10:42 -0500)]
POWER10: convert dgemv inline assembly

This patch makes use of compiler builtins and matches with assembly
performance. Tested with clang14 and gcc12.

23 months agoMerge pull request #3645 from martin-frbg/issue3644
Martin Kroeker [Wed, 8 Jun 2022 17:29:07 +0000 (19:29 +0200)]
Merge pull request #3645 from martin-frbg/issue3644

Fix quotes around compiler args in C11 check

23 months agoFix quotes around compiler args in C11 check
Martin Kroeker [Wed, 8 Jun 2022 09:22:20 +0000 (11:22 +0200)]
Fix quotes around compiler args in C11 check

23 months agoMerge pull request #3643 from martin-frbg/fixgensymbol
Martin Kroeker [Wed, 8 Jun 2022 09:18:46 +0000 (11:18 +0200)]
Merge pull request #3643 from martin-frbg/fixgensymbol

Fix LAPACK path in new gensymbol script

23 months agoMerge branch 'develop' into risc-v
Xianyi Zhang [Mon, 6 Jun 2022 06:12:09 +0000 (14:12 +0800)]
Merge branch 'develop' into risc-v

23 months agoAdd PLCT to contributors.
Xianyi Zhang [Mon, 6 Jun 2022 06:11:28 +0000 (14:11 +0800)]
Add PLCT to contributors.

23 months agoMerge branch 'risc-v_fix_intrinsic' into risc-v
Xianyi Zhang [Mon, 6 Jun 2022 05:56:05 +0000 (13:56 +0800)]
Merge branch 'risc-v_fix_intrinsic' into risc-v

23 months agoUpdate RISC-V Intrinsic API.
Xianyi Zhang [Mon, 28 Feb 2022 12:33:11 +0000 (20:33 +0800)]
Update RISC-V Intrinsic API.

23 months agoFix LAPACK path in new gensymbol script
Martin Kroeker [Sun, 5 Jun 2022 21:28:12 +0000 (23:28 +0200)]
Fix LAPACK path in new gensymbol script

23 months agoMerge pull request #3641 from RajalakshmiSR/ppc_build
Martin Kroeker [Sun, 5 Jun 2022 09:23:29 +0000 (11:23 +0200)]
Merge pull request #3641 from RajalakshmiSR/ppc_build

power10:  Fix build issues due to perl scripts conversion

23 months agoFix MSVC ARM64 build. Add generic kernel for ARM64
Nursultan Zarlyk [Thu, 2 Jun 2022 14:53:54 +0000 (16:53 +0200)]
Fix MSVC ARM64 build. Add generic kernel for ARM64

23 months agopower10: Fix build issues due to perl scripts conversion
Rajalakshmi Srinivasaraghavan [Thu, 2 Jun 2022 13:11:10 +0000 (08:11 -0500)]
power10:  Fix build issues due to perl scripts conversion

Due to recent perl script conversion, there are some build
errors when compiling openblas with advance toolchain compilers.

23 months agoMerge pull request #3637 from martin-frbg/issue3636
Martin Kroeker [Fri, 27 May 2022 08:23:02 +0000 (10:23 +0200)]
Merge pull request #3637 from martin-frbg/issue3636

Add fallback value for bogus sc_nprocessors_conf in getarch

23 months agoAdd fallback value for bogus sc_nprocessors_conf
Martin Kroeker [Thu, 26 May 2022 22:29:17 +0000 (00:29 +0200)]
Add fallback value for bogus sc_nprocessors_conf

23 months agoMerge pull request #3635 from martin-frbg/issue3634
Martin Kroeker [Thu, 26 May 2022 09:57:53 +0000 (11:57 +0200)]
Merge pull request #3635 from martin-frbg/issue3634

Support compilation with the Intel ifx compiler

23 months agoAdd Intel ifx compiler
Martin Kroeker [Thu, 26 May 2022 07:31:49 +0000 (09:31 +0200)]
Add Intel ifx compiler

23 months agoMerge pull request #3633 from martin-frbg/perl_fallback
Martin Kroeker [Sun, 22 May 2022 19:18:44 +0000 (21:18 +0200)]
Merge pull request #3633 from martin-frbg/perl_fallback

Add back original PERL-based build scripts and add option USE_PERL

23 months agoSupport USE_PERL fallback for gensymbol
Martin Kroeker [Sun, 22 May 2022 16:36:24 +0000 (18:36 +0200)]
Support USE_PERL fallback for gensymbol

23 months agoAdd USE_PERL fallback option for gensymbol script
Martin Kroeker [Sun, 22 May 2022 16:35:23 +0000 (18:35 +0200)]
Add USE_PERL fallback option for gensymbol script

23 months agoAdd back original PERL-based script under new name
Martin Kroeker [Sun, 22 May 2022 16:33:24 +0000 (18:33 +0200)]
Add back original PERL-based script under new name

23 months agoAdd USE_PERL fallback option for create script used with FUNCTION_PROFILE
Martin Kroeker [Sun, 22 May 2022 16:32:19 +0000 (18:32 +0200)]
Add USE_PERL fallback option for create script used with FUNCTION_PROFILE

23 months agoAdd back original PERL-based script under new name
Martin Kroeker [Sun, 22 May 2022 16:29:01 +0000 (18:29 +0200)]
Add back original PERL-based script under new name

23 months agoAdd back PERL-based scripts under new name
Martin Kroeker [Sun, 22 May 2022 16:27:45 +0000 (18:27 +0200)]
Add back PERL-based scripts under new name

23 months agoAdd fallback option USE_PERL for original PERL-based build scripts
Martin Kroeker [Sun, 22 May 2022 16:27:02 +0000 (18:27 +0200)]
Add fallback option USE_PERL for original PERL-based build scripts

23 months agoMerge pull request #3624 from ioraff/no-perl
Martin Kroeker [Sun, 22 May 2022 16:21:17 +0000 (18:21 +0200)]
Merge pull request #3624 from ioraff/no-perl

rewrite perl scripts in universal shell

2 years agoMerge pull request #3631 from martin-frbg/revertdynskx
Martin Kroeker [Fri, 20 May 2022 11:47:09 +0000 (13:47 +0200)]
Merge pull request #3631 from martin-frbg/revertdynskx

Revert selection of a different DGEMM kernel for SkylakeX in DYNAMIC_ARCH builds

2 years agorevert "switch DGEMM parameters for SkylakeX if DYNAMIC_ARCH"
Martin Kroeker [Fri, 20 May 2022 09:28:23 +0000 (11:28 +0200)]
revert "switch DGEMM parameters for SkylakeX if DYNAMIC_ARCH"

2 years agoRevert "roll back DGEMM kernel ... for DYNAMIC_ARCH"
Martin Kroeker [Fri, 20 May 2022 09:23:30 +0000 (11:23 +0200)]
Revert "roll back DGEMM kernel ... for DYNAMIC_ARCH"

2 years agoMerge pull request #3630 from martin-frbg/fixpr3629
Martin Kroeker [Fri, 20 May 2022 04:37:37 +0000 (06:37 +0200)]
Merge pull request #3630 from martin-frbg/fixpr3629

Fix compilation of cpuid_riscv

2 years agoFix compilation
Martin Kroeker [Thu, 19 May 2022 16:57:46 +0000 (18:57 +0200)]
Fix compilation

2 years agoMerge pull request #3629 from Rabenda/riscv-c910
Zhang Xianyi [Thu, 19 May 2022 09:57:19 +0000 (17:57 +0800)]
Merge pull request #3629 from Rabenda/riscv-c910

riscv: Fix machine recognition for c910v

2 years agoriscv: Fix machine recognition for c910v
Han Gao [Thu, 19 May 2022 09:32:48 +0000 (17:32 +0800)]
riscv: Fix machine recognition for c910v

Signed-off-by: Han Gao <gaohan@uniontech.com>
2 years agorewrite perl scripts in universal shell
Owen Rafferty [Thu, 12 May 2022 23:58:10 +0000 (18:58 -0500)]
rewrite perl scripts in universal shell

2 years agoMerge pull request #3628 from martin-frbg/issue3620
Martin Kroeker [Wed, 18 May 2022 22:03:55 +0000 (00:03 +0200)]
Merge pull request #3628 from martin-frbg/issue3620

DYNAMIC_ARCH: Improve mapping for future AMD cpus

2 years agoExpand cpu mapping for future Zen cpus and use feature-based fallback for unknown...
Martin Kroeker [Wed, 18 May 2022 13:35:30 +0000 (15:35 +0200)]
Expand cpu mapping for future Zen cpus and use feature-based fallback for unknown AMD family codes

2 years agoMerge pull request #3625 from RajalakshmiSR/P10_store
Martin Kroeker [Sat, 14 May 2022 22:24:35 +0000 (00:24 +0200)]
Merge pull request #3625 from RajalakshmiSR/P10_store

POWER10: Changing store instructions for Level1 functions

2 years agoPOWER10: Changing store instructions for Level1 functions
Rajalakshmi Srinivasaraghavan [Thu, 12 May 2022 16:17:33 +0000 (11:17 -0500)]
POWER10: Changing store instructions for Level1 functions

This patch changes 32 bytes stores to two 16 bytes stores
to fix a recent degradation due to 32 bytes stores.

2 years agoMerge pull request #3619 from martin-frbg/fixup-3613
Martin Kroeker [Wed, 4 May 2022 13:12:22 +0000 (15:12 +0200)]
Merge pull request #3619 from martin-frbg/fixup-3613

Initial attempt at proper cpu detection on RISCV

2 years agoInitial attempt at proper cpu detection on RISCV
Martin Kroeker [Wed, 4 May 2022 06:58:56 +0000 (08:58 +0200)]
Initial attempt at proper cpu detection on RISCV

2 years agoMerge pull request #3613 from Rabenda/fix-riscv
Martin Kroeker [Wed, 4 May 2022 05:22:47 +0000 (07:22 +0200)]
Merge pull request #3613 from Rabenda/fix-riscv

Fix riscv64 detect

2 years agoMerge pull request #3618 from martin-frbg/issue3606
Martin Kroeker [Wed, 4 May 2022 05:22:25 +0000 (07:22 +0200)]
Merge pull request #3618 from martin-frbg/issue3606

Automatically downgrade C910V to RISCV64_GENERIC if the compiler lacks vector support

2 years agoHave getarch downgrade the RISCV C910V target to GENERIC if compiler lacks vector...
Martin Kroeker [Tue, 3 May 2022 21:29:55 +0000 (23:29 +0200)]
Have getarch downgrade the RISCV C910V target to GENERIC if compiler lacks vector support

2 years agoAdd compiler check for RISCV vector support
Martin Kroeker [Tue, 3 May 2022 21:27:50 +0000 (23:27 +0200)]
Add compiler check for RISCV vector support

2 years agoMerge pull request #3616 from martin-frbg/issue3615
Martin Kroeker [Sat, 30 Apr 2022 22:09:20 +0000 (00:09 +0200)]
Merge pull request #3616 from martin-frbg/issue3615

Fix CMAKE generator rules for ?laswp_ncopy and ?neg_tcopy kernels

2 years agorename lapack subtarget to lapack_overrides to avoid name clash with netlib in case...
Martin Kroeker [Sat, 30 Apr 2022 18:38:09 +0000 (20:38 +0200)]
rename lapack subtarget to lapack_overrides to avoid name clash with netlib in case-insensitive settings

2 years agoMerge pull request #3614 from martin-frbg/clapackfix
Martin Kroeker [Sat, 30 Apr 2022 18:35:17 +0000 (20:35 +0200)]
Merge pull request #3614 from martin-frbg/clapackfix

Makefile fixes related to C_LAPACK, plus Travis CI fixes

2 years agoUpdate .travis.yml
Martin Kroeker [Sat, 30 Apr 2022 16:49:04 +0000 (18:49 +0200)]
Update .travis.yml

2 years agotry to fix assembler errors on z13
Martin Kroeker [Sat, 30 Apr 2022 16:33:00 +0000 (18:33 +0200)]
try to fix assembler errors on z13

2 years agoFix generator rules for ?laswp_ncopy and ?neg_tcopy
Martin Kroeker [Sat, 30 Apr 2022 13:28:38 +0000 (15:28 +0200)]
Fix generator rules for ?laswp_ncopy and ?neg_tcopy

2 years agofix arch tags
Martin Kroeker [Wed, 27 Apr 2022 20:18:22 +0000 (22:18 +0200)]
fix arch tags

2 years agoRemove leftover debug output
Martin Kroeker [Wed, 27 Apr 2022 19:59:45 +0000 (21:59 +0200)]
Remove leftover debug output

2 years agoAvoid adding -lgfortran with NOFORTRAN
Martin Kroeker [Wed, 27 Apr 2022 18:31:42 +0000 (20:31 +0200)]
Avoid adding -lgfortran with NOFORTRAN

2 years agoUpdate NOFORTRAN message for fallback to C_LAPACK
Martin Kroeker [Wed, 27 Apr 2022 18:26:45 +0000 (20:26 +0200)]
Update NOFORTRAN message for fallback to C_LAPACK

2 years agoFix riscv64 arch detect
Han Gao [Tue, 26 Apr 2022 18:29:43 +0000 (02:29 +0800)]
Fix riscv64 arch detect

Signed-off-by: Han Gao <gaohan@uniontech.com>
2 years agoFix other arch build in detect.
Han Gao [Tue, 26 Apr 2022 17:34:55 +0000 (01:34 +0800)]
Fix other arch build in detect.

When CORE is empty, use -march=loongson3a. Fix it.

Signed-off-by: Han Gao <gaohan@uniontech.com>
2 years agoMerge pull request #3612 from nsait-linaro/fix-windows-make-build
Martin Kroeker [Mon, 25 Apr 2022 13:51:34 +0000 (15:51 +0200)]
Merge pull request #3612 from nsait-linaro/fix-windows-make-build

build: minor fixes to build on windows with make

2 years agobuild: minor fixes to build on windows with make
Niyas Sait [Sun, 24 Apr 2022 22:58:26 +0000 (23:58 +0100)]
build: minor fixes to build on windows with make

This patch contains following fixes

1. Fix to build without PIC flag
2. Define LAPACK_COMPLEX_STRUCTURE for windows. Builds are failing
without it and changes are consistent with the CMake rules defined
in system.cmake (line 576)

2 years agoC_LAPACK: Fixes to make it compile with MSVC (#3605)
Martin Kroeker [Sun, 17 Apr 2022 15:49:38 +0000 (17:49 +0200)]
C_LAPACK: Fixes to make it compile with MSVC (#3605)

* Fix f2c-like support functions to compile with MSVC, and
re-enable C_LAPACK for MSVC in CMAKE

* Add MSVC&flang build to Azure CI in order to check C_LAPACK correctness

2 years agoMerge pull request #3607 from martin-frbg/issue3603
Martin Kroeker [Sat, 16 Apr 2022 10:54:35 +0000 (12:54 +0200)]
Merge pull request #3607 from martin-frbg/issue3603

Fix undefined PREFETCHSIZEs in PPC440 GEMV kernels

2 years agofix undefined prefetchsizes
Martin Kroeker [Sat, 16 Apr 2022 08:04:27 +0000 (10:04 +0200)]
fix undefined prefetchsizes

2 years agofix undefined prefetchsize
Martin Kroeker [Sat, 16 Apr 2022 08:00:10 +0000 (10:00 +0200)]
fix undefined prefetchsize

2 years agoMerge pull request #3604 from mmuetzel/ci
Martin Kroeker [Mon, 11 Apr 2022 17:31:26 +0000 (19:31 +0200)]
Merge pull request #3604 from mmuetzel/ci

Adapt commands for tests with GNU make.