OpenBLAS/kernel/riscv64
Martin Kroeker a34a0a7abc
Allow negative INCX (API change from version 3.10 of the reference implementation)
2023-08-10 16:56:52 +02:00
..
KERNEL Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
KERNEL.C910V Override DSDOT with generic code to get rid of qemu precision error 2023-07-19 22:31:07 +02:00
KERNEL.RISCV64_GENERIC RISCV64_GENERIC: Use generic kernel for DSDOT for better precision 2021-06-07 22:50:23 +00:00
Makefile riscv64: Add Makefile 2021-06-07 22:55:56 +00:00
amax.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
amax_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
amin.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
amin_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
asum.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
asum_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
axpby.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
axpby_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
axpy.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
axpy_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
copy.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
copy_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
dgemm_kernel_8x4_c910v.c Update RISC-V Intrinsic API. 2022-06-06 13:52:21 +08:00
dot.c dot.c early bail fix 2023-03-02 09:51:10 +00:00
dot_vector.c Fix early bailout 2023-06-27 16:12:27 +02:00
gemv_n.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
gemv_n_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
gemv_t.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
gemv_t_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
iamax.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
iamax_vector.c Fix IDAMAX 2023-06-26 21:19:33 +02:00
iamin.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
iamin_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
imax.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
imax_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
imin.c riscv64/imin: Fix wrong comparison 2021-06-07 22:49:39 +00:00
imin_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
izamax.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
izamax_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
izamin.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
izamin_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
max.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
max_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
min.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
min_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
nrm2.c Allow negative INCX (API change from version 3.10 of the reference implementation) 2023-08-10 16:56:52 +02:00
nrm2_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
nrm2_vector_dot.c Update RISC-V Intrinsic API. 2022-06-06 13:52:21 +08:00
omatcopy_cn.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
omatcopy_ct.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
omatcopy_rn.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
omatcopy_rt.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
rot.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
rot_vector.c Fix failures to handle increments of zero 2023-06-25 22:36:57 +02:00
scal.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
scal_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
sgemm_kernel_16x4_c910v.c Update RISC-V Intrinsic API. 2022-06-06 13:52:21 +08:00
swap.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
swap_vector.c Fix failures to handle increments of zero 2023-06-25 22:36:57 +02:00
symv_L.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
symv_L_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
symv_U.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
symv_U_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zamax.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zamax_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zamin.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zamin_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zasum.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zasum_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zaxpby.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zaxpby_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zaxpy.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zaxpy_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zcopy.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zcopy_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zdot.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zdot_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zgemv_n.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zgemv_n_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zgemv_t.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zgemv_t_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zhemv_LM_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zhemv_UV_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
znrm2.c Allow negative INCX (API change from version 3.10 of the reference implementation) 2023-08-10 16:56:52 +02:00
znrm2_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zomatcopy_cn.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zomatcopy_cnc.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zomatcopy_ct.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zomatcopy_ctc.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zomatcopy_rn.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zomatcopy_rnc.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zomatcopy_rt.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zomatcopy_rtc.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zrot.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zrot_vector.c Fix failures to handle increments of zero 2023-06-25 22:36:57 +02:00
zscal.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zscal_vector.c Fix VLEV_FLOAT/VSEV_FLOAT macros to compile with t-head 2.6.1 2023-06-18 17:46:29 +02:00
zswap.c Add the support for RISC-V Vector. 2020-10-15 16:09:02 +08:00
zswap_vector.c Fix failures to handle increments of zero 2023-06-25 22:36:57 +02:00