mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Summary: Implement compressed sparse row format. Derived from the GCS implementation at https://github.com/pytorch/pytorch/pull/44190 Pull Request resolved: https://github.com/pytorch/pytorch/pull/50937 Reviewed By: mrshenli Differential Revision: D27439865 Pulled By: ezyang fbshipit-source-id: 3ba3dcb9679505b980ff6a5f513e913bbae2fb1d
6 lines
250 B
Markdown
6 lines
250 B
Markdown
#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.
|