-
Coordinate Format (COO)
-
Compressed Sparse Row Format (CSR)
-
ELL Format (ELL)
-
SELL-C-sigma
-
Compressed Multi-Row Sparse Format (CMRS)
Run git lfs pull in the root directory (git LFS is required). This is essential for running programs.
Run make coo, make csr, make ell, make sigma_c, make cmrs or make (all) in the root directory to build a specific algorithm.
To build with the debug option, add DEBUG=yes to the build command, e.g. make DEBUG=yes coo.
-
./bin/coo -
./bin/csr -
./bin/ell -
./bin/sigma_c -
./bin/cmrs
OpenCL >= 3.0
git LFS
OpenMP