1. 12 Jul, 2023 1 commit
  2. 10 Jul, 2023 2 commits
    • 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
    • Ted Themistokleous's avatar
      Add script to run onnxrt parity checks · 8b40e9b2
      Ted Themistokleous authored
      Run the three parity checks that are used for onnxruntime as part of CI
      
      can be expanded later if needed
      8b40e9b2
  3. 08 May, 2023 1 commit
  4. 25 Mar, 2023 1 commit
  5. 22 Jun, 2022 1 commit
  6. 17 Aug, 2021 1 commit
  7. 20 Jan, 2021 1 commit
    • turneram's avatar
      Added initial examples (#672) · 7ecc003b
      turneram authored
      * Added initial examples
      
      * Added python example from wiki
      
      * Edited readme
      
      * Added cpp interface files
      
      * Made changes to readmes
      
      * Added jupyter notebook for tf2 ex, added readme for tf1 ex
      
      * Added dockerfile
      
      * Re-structured driver example
      
      * Removed unnecessary files
      
      * Changed include path
      
      * Removed cpp_interface to rewrite
      
      * Added example of parsing, loading, saving with C++ API
      
      * Updated readme
      
      * Small code change, altered docker invocation, formatiing
      
      * Formatting
      
      * Added newline to end of dockerfile
      
      * Formatting
      
      * Formatting
      
      * Added C++ API inference example program
      
      * Formatting
      
      * Added README to cpp inference example
      
      * DeepCode suggested changed
      
      * DeepCode suggested change
      
      * Redesign python inference example
      
      * Address review comments
      
      * Address review comments
      
      * Address review comments
      7ecc003b