Name Date Size #Lines LOC

..--

dlmc/H25-Apr-2025-433349

README.mdH A D25-Apr-2025250 64

__init__.pyH A D25-Apr-202536 32

benchmark_semi_structured_sparsity.pyH A D25-Apr-20256.5 KiB254210

spmm.pyH A D25-Apr-20253.7 KiB151121

spmv.pyH A D25-Apr-20253.3 KiB135105

test_csr.shH A D25-Apr-20251.1 KiB4232

triton_ops.pyH A D25-Apr-202515.6 KiB439363

utils.pyH A D25-Apr-20251.5 KiB6142

README.md

1#Sparse benchmarks
2
3These sets of benchmarks are for the sparse matrix functionality. They exist for
4comparing the performance of sparse matrix routines such as SpMV between various
5sparse matrix formats and with other frameworks such as TensorFlow.
6