mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-14 22:25:03 +08:00
The csr timing loop is nested inside the coo loop. duplicated and inconsistent measurements. Pull Request resolved: https://github.com/pytorch/pytorch/pull/166795 Approved by: https://github.com/cyyever, https://github.com/ezyang
#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.