Files
OpenBLAS/kernel
Mark Ryan 67bf4b6998 Fix axpby_rvv kernels for cases where inc_y = 0
The following openblas_utest tests fail when the RISCV64_ZVL128B is
enabled.

TEST 89/103 axpby:zaxpby_inc_0 [FAIL]
TEST 92/103 axpby:caxpby_inc_0 [FAIL]
TEST 95/103 axpby:daxpby_inc_0 [FAIL]
TEST 98/103 axpby:saxpby_inc_0 [FAIL]

The issue is that the vectorized kernels do not work when inc_y == 0.
This patch updates the kernels to fall back to the scalar algorithms
when inc_y == 0, fixing the failing tests.

Signed-off-by: Mark Ryan <markdryan@rivosinc.com>
2024-07-15 14:24:47 +00:00
..
2022-08-11 15:02:58 +01:00
2024-07-04 22:28:01 +02:00
2024-01-16 23:45:06 +08:00
2019-03-30 22:18:03 +01:00
2024-06-06 16:43:09 +08:00
2024-06-23 12:55:19 +02:00
2020-11-12 17:35:17 +08:00