From af78cfbf13f1633563e5e45de2e31d15e38cc8eb Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Mon, 8 Feb 2021 15:05:03 -0600 Subject: [PATCH] Update DNN Benchmarks README.md --- hpvm/test/dnn_benchmarks/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hpvm/test/dnn_benchmarks/README.md b/hpvm/test/dnn_benchmarks/README.md index 85e812936a..fc9819d3cc 100644 --- a/hpvm/test/dnn_benchmarks/README.md +++ b/hpvm/test/dnn_benchmarks/README.md @@ -1,4 +1,3 @@ - # Build DNN benchmarks Move to your HPVM build directory @@ -18,7 +17,7 @@ The ${BENCH} name should match the directory name of the respective benchmark un # Run Benchmarks -The benchmarks are built under: `/hpvm/hpvm/build/tools/hpvm/test/dnn_benchmarks/` +The benchmarks are built under: `/hpvm/hpvm/build/tools/hpvm/test/dnn_benchmarks/hpvm-c` Before running benchmarks set up CUDA/CuDNN paths using `hpvm/hpvm/set_paths.sh` -- GitLab