From 7aab23b744bbc440f83863a433e2360c9b1982f7 Mon Sep 17 00:00:00 2001
From: Elizabeth <hashim.sharif91@gmail.com>
Date: Sat, 26 Oct 2019 21:36:17 -0500
Subject: [PATCH] Changed # of runs from 1 to 100

---
 .../dnn_sources/src/profiling/alexnet_cifar10_profiling.cc      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/projects/hpvm-tensor-rt/dnn_sources/src/profiling/alexnet_cifar10_profiling.cc b/llvm/projects/hpvm-tensor-rt/dnn_sources/src/profiling/alexnet_cifar10_profiling.cc
index 690f545639..eee98920bd 100644
--- a/llvm/projects/hpvm-tensor-rt/dnn_sources/src/profiling/alexnet_cifar10_profiling.cc
+++ b/llvm/projects/hpvm-tensor-rt/dnn_sources/src/profiling/alexnet_cifar10_profiling.cc
@@ -53,7 +53,7 @@ int main(){
   int batch_count = test_input_size / batch_size;
   float final_accuracy = 0.0;
 
-  int total_runs = 1; //100;
+  int total_runs = 100;
   Profiler profiler;
   profiler.start_profiler();
 
-- 
GitLab