Skip to content
Snippets Groups Projects
Commit 20a3c17f authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed readme link and others

parent 2d13ddbc
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ The following components are required to be installed on your machine to build H ...@@ -27,8 +27,8 @@ The following components are required to be installed on your machine to build H
Checkout HPVM: Checkout HPVM:
```shell ```shell
git clone https://gitlab.engr.illinois.edu/llvm/hpvm.git git clone https://gitlab.engr.illinois.edu/llvm/hpvm-release.git/
git checkout hpvm-release cd hpvm-release
``` ```
HPVM installer script can be used to download, configure and build HPVM along with LLVM and other subprojects including Clang. HPVM installer script can be used to download, configure and build HPVM along with LLVM and other subprojects including Clang.
...@@ -71,5 +71,5 @@ We are providing the following benchmarks with HPVM: ...@@ -71,5 +71,5 @@ We are providing the following benchmarks with HPVM:
* An edge detection pipeline benchmark, located under [test/pipeline](/hpvm/test/pipeline). * An edge detection pipeline benchmark, located under [test/pipeline](/hpvm/test/pipeline).
* A Camera ISP pipeline, curtosy of our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu), located under [test/cava](/hpvm/test/pipeline). * A Camera ISP pipeline, curtosy of our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu), located under [test/cava](/hpvm/test/pipeline).
We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpm/test/regressionTests). We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpvm/test/regressionTests).
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