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 bb0fc4fa9abb2e92da01ca90c6cabae5fabb280b..264428f9bec24fb37028e9cd390fabe82e23ce7d 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