pytorch/benchmarks/sparse
Xuehai Pan 1e4c2ce3a6 Update (base update)
[ghstack-poisoned]
2025-01-24 12:12:30 +00:00
..
dlmc Fix unused Python variables outside torch/ and test/ (#136359) 2024-12-11 17:10:23 +00:00
__init__.py
README.md
spmm.py
spmv.py
test_csr.sh
triton_ops.py Update (base update) 2025-01-24 12:12:30 +00:00
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.