1. 19 Sep, 2023 1 commit
  2. 10 Jul, 2023 1 commit
    • Ted Themistokleous's avatar
      Split build and test and add parallel jenkisn test for unit and parity tests · 075f5512
      Ted Themistokleous authored
      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.
      075f5512
  3. 19 May, 2023 1 commit
  4. 11 Apr, 2023 1 commit
  5. 09 Apr, 2023 1 commit
  6. 16 Feb, 2023 1 commit
  7. 15 Feb, 2023 1 commit
  8. 24 Jan, 2023 1 commit
  9. 22 Jun, 2022 1 commit
  10. 20 Jun, 2021 1 commit
  11. 04 Feb, 2021 1 commit
    • Shucai Xiao's avatar
      Disable ort tests to pass jenkins (#742) · 37dc0327
      Shucai Xiao authored
      * disable some ort tests to pass jenkins build
      
      * update onnxruntime to a later version and run disabled tests sequentially
      
      * remove the command line to turn on some unit tests
      37dc0327
  12. 25 Nov, 2020 1 commit
    • Paul Fultz II's avatar
      Fix issues with python 'ImportError' (#690) · 1c417ae7
      Paul Fultz II authored
      * Fix issue with module wrapper
      
      * Formatting
      
      * Remove custom build of python 3.6
      
      * Fix print function in tests
      
      * Formatting
      
      * Install onnx
      
      * Download the models
      
      * Add gcc 5
      
      * Boost time limit for now
      
      * Try to use oauth instead of app
      
      * Disable all warnings
      1c417ae7
  13. 18 Jun, 2020 1 commit
    • Paul Fultz II's avatar
      Test with onnx runtime (#552) · 59e36b72
      Paul Fultz II authored
      * Build and test onnxrt
      
      * Add sudo command
      
      * Add sudo
      
      * Add pkgconfig
      
      * Make root user
      
      * Move unstash out
      
      * Remove noncps
      
      * Add NonCPS back
      
      * Remove all noncps
      
      * Use each method
      
      * Move unstash command
      
      * Unstash before
      
      * Move stash command up
      
      * Move unstash to noncps function
      
      * Remove noncps
      
      * Use a function to unstash
      
      * Remove call to unused function
      
      * Change order of args
      
      * Add another rocmtestnode overload
      
      * List files
      
      * Use capital R
      
      * Search in build directory
      
      * Use force
      
      * Use newer cmake with onnx
      
      * Install requirements
      
      * Print out pip list
      
      * Install pip3
      
      * Add cxxflags for hip
      
      * Generate locale
      
      * Install wheel with pip3
      
      * Disable pip installation
      
      * Disable build wheel
      59e36b72