This repository contains implementations of concepts and examples from the "CUDA Crash Course" by CoffeeBeforeArch. This project serves as a learning exercise to explore GPU programming with CUDA and understand parallel computing concepts.
Topics Covered:
1. Vector Addition
2. Matrix Multiplication
3. Sum Reduction