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

implement gemm for the tridiagonal solver #915

Closed
2 tasks done
rasolca opened this issue Jun 23, 2023 · 0 comments
Closed
2 tasks done

implement gemm for the tridiagonal solver #915

rasolca opened this issue Jun 23, 2023 · 0 comments
Assignees
Milestone

Comments

@rasolca
Copy link
Collaborator

rasolca commented Jun 23, 2023

Depends on part of #868.

Implement gemm such that it can handle the following use case:

  • tridiagonal eigensolver(matrix)
    • ...
    • merge(submatrix_reference(matrix))
      • ...
      • task _to_schedule_gemms(subpipeline_matrix(submatrix_reference), Sender_of_gemm_sizes)
        • create submatrix references
        • gemm(set_submatrix_reference_1)
        • gemm(set_submatrix_reference_2)

Work completed for:

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

No branches or pull requests

3 participants