Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 858 Bytes

File metadata and controls

15 lines (10 loc) · 858 Bytes

Parallel DFT for the GPU and Software

This repository designs and evaluates a parallel DFT (Discrete Fourier Transform) implementation on CUDA GPUs and MPI (Message Passing Interface) architectures.

Implementation

CUDA MPI
CUDA Impl MPI Impl

Evaluation

Both CUDA and MPI implementations saw significant performance benefits over the sequential algorithm.

The full report can be found here.

Performance Graph showing better parallel performance