Ver código fonte

REPORT: Added reference for the Rodinia repository

Added in the README file the reference to the repository of the
benchmark suite.
Andrea Gussoni 8 anos atrás
pai
commit
50a714c1e2
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -8,3 +8,6 @@ The repo is structured in three main folders:
 - The **report** folder that contains the LaTeX source of the final report.
 - The **utils** folder that contains scripts and hacks used for deploying/compiling/running the components of the system used for the benchmarks execution.
 - The **notes** folder that contains notes taken during the development of the project to keep track of problems and solutions.
+
+In addition, since placing also the benchmark source folder in this same repository would have clobbered the commit history, I opted for a separate repository dedicated to host only the work on the Rodinia benchmark suite.
+You can find the benchmark repository [here](https://gogs.heisenberg.ovh/andreagus/rodinia-benchmark.git).