MarziehLenjani / cuda-matrix-vector-multiplication

Matrix-Vector Multiplication Using Shared and Coalesced Memory Access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cuda-matrix-vector-multiplication

Matrix-Vector Multiplication Using Shared and Coalesced Memory Access

The goal of this project is to create a fast and efficient matrix-vector multiplication kernel for GPU computing in CUDA C. Refer to vmp.pdf for a detailed paper describing the algorithms and testing suite.

About

Matrix-Vector Multiplication Using Shared and Coalesced Memory Access


Languages

Language:Cuda 71.5%Language:C 28.1%Language:Makefile 0.4%