From 3b0e65c229497afb6eda24f3169823a9cc780dc1 Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Sun, 19 Jan 2020 00:07:25 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 09f5d1415e..4970eccbac 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains miscellaneous supporting materals for HPVM. ## Paper -[Technical Report](https://arxiv.org/abs/1611.00860) +[PPoPP'18 paper](http://rsim.cs.illinois.edu/Pubs/17-PPOPP-HPVM.pdf) ## Dependencies 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 ## Build -Switch to hpvm-dev +Switch to hpvm-reorg-9 ```shell -git checkout hpvm-dev +git checkout hpvm-reorg-9 ``` Build hpvm ```shell -mkdir install -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> +bash install.sh ``` Build hpvm runtime -- GitLab