Skip to content

smpurkis/asm_rs_bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asm_rs_bench

To run the benchmarks, you need to have cargo installed and be on an arm platform. Then, you can run the following command:

cargo run --release --bin gemv # to run gemv benchmark
cargo run --release --bin gemm # to run gemm benchmark

The assembly code is taken from llama.cpp.

Note: I'm currently investigating a bug in the input for the quantized functions that means the outputs are off. Update 02/01/2025: No progress, the outputs from the optimized gemm and gemv functions is still off and after much debugging I am no closer as to why. All my progress is in cpp folder.

About

gemv, gemm, llama.cpp arm64 optimised bench

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published