https://github.com/sofiia-chorna/gpu-for-deep-learning
IA307
https://github.com/sofiia-chorna/gpu-for-deep-learning
cuda gpu
Last synced: about 2 months ago
JSON representation
IA307
- Host: GitHub
- URL: https://github.com/sofiia-chorna/gpu-for-deep-learning
- Owner: sofiia-chorna
- Created: 2025-02-02T22:20:02.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-02-10T21:47:15.000Z (over 1 year ago)
- Last Synced: 2025-03-30T01:26:19.956Z (about 1 year ago)
- Topics: cuda, gpu
- Language: Jupyter Notebook
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPU Programming Exercises
This repository contains exercises for GPU programming using CUDA for IA307.
## Structure
- **`saxpy.ipynb`**: CUDA implementation of SAXPY (`Y = aX + Y`).
- **`Matrix_Multiplication.ipynb`**: Implementation of matrix multiplication in CUDA (basic, tiled, cublas).
- **Additional TDs (Coming Soon :)**: This repository will be updated with more notebooks !