Skip to content
Snippets Groups Projects
Commit bd8d02eb authored by Adel Ejjeh's avatar Adel Ejjeh
Browse files

Update README.md

parent 50cf2b71
No related branches found
No related tags found
No related merge requests found
...@@ -68,11 +68,13 @@ make install ...@@ -68,11 +68,13 @@ make install
With all the aforementioned steps, HPVM should be built, installed and ready for use. With all the aforementioned steps, HPVM should be built, installed and ready for use.
## Benchmarks and Tests ## Benchmarks and Tests
We are providing the following HPVM benchmarks: We are providing the following [HPVM benchmarks](/hpvm/test/benchmarks):
* Select benchmarks from the [Parboil](http://impact.crhc.illinois.edu/parboil/parboil.aspx) benchmark suite, located under [test/parboil](/hpvm/test/benchmarks/parboil). * Select benchmarks from the [Parboil](http://impact.crhc.illinois.edu/parboil/parboil.aspx) benchmark suite, located under [test/benchmarks/parboil](/hpvm/test/benchmarks/parboil).
* An edge detection pipeline benchmark, located under [test/pipeline](/hpvm/test/benchmarks/pipeline). * An edge detection pipeline benchmark, located under [test/benchmarks/pipeline](/hpvm/test/benchmarks/pipeline).
* A Camera ISP pipeline, located under [test/cava](/hpvm/test/benchmarks/hpvm-cava), adapted from C code provided from our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu). * A Camera ISP pipeline, located under [test/benchmarks/hpvm-cava](/hpvm/test/benchmarks/hpvm-cava), adapted from C code provided from our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu).
Benchmark descriptions and instructions on how to compile and run them are [here](/hpvm/test/benchmarks).
We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpvm/test/regressionTests). We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpvm/test/regressionTests).
Benchmark descriptions and instructions on how to compile and run them are [here](/hpvm/test/benchmarks).
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