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

Fix windows test failures currently observed in syevx, sygvx and getrf_large #731

Draft
wants to merge 16 commits into
base: develop
Choose a base branch
from

Commits on May 31, 2024

  1. Investigate test failures

    This commit investigates how the randomicity inherent with sampling the
    tests' input data might be interfering with their outcome.
    jmachado-amd committed May 31, 2024
    Configuration menu
    Copy the full SHA
    61976be View commit details
    Browse the repository at this point in the history
  2. Investigate test failures -- part 2

    Small bug fix to force the use of current thread id to generate seed.
    jmachado-amd committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5dd0faa View commit details
    Browse the repository at this point in the history
  3. Investigate test failures -- part 3

    Inspect seed choice during tests.
    jmachado-amd committed May 31, 2024
    1 Configuration menu
    Copy the full SHA
    af0a7e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Hash input/output of syevx/sgvx tests

    This commit is meant to facilitate debugging the tests for syevx/sygvx
    by printing, as part of those tests' outputs, hashes of the matrices
    used to store input, eigenvalues and eigenvectors (for both LAPACK and
    rocSOLVER).
    jmachado-amd committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e1e6197 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    22341ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6312df View commit details
    Browse the repository at this point in the history
  3. Minimal changes

    jmachado-amd committed Jun 18, 2024
    2 Configuration menu
    Copy the full SHA
    cd24293 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-clients-device-host-containers-initialization' into…

    … fix-windows-test-failures-syevx-sygvx-getrf_large-rocsolver3.26
    jmachado-amd committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    be80a76 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    4c46d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284949a View commit details
    Browse the repository at this point in the history
  3. Fix merge conflict

    jmachado-amd committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5488fcc View commit details
    Browse the repository at this point in the history
  4. Update getrf_large test

    jmachado-amd committed Jun 25, 2024
    1 Configuration menu
    Copy the full SHA
    a42022c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Modify sygvx/hegvx tests (1)

    Change brittle comparison between number of computed eigenvalues for
    cases in which a value range is provided as input.
    jmachado-amd committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7675633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3863054 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    96efec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209c5f0 View commit details
    Browse the repository at this point in the history