Project Information

  • Category: Computer Graphics, Parallel Programming
  • Course: NYU - Multicore Processors: Architecture & Programming
  • Project date: Fall 2021
  • Report: Download

Parallel Ray Tracing with OpenMP

This is a team final project for Multicore Processors: Architecture & Programming.

We used OpenMP to parallelize the ray tracing algorithm on CPU and compared different optimizations.

The GIF animation is showing one implementation of the ray tracing using Static Schedule and 16 threads.

More information about the project can be found on the GitHub repository.