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 Onnxruntime parity checks to CI #1938

Closed
wants to merge 14 commits into from

Commits on Jul 10, 2023

  1. Add script to run onnxrt parity checks

    Run the three parity checks that are used for onnxruntime as part of CI
    
    can be expanded later if needed
    TedThemistokleous committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8b40e9b View commit details
    Browse the repository at this point in the history
  2. Split build and test and add parallel jenkisn test for unit and parit…

    …y tests
    
    Do the following
    
    - Split build_and_test.sh into build_and_install.sh and test_onnxrt_unit_test.py
    - Add parity tests to test_onnxrt_parity_tests.sh
    - Parallelize unit and parity tests for MIGraphX-Onnxruntime integration in jenkins
    - Add changes to dockerfile for additional run scripts.
    
    Idea here is that unit tests take a while, and in the meantime if we perform
    a wheel build of onnxruntime library and then run the appropriate parity tests
    we should be able to catch any odd changes in parity that are missed by the unit tests
    which would also appear in additional testing.
    TedThemistokleous committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    075f551 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Fixes to formatting and things

    Using groovy to debug issues in jenkins file
    
    Fixing new line and names
    TedThemistokleous committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    75f9244 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 25, 2023

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

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    c9b6a28 View commit details
    Browse the repository at this point in the history
  2. Fix dockerfile naming for parity checks.

    need to call the script the proper name
    TedThemistokleous committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    41c4398 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    33de83c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6938c71 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    5c98fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1530ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c1c718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbacefc View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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