Skip to content
Snippets Groups Projects
Commit 7fd1a4aa authored by hsharif3's avatar hsharif3
Browse files

Adding Barebones README for DNN benchmarks

parent 2af67080
No related branches found
No related tags found
No related merge requests found
# Build DNN benchmarks
Move to your HPVM build directory
`cd hpvm/hpvm/build`
## Build All Benchmarks
`make dnn_benchmarks -j ${NUM_THREADS}`
## Build a Specific CNN
`make ${BENCH} -j ${NUM_THREADS}`
The ${BENCH} name should match the directory name of the respective benchmark under `hpvm-c` directory
# Run Benchmarks
The benchmarks are built under: `/hpvm/hpvm/build/tools/hpvm/test/dnn_benchmarks/`
Before running benchmarks set up CUDA/CuDNN paths using `hpvm/hpvm/setup_paths.sh`
Modify the setup script to point to your local installations.
The accuracy of the benchmark is dumped to a file named `final_accuracy`
Ensure that this matches the accuracy of corresponding benchmarks here: https://gitlab.engr.illinois.edu/llvm/hpvm/-/tree/approx_hpvm_reorg/hpvm/projects/keras
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment