This project aims to comprehensively compare the performance of TornadoVM and Rodinia OpenMP across specific workloads.
-
rodinia: implemented algorithms by using TornadoVM.
-
sequential: implemented algorithms by using sequential Java.
-
record.md: record which backend(s) support the implemented algorithms.
Before you begin, ensure that you have met the following requirements:
-
Folder Position: Place the 'rodinia' folder under
/tornado-examples/src/main/java/uk/ac/manchester/tornado/examples
. -
TornadoVM: Follow the installation guide here to set up TornadoVM.
-
Rodinia OpenMP: Follow the installation guide here to install Rodinia OpenMP.
-
Test Data: Follow the installation guide here to install the test data for OpenMP & TornadoVM.