pytorch/benchmarks/sparse
Jeff Moe b8fc24e092 Upstream v2.1.0 2023-11-08 09:13:36 -07:00
..
dlmc Upstream v2.1.0 2023-11-08 09:13:36 -07:00
README.md Forklet of Pytorch 2023-11-08 09:01:59 -07:00
__init__.py Upstream v2.1.0 2023-11-08 09:13:36 -07:00
benchmark_semi_structured_sparsity.py Upstream v2.1.0 2023-11-08 09:13:36 -07:00
spmm.py Upstream v2.1.0 2023-11-08 09:13:36 -07:00
spmv.py Upstream v2.1.0 2023-11-08 09:13:36 -07:00
test_csr.sh Forklet of Pytorch 2023-11-08 09:01:59 -07:00
utils.py Upstream v2.1.0 2023-11-08 09:13:36 -07:00

README.md

#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.