Browse Source

Merge pull request #4477 from martin-frbg/c910caxpy

Temporarily disable the CAXPY/ZAXPY kernels for C910V to workaround a CI hang
tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
3848d4e9f4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel/riscv64/KERNEL.C910V

+ 2
- 2
kernel/riscv64/KERNEL.C910V 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


Loading…
Cancel
Save