Skip to content

alichnewsky/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

various very simple benchmarks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published