Skip to content

uysalere/cuda-matrix-vector-multiplication

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages