/Sparse-Matrix-Matrix-Calculation

Contemporary Computer Science GPU cluster computing assignment

Primary LanguageC

Sparse-Matrix-Matrix-Calculation

Contemporary Computer Science GPU cluster computing assignment

Aim is to write a C code to multiply sparse matrix-matrix calculation.

skeleton code was taken from here:

https://github.com/wence-/ccs-l3-coursework-2018

clone that repo, then change optimised-sparsemm with this one.