diff --git a/README.md b/README.md index e78ac77bea6a896115c7b7fc41d487e993971a65..2fba9481fa03134fb0e1752d8f74def3693ac344 100644 --- a/README.md +++ b/README.md @@ -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. -