diff --git a/hpvm/test/dnn_benchmarks/common/bin/setup_tyler_paths.sh b/hpvm/test/dnn_benchmarks/common/bin/setup_tyler_paths.sh deleted file mode 100644 index 3548f182f198724600aee855b66169a1bdf12a3a..0000000000000000000000000000000000000000 --- a/hpvm/test/dnn_benchmarks/common/bin/setup_tyler_paths.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -# CUDNN Path setup -module load cuda-toolkit/9.1 -export CUDA_INCLUDE_PATH=/software/cuda-9.1/include -export CUDNN_PATH=/software/cuda-9.1/lib64/ -export LIBRARY_PATH=/software/cuda-9.1/lib64/:$LIBRARY_PATH -export LD_LIBRARY_PATH=/software/cuda-9.1/lib64/:$LD_LIBRARY_PATH - -# HPVM Path setup -export CPATH=$CPATH:/home/hsharif3/anaconda2/include/ -export PATH=/home/hsharif3/Gitlab/hpvm/build/bin/:$PATH -export LLVM_BUILD_ROOT=/home/hsharif3/Gitlab/hpvm/build/ -export LLVM_SRC_ROOT=/home/hsharif3/Gitlab/hpvm/llvm/ diff --git a/hpvm/test/dnn_benchmarks/common/include/hpvm.h b/hpvm/test/dnn_benchmarks/include/hpvm.h similarity index 100% rename from hpvm/test/dnn_benchmarks/common/include/hpvm.h rename to hpvm/test/dnn_benchmarks/include/hpvm.h diff --git a/hpvm/test/dnn_benchmarks/common/include/tensorTypes.h b/hpvm/test/dnn_benchmarks/include/tensorTypes.h similarity index 100% rename from hpvm/test/dnn_benchmarks/common/include/tensorTypes.h rename to hpvm/test/dnn_benchmarks/include/tensorTypes.h diff --git a/hpvm/test/dnn_benchmarks/common/include/tensorUtils.h b/hpvm/test/dnn_benchmarks/include/tensorUtils.h similarity index 100% rename from hpvm/test/dnn_benchmarks/common/include/tensorUtils.h rename to hpvm/test/dnn_benchmarks/include/tensorUtils.h