fedxgibson / gpgpu-matrix-multiplication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpgpu-matrix-multiplication

Sparse matrix by dense vector multiplication. One of the most common and frequently used sparse matrix algebra operations. The script use Jagged Diagonal Format (JDS) as input format.

Using CUDA technology.

About


Languages

Language:Cuda 99.1%Language:C 0.9%