https://github.com/codename-detective/cuda_gpgpus_shared_memory_systems_pdp
CUDA GPGPUs Shared Memory Systems Parallel & Distributed Programming
https://github.com/codename-detective/cuda_gpgpus_shared_memory_systems_pdp
cuda cuda-programming numa parallel-programming
Last synced: about 1 year ago
JSON representation
CUDA GPGPUs Shared Memory Systems Parallel & Distributed Programming
- Host: GitHub
- URL: https://github.com/codename-detective/cuda_gpgpus_shared_memory_systems_pdp
- Owner: CodeName-Detective
- Created: 2024-07-28T01:49:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:36:37.000Z (over 1 year ago)
- Last Synced: 2025-03-30T03:31:47.789Z (about 1 year ago)
- Topics: cuda, cuda-programming, numa, parallel-programming
- Language: Cuda
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDA GPGPUs Shared Memory Systems Parallel & Distributed Programming
Parallel Algorithms for Shared Memory GPGPUs using CUDA.
Implemented Algorithms:
- Vector Add
- Image Blur
- Colour To Grayscale
- Matrix Vector Multiplication
- Matrix Matrix Multiplication
Benchmarking:
- TBD
NOTE: Use Jupyter Notebook provided to execute CUDA code in Google Colab.