mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
- Implement block-based memory access optimization (64x64 blocks) - Add 4-way loop unrolling to reduce loop overhead - Optimize VSETVL calls to improve vectorization efficiency - Add software prefetching for better memory access patterns - Implement fast path for small matrices (<64x64) - Add cross-compilation script for RISC-V testing - Improve boundary handling with separate main/tail loops Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>