Skip to content

Quick and dirty benchmarking tool to measure the performance of RK3588 NPU.

License

Notifications You must be signed in to change notification settings

marty1885/rk3588-matmul-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

RK3588 matmul benchmark

Quick and dirty benchmarking tool to measure the performance of RK3588 NPU.

How to use

> c++ bench.cpp -o bench -lrknnrt -O3 -std=c++20
> tasket -c 4-7 ./bench

And 2 files should appear.

  • result.csv - the actual performance of the matrix multiplcation itself
  • init.csv - How long does it take to setup the matrix multiplcation

About

Quick and dirty benchmarking tool to measure the performance of RK3588 NPU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages