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

Add orthogonalization options to GMRES #1646

Merged
merged 6 commits into from
Aug 9, 2024
Merged

Add orthogonalization options to GMRES #1646

merged 6 commits into from
Aug 9, 2024

Commits on Aug 8, 2024

  1. Add CGS and CGS2 orthogonalization options to GMRES.

    Change Hessenberg data layout to facilitate CGS communication in distributed solver.
    nbeams committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    849f502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e14a3c2 View commit details
    Browse the repository at this point in the history
  3. Reshape hessenberg_iter view to 'logical layout' (one column per rhs)

    for kernels that do not use the full Hessenberg matrix
    nbeams committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5c7b248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a7a0d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31cabdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d553b3a View commit details
    Browse the repository at this point in the history