Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.95 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.95 KB

Simple benchmarks

demonstrates the use of google benchmark on extermely simple benchmarks.

clone this repo

git clone --recursive https://github.com/alichnewsky/benchmarks

includes Google Benchmark and Google Test third party dependencies as submodules.

build

cd /where/you/cloned; mkdir build ; cd build && cmake ../ && make -j $(nproc)

Licenses and Copyright

All other files are mine, including a particularly uninspiring CBLas SGEMM, various plots, etc. All of them are released under Apache 2 license. Copyright, Anthony Lichnewsky, all rights reserved. (probably since 2015).