From 9d32326573320617a252c68d8d9e2f0bc2e56fbc Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Sun, 29 Dec 2019 04:17:29 -0600
Subject: [PATCH] Update Makefile

---
 .../test/VISC/DNN_Benchmarks/benchmarks/alexnet_dsoc/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet_dsoc/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet_dsoc/Makefile
index bb0fc4fa9a..264428f9be 100644
--- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet_dsoc/Makefile
+++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/alexnet_dsoc/Makefile
@@ -36,7 +36,9 @@ OPTFLAGS2 = -load  $(HPVM_LIB_DIR)/InlineTensorCalls.so  -inline-tensor-calls
 
 TARGET = $(BUILD_DIR)/$(APP).opt.bc
 SOURCES = $(SRC_DIR)/$(APP).cpp
-VISC_RT_PATH = $(LLVM_SRC_ROOT)/projects/visc-cpu-rt/visc-rt.ll
+#VISC_RT_PATH = $(LLVM_SRC_ROOT)/projects/visc-cpu-rt/visc-rt.ll
+VISC_RT_PATH = $(LLVM_SRC_ROOT)/tools/hpvm/visc-rt/visc-rt.ll
+
 #VISC_RT_PATH = $(HPVM_BUILD_DIR)/projects/visc-cpu-rt/visc-rt.ll
 
 
-- 
GitLab