You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@albestro identified a potentially high impact use case for the sub-pipelined sub-matrix in in the tridiagonal eigensolver GEMM optimization work. He currently gets a sub-pipelined full matrix for tasks and then in many cases uses only a small part of the full matrix. On one hand the unused tiles in the sub-pipeline get released as soon as possible and may only have a small impact of scheduling. On the other hand there may be a lot of unused sub-pipelines which all add dynamic allocations.
The following is needed:
Matrix::subPipeline{,Const}
#898)Distribution
#901)MatrixRef
to take a sub-matrix from an existingMatrix
#934)MatrixRef
to take a sub-matrix from an existingMatrix
#934)more details: https://confluence.cscs.ch/x/hYBZHw
The text was updated successfully, but these errors were encountered: