Skip to content
Snippets Groups Projects
Commit 42b6f15e authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Update README.md

parent c3a28290
No related branches found
No related tags found
No related merge requests found
...@@ -35,12 +35,12 @@ git clone https://gitlab.engr.illinois.edu/llvm/hpvm-release.git/ ...@@ -35,12 +35,12 @@ git clone https://gitlab.engr.illinois.edu/llvm/hpvm-release.git/
cd 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 Clang.
```shell ```shell
cd hpvm cd hpvm
bash install.sh bash install.sh
``` ```
Specifically, the HPVM installer downloads LLVM, Clang, libcxx and libcxxabi, copies HPVM source into Specifically, the HPVM installer downloads LLVM, and Clang, copies HPVM source into
llvm/tools and builds the entire tree. It also builds a modified LLVM C-Backend, based on the one maintained by [Julia Computing](https://github.com/JuliaComputing/llvm-cbe), as a part of HPVM and is currently used llvm/tools and builds the entire tree. It also builds a modified LLVM C-Backend, based on the one maintained by [Julia Computing](https://github.com/JuliaComputing/llvm-cbe), as a part of HPVM and is currently used
to generate OpenCL kernels for GPUs. to generate OpenCL kernels for GPUs.
......
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