Skip to content
Snippets Groups Projects
Commit f1a6f256 authored by bjschre2's avatar bjschre2
Browse files

Update README.md

parent b60b175f
No related branches found
No related tags found
No related merge requests found
...@@ -39,13 +39,6 @@ Some common options that can be used with CMake are: ...@@ -39,13 +39,6 @@ Some common options that can be used with CMake are:
* -DLLVM_ENABLE_ASSERTIONS=On --- Compile with assertion checks enabled (default is Yes for Debug builds, No for all other build types). * -DLLVM_ENABLE_ASSERTIONS=On --- Compile with assertion checks enabled (default is Yes for Debug builds, No for all other build types).
## Building hpvm runtime
HPVM also includes a runtime library which comprises of low-level, target-specific wrappers required by HPVM's code generation.
```shell
cd projects/visc-rt
make
cd ..
```
To use hpvm to compile benchmarks set environment variable `LLVM_SRC_ROOT` to llvm directory in your local repository To use hpvm to compile benchmarks set environment variable `LLVM_SRC_ROOT` to llvm directory in your local repository
```shell ```shell
export LLVM_SRC_ROOT=<full path to hpvm>/llvm export LLVM_SRC_ROOT=<full path to hpvm>/llvm
......
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