AkashWorld / ISPC-Experiments

Rutgers University - ECE - Parallel and Distributed Computing - Project 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel and Distributed Programming - Project 1

Benchmarking of several computations and comparisons using SIMD/SPMD operations/compilers.

Getting Started

All problems, their build files, and their write-ups are in their individual folders named problem_x.

Prerequisites

Posix compliant standard c library.
Ensure that the environmental PATH has access to the following: g++, gcc, python3, and ispc

Installing

Go to the individual problem folders, and run make.

Built With

  • ISPC - The SPMD compiler used

Authors

  • Khalid Akash
  • Brandon Smith
  • Suva Shahria
  • Ryan Morey

License

This project is licensed under the MIT License

About

Rutgers University - ECE - Parallel and Distributed Computing - Project 1

License:MIT License


Languages

Language:C++ 81.2%Language:C 15.8%Language:Makefile 2.1%Language:Python 0.9%