Skip to content
Snippets Groups Projects
user avatar
Akash Kothari authored
e00d7d74
History
Name Last commit Last update
..
benchmarks
common
README.md

Directory Structure

  • ./benchmarks: code corresponding to each benchmark
    • ./benchmarks/${BENCH_NAME}/bin/approximate.py: script for running autotuner
    • ./benchmarks/${BENCH_NAME}/Makefile: benchmark build script
  • ./common:
    • ./common/include: include files
    • ./common/bin/setup_tyler_paths.sh: modify paths to HPVM Build and SRC as per installation
      • REQUIRED to run before building benchmarks