google / gemma.cpp

lightweight, standalone C++ inference engine for Google's Gemma models.
Apache License 2.0
5.9k stars 499 forks source link

Record time measurements in MatMul tests. #300

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Record time measurements in MatMul tests.

austinvhuang commented 1 month ago

Not necessary, but could be nice to convert time to FLOP/s https://siboehm.com/articles/22/Fast-MMM-on-CPU

jan-wassenberg commented 1 month ago

Not necessary, but could be nice to convert time to FLOP/s https://siboehm.com/articles/22/Fast-MMM-on-CPU

ACK, that's also on my TODO :)