Skip to content

A simple project that show the 2D-Convolution using CUDA

Notifications You must be signed in to change notification settings

Alessioventuri/ParallelComputing

Repository files navigation

ParallelComputing - 2D Convolution using CUDA

About this project

Implementation of 2D Convolution with Sequential method and Parallel Method using CUDA. In particular , you will find :

  • Global and Global + Constant
  • Shared and Shared + Constant

To read the images, I used the ppm format and C++ as support code.

Link to the whole paper

About

A simple project that show the 2D-Convolution using CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published