From 87dcf884fffc0c7ee9277fe6a5884acd9dc6754a Mon Sep 17 00:00:00 2001 From: Hashim Sharif <hsharif3@miranda.cs.illinois.edu> Date: Wed, 9 Jun 2021 19:06:39 -0500 Subject: [PATCH] Removing config.h header and adding iostream header --- .../hpvm-c/benchmarks/alexnet_cifar10/alexnet_cifar10.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hpvm/test/dnn_benchmarks/hpvm-c/benchmarks/alexnet_cifar10/alexnet_cifar10.cpp b/hpvm/test/dnn_benchmarks/hpvm-c/benchmarks/alexnet_cifar10/alexnet_cifar10.cpp index b37fd71dea..ba3597a264 100644 --- a/hpvm/test/dnn_benchmarks/hpvm-c/benchmarks/alexnet_cifar10/alexnet_cifar10.cpp +++ b/hpvm/test/dnn_benchmarks/hpvm-c/benchmarks/alexnet_cifar10/alexnet_cifar10.cpp @@ -1,7 +1,9 @@ + #include <string> #include <hpvm.h> #include <tensorUtils.h> -#include <config.h> +#include<iostream> +//#include <config.h> #ifndef MODEL_PARAMS_DIR #error MODEL_PARAMS_DIR is not defined -- GitLab