Skip to content

Developed a GPU-accelerated 2D Convolution Engine in C++/CUDA, implementing core operations used in Computer Vision and Deep Learning. Optimized with shared memory and tiling, benchmarked against CPU for significant performance gains.

Notifications You must be signed in to change notification settings

Kugman/GPU-Convolution-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Developed a GPU-accelerated 2D Convolution Engine in C++/CUDA, implementing core operations used in Computer Vision and Deep Learning. Optimized with shared memory and tiling, benchmarked against CPU for significant performance gains.

About

Developed a GPU-accelerated 2D Convolution Engine in C++/CUDA, implementing core operations used in Computer Vision and Deep Learning. Optimized with shared memory and tiling, benchmarked against CPU for significant performance gains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages