mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Fixes #112371 I tried to fix as many of the bugs as I could, a few I could not figure out what the proper fix for them was though and so I left them with noqas. Pull Request resolved: https://github.com/pytorch/pytorch/pull/116579 Approved by: https://github.com/ezyang |
||
|---|---|---|
| .. | ||
| dlmc | ||
| __init__.py | ||
| benchmark_semi_structured_sparsity.py | ||
| 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.