2D and 3D Matrix Convolution and Matrix Multiplication with CUDA
-
Updated
Jun 14, 2021 - C++
2D and 3D Matrix Convolution and Matrix Multiplication with CUDA
This repository has MVM assignment in the course COL730 Parallel Programming taught by Prof. Kolin Paul at IIT, Delhi in Fall 2019
Matilda is a library to repeatedly multiply a constant matrix with a variable vector
All experiments performed as part of CEE82A - High Performance Computing.
Repository of the lab3 assignment for the Parallel Programming course.
This C++ project simulates matrix multiplication with a shared vector, showcasing the principles of parallel computing and shared memory utilization.
C++ parallel implementation of matrix-vector multiplication
Add a description, image, and links to the matrix-vector-multiplication topic page so that developers can more easily learn about it.
To associate your repository with the matrix-vector-multiplication topic, visit your repo's landing page and select "manage topics."