Skip to content
Snippets Groups Projects
Commit 3b0e65c2 authored by hsharif3's avatar hsharif3
Browse files

Update README.md

parent a064cf58
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ This repository contains miscellaneous supporting materals for HPVM. ...@@ -4,7 +4,7 @@ This repository contains miscellaneous supporting materals for HPVM.
## Paper ## Paper
[Technical Report](https://arxiv.org/abs/1611.00860) [PPoPP'18 paper](http://rsim.cs.illinois.edu/Pubs/17-PPOPP-HPVM.pdf)
## Dependencies ## Dependencies
You would need to download and install the following components for using AVX and NVIDIA GPUs to speed up your programs You would need to download and install the following components for using AVX and NVIDIA GPUs to speed up your programs
...@@ -14,17 +14,14 @@ You would need to download and install the following components for using AVX an ...@@ -14,17 +14,14 @@ You would need to download and install the following components for using AVX an
## Build ## Build
Switch to hpvm-dev Switch to hpvm-reorg-9
```shell ```shell
git checkout hpvm-dev git checkout hpvm-reorg-9
``` ```
Build hpvm Build hpvm
```shell ```shell
mkdir install bash install.sh
mkdir build && cd build
cmake ../llvm -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_INSTALL_PREFIX=../install
make -j<number of threads you want to use to build hpvm>
``` ```
Build hpvm runtime Build hpvm runtime
......
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