From 09a7c25113100e6afdcd43a09d938a0d4ebd636c Mon Sep 17 00:00:00 2001
From: Hashim Sharif <hsharif3@miranda.cs.illinois.edu>
Date: Tue, 2 Feb 2021 17:25:58 -0600
Subject: [PATCH] Fixing pool-tanh ordering in LeNet configuration file

---
 .../benchmarks/lenet_mnist/data/tuner_confs.txt               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hpvm/test/dnn_benchmarks/benchmarks/lenet_mnist/data/tuner_confs.txt b/hpvm/test/dnn_benchmarks/benchmarks/lenet_mnist/data/tuner_confs.txt
index b4e51dff42..32a9642d38 100644
--- a/hpvm/test/dnn_benchmarks/benchmarks/lenet_mnist/data/tuner_confs.txt
+++ b/hpvm/test/dnn_benchmarks/benchmarks/lenet_mnist/data/tuner_confs.txt
@@ -1,8 +1,8 @@
 282.5141369999999
 +++++
 conf1 1 1 98.7 0.0
-1 gpu conv fp32 11 add fp32 1 pool_max fp32 1 tanh fp32 1
-2 gpu conv fp32 11 add fp32 1 pool_max fp32 1 tanh fp32 1
+1 gpu conv fp32 11 add fp32 1 tanh fp32 1 pool_max fp32 1
+2 gpu conv fp32 11 add fp32 1 tanh fp32 1 pool_max fp32 1
 3 gpu mul fp32 11 add fp32 1 tanh fp32 1
 4 gpu mul fp32 11 add fp32 1 tanh fp32 1
 5 gpu softmax fp32 1
-- 
GitLab