| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-07 | 903 Bytes | |
| v2.7.0 source code.tar.gz | 2026-07-07 | 770.1 kB | |
| v2.7.0 source code.zip | 2026-07-07 | 855.0 kB | |
| Totals: 3 Items | 1.6 MB | 1 | |
AMDGPU v2.7.0
Merged pull requests:
- Improve discovery robustness (#934) (@luraess)
- Add eigensolver support for Hermitian and Symmetric (#945) (@luraess)
- Fix scalar multiplication for
ROCSparseMatrixadjoint/transpose wrappers. (#946) (@luraess) - Add mixed real/complex sparse-dense matrix multiplication (#947) (@luraess)
- Improve CSCS CI (#956) (@luraess)
- Improve documentation (#959) (@luraess)
- Add svd/svdvals support for ROCArray (#960) (@luraess)
Closed issues:
- SVD not consistently working with ROCArrays (#837)
- Scalar indexing with multiplication between a scalar and the adjoint of ROC sparse matrices (#854)
- Generalized eigensolver for Hermitian matrices fails (#903)
- ROCSparseMatrxCSC{<:Complex}*ROCMatrix{<:Real} triggers allowscalar error (#904)
- Improve MI300 CI (#948)