From abf38e20365d15b38d28c7e213a583dae1479ae6 Mon Sep 17 00:00:00 2001 From: Akash Kothari <akashk4@tyler.cs.illinois.edu> Date: Tue, 22 Dec 2020 12:42:10 -0600 Subject: [PATCH] Move include directory for DNN benchmarks --- .../dnn_benchmarks/common/bin/setup_tyler_paths.sh | 14 -------------- .../dnn_benchmarks/{common => }/include/hpvm.h | 0 .../{common => }/include/tensorTypes.h | 0 .../{common => }/include/tensorUtils.h | 0 4 files changed, 14 deletions(-) delete mode 100644 hpvm/test/dnn_benchmarks/common/bin/setup_tyler_paths.sh rename hpvm/test/dnn_benchmarks/{common => }/include/hpvm.h (100%) rename hpvm/test/dnn_benchmarks/{common => }/include/tensorTypes.h (100%) rename hpvm/test/dnn_benchmarks/{common => }/include/tensorUtils.h (100%) 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 3548f182f1..0000000000 --- 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 -- GitLab