From 80211d082ed9c63a977915b0948b1d908dfef99e Mon Sep 17 00:00:00 2001 From: Hashim Sharif <hsharif3@tyler.cs.illinois.edu> Date: Wed, 2 Dec 2020 03:18:17 -0600 Subject: [PATCH] Fixing mobilenet tuner confs file + fixing weights path --- .../benchmarks/mobilenet/data/tuner_confs_base.txt | 1 + .../VISC/DNN_Benchmarks/benchmarks/mobilenet/src/mobilenet.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/data/tuner_confs_base.txt b/llvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/data/tuner_confs_base.txt index 8b5c1727ad..ed02ddab0d 100644 --- a/llvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/data/tuner_confs_base.txt +++ b/llvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/data/tuner_confs_base.txt @@ -1,3 +1,4 @@ +1000 +++++ conf1 1 0 84.8 0 1 gpu conv fp32 1 diff --git a/llvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/src/mobilenet.cpp b/llvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/src/mobilenet.cpp index 5266f21688..2fbb5a6eb4 100644 --- a/llvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/src/mobilenet.cpp +++ b/llvm/test/VISC/DNN_Benchmarks/benchmarks/mobilenet/src/mobilenet.cpp @@ -1826,7 +1826,7 @@ RootIn; int main(){ - std::string dir_prefix = std::string("../../../../../../projects/hpvm-tensor-rt/model_params/mobilenet_quant/"); + std::string dir_prefix = std::string("../../../../../../projects/hpvm-tensor-rt/model_params/mobilenet/"); std::string input_path = dir_prefix + std::string("input.bin"); std::string labels_path = dir_prefix + std::string("labels.bin"); -- GitLab