Skip to content

V24.11.00

Latest
Compare
Choose a tag to compare
@marcinz marcinz released this 21 Nov 19:52
· 3 commits to branch-24.11 since this release
41ed1ac

v24.11.00 is an alpha release of Legate Sparse and now uses the C++ Legate core.

Conda packages are available here: https://anaconda.org/legate/legate-sparse. Note that the link to legate sparse homepage is incorrect on the conda page.

Notes

  • The implementation of spGEMM has computational hints that prevent copying over data from GPUs to CPU and vice-versa for partitioning. Multi-GPU runs that use spGEMM may benefit from this improvement

  • Support for two different spGEMM algorithms from cuSparse is now included. A fast but memory hungry version can be turned on by setting the environment variable LEGATE_SPARSE_FAST_SPGEMM to 1

  • Support for all matrix formats other than CSR has been dropped in this release but might be included over the next several releases