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

Update README.md

parent c959cfa0
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ 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).
#Building hpvm runtime
## 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
......@@ -58,14 +58,3 @@ export LLVM_SRC_ROOT=<full path to hpvm>/llvm
Benchmark suites have been migrated to the LLVM 4.0 build. They are located
in [VISC](/llvm/test/VISC/parboil/benchmarks).
### Running an example (sgemm in parboil)
```shell
cd llvm/test/VISC/parboil/benchmarks/sgemm
make
make run
```
### Other Old Components
Search this repository for "visc", case-insensitive.
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