https://github.com/dhruvsrikanth/fastconv
Distributed and serial implementations of the 2D Convolution operation in c++ and CUDA.
https://github.com/dhruvsrikanth/fastconv
convolution-filters cpp cuda gpu-programming high-performance-computing hpc image-editor image-processing nvidia parallel-programming
Last synced: 6 months ago
JSON representation
Distributed and serial implementations of the 2D Convolution operation in c++ and CUDA.
- Host: GitHub
- URL: https://github.com/dhruvsrikanth/fastconv
- Owner: DhruvSrikanth
- License: mit
- Created: 2022-12-12T06:55:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T11:51:21.000Z (about 3 years ago)
- Last Synced: 2025-04-24T00:55:11.990Z (9 months ago)
- Topics: convolution-filters, cpp, cuda, gpu-programming, high-performance-computing, hpc, image-editor, image-processing, nvidia, parallel-programming
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastConv
A distributed implementation of the 2D Convolution operation in CUDA