Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create submatrix view (reference and pipelined) #868

Open
4 of 5 tasks
rasolca opened this issue May 16, 2023 · 2 comments
Open
4 of 5 tasks

Create submatrix view (reference and pipelined) #868

rasolca opened this issue May 16, 2023 · 2 comments
Assignees

Comments

@rasolca
Copy link
Collaborator

rasolca commented May 16, 2023

The following is needed:

more details: https://confluence.cscs.ch/x/hYBZHw

@msimberg
Copy link
Collaborator

@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.

@rasolca
Copy link
Collaborator Author

rasolca commented Oct 19, 2023

There will be no impact after the clean-up, as only the relevant submatrix will be passed to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants