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 578cfc713eef378bfb23222b4ed3e8b1abd7e7d9..0ecf278ae272bfd4b944d9ee5c5071d8bbb73c7e 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