Xilinx / Vitis_Libraries

Vitis Libraries
https://docs.xilinx.com/r/en-US/Vitis_Libraries
Apache License 2.0
898 stars 357 forks source link

Benchmarking metrics #130

Open danchitnis opened 2 years ago

danchitnis commented 2 years ago

Hello, I noticed that the benchmarking results are often presented using inconsistent metrics, making it hard to compare. For example, the BLAS library is presented in kernel execution time, but the solve library is presented in latency. What is the reason behind using latency as a metric rather than kernel execution time? Does that mean the computation is pipelined and streaming rather than a single execution?