Skip to content

Commit

Permalink
Temporily walk around zaxpy vector kernel bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyi committed Jun 28, 2023
1 parent b4f233e commit e14a025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/riscv64/KERNEL.C910V
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e14a025

Please sign in to comment.