Skip to content

nstinus/dot_product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot product computation bench

Build

As a cmake project, create a build directory and invoke cmake. Has been tested with Gcc 6.1.1, Clang 3.8.1.

Examples:

  • Vanilla compiler: cmake .. -DCMAKE_BUILD_TYPE=Release
  • Clang: CXX=clang++ cmake .. -DCMAKE_BUILD_TYPE=Release
  • Clang+LLVM: CXX=clang++ cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_BITCODE=1

Run

make bench

About

Benchmark dot_product computations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published