An open API service indexing awesome lists of open source software.

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

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 !