Skip to content

v6.1.3 (Jan 1, 2022)

Compare
Choose a tag to compare
@DrTimothyAldenDavis DrTimothyAldenDavis released this 02 Jan 19:33
· 2311 commits to stable since this release
8144c2d

Version 6.1.3, Jan 1, 2022

* performance: task creation for GrB_mxm (saxpy method) didn't
    account for any work for A(:,k)*B(k,j) when nnz(A(:,k))==0,
    but this takes O(1) work to examine B(k,j).  Performance
    improvement of up to 10x when nnz(A)<<nnz(B).