Files
OpenBLAS/kernel
moluopro f82cf88caa fix(riscv64): handle zero-stride ROTM in RVV kernel
ROTM has loop-carried dependencies when incx or incy is zero because the same element is updated repeatedly across iterations. The RVV strided load/store path would compute lanes from the same old value and write them back in parallel, producing results that do not match BLAS ROTM semantics. Use a scalar path for zero-stride cases.
2026-07-07 15:20:06 +08:00
..
2026-06-08 14:26:03 +08:00
2026-04-09 18:11:47 +08:00
2026-01-11 21:58:31 +01:00
2026-04-14 21:32:36 +02:00
2025-05-25 14:47:06 -07:00
2026-03-15 23:07:16 +01:00
2025-07-15 14:48:57 +01:00
2025-10-07 15:03:24 +00:00
2026-03-15 23:07:16 +01:00