For a detailed project description, please refer to the Project Description PDF.
- CUDA - NVIDIA's parallel computing platform and API model.
- OpenMP - An API for parallel programming in shared-memory environments.
This project is developed using Visual Studio.
Step-by-step instructions on how to get the development environment running:
- Clone repository to your local system.
- Launch Visual Studio.
- Click on File > Open > Project/Solution.
- Navigate to the folder where you cloned the repository and select the project file (.sln file).
- Click on Build > Build Solution or press Ctrl+Shift+B to build the project.
- Click the Run button or press F5 to start the project.