This pull request implements the Linpack benchmark in Rust. It adds a new Linpack benchmark to the benchmark.yml file and includes the necessary code changes in the Linpack.rs file. The Linpack benchmark calculates the performance of a computer by solving a dense system of linear equations. The implementation includes functions for matrix generation, LU factorization, and solution calculation. The benchmark measures the time taken to perform these operations and calculates the MFLOPS (millions of floating-point operations per second) achieved.
Summary
Added Linpack benchmark to benchmark.yml
Implemented Linpack benchmark in Linpack.rs
Added functions for matrix generation, LU factorization, and solution calculation
Calculated time taken and MFLOPS achieved in Linpack benchmark
Fixes #5.
π Latest improvements to Sweep:
New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
PR Feedback (click)
Description
This pull request implements the Linpack benchmark in Rust. It adds a new Linpack benchmark to the benchmark.yml file and includes the necessary code changes in the Linpack.rs file. The Linpack benchmark calculates the performance of a computer by solving a dense system of linear equations. The implementation includes functions for matrix generation, LU factorization, and solution calculation. The benchmark measures the time taken to perform these operations and calculates the MFLOPS (millions of floating-point operations per second) achieved.
Summary
Fixes #5.
π Latest improvements to Sweep:
π‘ To get Sweep to edit this pull request, you can: