Skip to content
Snippets Groups Projects
Commit b450a883 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

merging

parents ebe0ea46 881e8cf5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# CUDNN Path setup
# module load cuda-toolkit/9.1
export CUDA_INCLUDE_PATH=/usr/local/cuda/include
export CUDNN_PATH=/use/local/cuda/lib64/
export LIBRARY_PATH=/usr/local/cuda/lib64/:$LIBRARY_PATH
#export LD_LIBRARY_PATH=/usr/local/cuda/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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment