umar456 / arrayfire-benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArrayFire Benchmarking Library

Requirements

  • ArrayFire v3.6
  • Google Benchmark

Installation

Separate build directory:

git clone --recursive http://github.com/umar456/arrayfire-benchmarks
cd arrayfire-benchmarks
git clone --branch v1.5.2 http://github.com/google/benchmark
mkdir build && cd build
cmake -DArrayFire_DIR=/path/to/build/dir ..
make -j8

ArrayFire Inline:

git clone --recursive http://github.com/umar456/arrayfire-benchmarks
cd arrayfire-benchmarks
git clone http://github.com/arrayfire/arrayfire
mkdir build && cd build
cmake ..
make -j8

About


Languages

Language:C++ 96.1%Language:CMake 3.6%Language:Gnuplot 0.3%