Skip to content

Commit 3848d4e

Browse files
authored
Merge pull request #4477 from martin-frbg/c910caxpy
Temporarily disable the CAXPY/ZAXPY kernels for C910V to workaround a CI hang
2 parents 27816fa + 4d8dee5 commit 3848d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/riscv64/KERNEL.C910V

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ ZSUMKERNEL = ../arm/zsum.c
4242

4343
SAXPYKERNEL = axpy_vector.c
4444
DAXPYKERNEL = axpy_vector.c
45-
CAXPYKERNEL = zaxpy_vector.c
46-
ZAXPYKERNEL = zaxpy_vector.c
45+
CAXPYKERNEL = zaxpy.c
46+
ZAXPYKERNEL = zaxpy.c
4747

4848
SAXPBYKERNEL = axpby_vector.c
4949
DAXPBYKERNEL = axpby_vector.c

0 commit comments

Comments
 (0)