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

Interface for eigensolver on QUDA #561

Merged
merged 32 commits into from
Oct 4, 2023
Merged

Commits on Mar 13, 2023

  1. initial commit, interface works with quda

    Aniket Sen committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    489ee3d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    ee79b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a48974 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e030595 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14c4e9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc247bd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    f4cd278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6f781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f50d533 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40a1602 View commit details
    Browse the repository at this point in the history
  5. removed initQudaforEig, memory allocation for eigenvalues done in the…

    … interface, added timing and more comments
    aniketsen committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3922b05 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    c308510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a06e083 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    291e9bf View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    4b7e737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0d71d3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    3919e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d68c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Merge pull request #564 from etmc/quda_work_eigensolver_poly_acc

    first stab at using polynomial acceleration for the ND eigensolver
    aniketsen committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d1b1c42 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. use own QudaInvertParam struct for eig_param.invert_param to not dist…

    …urb global inv_param when changing precision, adjust indentation in one place
    kostrzewa committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4e6033f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    3d67264 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. poly acc inputs updated

    aniketsen committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    362c93b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #569 from etmc/quda_work_eigensolver_poly_acc_sett…

    …tings
    
    user input for poly acc settings
    aniketsen committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6954db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bbabe6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    721f3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c27ed5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. require an output location to be provided externally to eigsolveQuda …

    …in order to allow all requested eigenvalues to be returned, if desired
    kostrzewa committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a8b0a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0626f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5e8a13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fe78b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    a46c4c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Revert "script for testing eigsolveQuda"

    This reverts commit a46c4c6.
    kostrzewa committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3bb6639 View commit details
    Browse the repository at this point in the history