Fix BLAS and LAPACK tests for C910V and RISCV64_ZVL256B targets
* Fixed bugs in dgemm, [a]min\max, asum kernels * Added zero checks for BLAS kernels * Added dsdot implementation for RVV 0.7.1 * Fixed bugs in _vector files for C910V and RISCV64_ZVL256B targets * Added additional definitions for RISCV64_ZVL256B target
This commit is contained in:
committed by
Andrey Sokolov
parent
88e994116c
commit
e1afb23811
@@ -196,7 +196,7 @@ int CNAME(BLASLONG bm,BLASLONG bn,BLASLONG bk,FLOAT alpha,FLOAT* ba,FLOAT* bb,FL
|
||||
|
||||
asm volatile(
|
||||
"vsetvli zero, zero, e64,m1 \n\t"
|
||||
"fmv.w.x ft11, zero \n\t"
|
||||
"fmv.d.x ft11, zero \n\t"
|
||||
"mv t0, %[BK] \n\t"
|
||||
|
||||
"vfmv.v.f v16, ft11 \n\t"
|
||||
|
||||
Reference in New Issue
Block a user