Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.03 KB

TornadoVM vs. Rodinia OpenMP Performance Comparison

This project aims to comprehensively compare the performance of TornadoVM and Rodinia OpenMP across specific workloads.

  1. rodinia: implemented algorithms by using TornadoVM.

  2. sequential: implemented algorithms by using sequential Java.

  3. record.md: record which backend(s) support the implemented algorithms.

Prerequisites

Before you begin, ensure that you have met the following requirements:

  1. Folder Position: Place the 'rodinia' folder under /tornado-examples/src/main/java/uk/ac/manchester/tornado/examples.

  2. TornadoVM: Follow the installation guide here to set up TornadoVM.

  3. Rodinia OpenMP: Follow the installation guide here to install Rodinia OpenMP.

  4. Test Data: Follow the installation guide here to install the test data for OpenMP & TornadoVM.