Skip to content
Snippets Groups Projects
Commit e59962ee authored by Akash Kothari's avatar Akash Kothari
Browse files

Add instructions for running set_paths.sh

parent d510a286
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,11 @@ Before installing HPVM, some paths must be set for installation to succeed. The ...@@ -55,6 +55,11 @@ Before installing HPVM, some paths must be set for installation to succeed. The
* CUDA_INCLUDE_PATH --- Path to the CUDA headers * CUDA_INCLUDE_PATH --- Path to the CUDA headers
* CUDA_LIB_PATH -- Path to CUDA libraries * CUDA_LIB_PATH -- Path to CUDA libraries
Once the aforementioned variables in set_paths.sh have been specified, run the script.
```shell
source set_paths.sh
```
HPVM installer script can be used to download, configure and build HPVM along with LLVM and Clang. HPVM installer script can be used to download, configure and build HPVM along with LLVM and Clang.
```shell ```shell
bash install.sh bash install.sh
......
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