Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@Zhao-Dongyu Zhao-Dongyu released this 11 Dec 03:18
b18a85b

Release Notes:

This is the initial release of the SGEMM optimization project for the RISC-V platform. The primary goal of this project is to explore and document the process of optimizing single-precision floating-point General Matrix Multiplication (SGEMM) on RISC-V.

Key Features:

  • Basic SGEMM implementation:
    • Single-threaded implementation with row-major matrix layout.
    • Performance benchmarks included for initial evaluation.
  • Platform-specific considerations:
    • Initial experiments with RISC-V vector extensions (if applicable).
    • Analysis of the baseline performance on the RISC-V platform.