Merge pull request #4477 from martin-frbg/c910caxpy

Temporarily disable the CAXPY/ZAXPY kernels for C910V to workaround a CI hang
This commit is contained in:
Martin Kroeker 2024-02-04 01:10:57 +01:00 committed by GitHub
commit 3848d4e9f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ ZSUMKERNEL = ../arm/zsum.c
SAXPYKERNEL = axpy_vector.c
DAXPYKERNEL = axpy_vector.c
CAXPYKERNEL = zaxpy_vector.c
ZAXPYKERNEL = zaxpy_vector.c
CAXPYKERNEL = zaxpy.c
ZAXPYKERNEL = zaxpy.c
SAXPBYKERNEL = axpby_vector.c
DAXPBYKERNEL = axpby_vector.c