Matrix & Vector Operations using CUDA
Title:
Design parallel algorithm to
1. Add two large vectors
2. Multiply Vector and Matrix
3. Multiply two N × N arrays using n 2 processors
Source Code:
- Vector Addition
- Matrix Multiplication
- Matrix vector Multiplication
No comments: