From 6cac32e7c31dd19acc828c031472d43a74c16b5a Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Mon, 8 Feb 2021 14:49:12 -0600 Subject: [PATCH] Update README.md --- hpvm/test/dnn_benchmarks/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hpvm/test/dnn_benchmarks/README.md b/hpvm/test/dnn_benchmarks/README.md index 26450028d2..85e812936a 100644 --- a/hpvm/test/dnn_benchmarks/README.md +++ b/hpvm/test/dnn_benchmarks/README.md @@ -1,5 +1,4 @@ - # Build DNN benchmarks Move to your HPVM build directory @@ -21,11 +20,11 @@ The ${BENCH} name should match the directory name of the respective benchmark un 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` +Before running benchmarks set up CUDA/CuDNN paths using `hpvm/hpvm/set_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` +The accuracy of the benchmark (averaged across batches) 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 -- GitLab