pytorch/benchmarks/sparse
2024-10-24 17:27:06 +00:00
..
dlmc
__init__.py
benchmark_semi_structured_sparsity.py Revert "[sparse] add search for optimal alg_id to torch.compile (#137427)" 2024-10-24 17:27:06 +00:00
README.md
spmm.py
spmv.py
test_csr.sh
triton_ops.py
utils.py

#Sparse benchmarks

These sets of benchmarks are for the sparse matrix functionality. They exist for comparing the performance of sparse matrix routines such as SpMV between various sparse matrix formats and with other frameworks such as TensorFlow.