From b8ec10a6b9b7a1b21d185cc7ddb2cc6b3634881f Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Sun, 29 Dec 2019 04:44:44 -0600 Subject: [PATCH] Update Makefile --- .../test/VISC/DNN_Benchmarks/benchmarks/lenet_dsoc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/lenet_dsoc/Makefile b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/lenet_dsoc/Makefile index 578cfc713e..0ecf278ae2 100644 --- a/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/lenet_dsoc/Makefile +++ b/llvm/tools/hpvm/test/VISC/DNN_Benchmarks/benchmarks/lenet_dsoc/Makefile @@ -35,7 +35,8 @@ OPTFLAGS2 = -load $(HPVM_LIB_DIR)/InlineTensorCalls.so -inline-tensor-calls TARGET = $(BUILD_DIR)/$(APP).final.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 .PRECIOUS: $(BUILD_DIR)/$(APP).ll $(BUILD_DIR)/$(APP).visc.ll -- GitLab