- 12 Jul, 2023 1 commit
-
-
Ted Themistokleous authored
Using groovy to debug issues in jenkins file Fixing new line and names
-
- 10 Jul, 2023 2 commits
-
-
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.
-
Ted Themistokleous authored
Run the three parity checks that are used for onnxruntime as part of CI can be expanded later if needed
-
- 08 May, 2023 1 commit
-
-
Charlie Lin authored
Example of using the C++ API to run an ONNX model with dynamic batch
-
- 25 Mar, 2023 1 commit
-
-
Umang Yadav authored
Co-authored-by:Chris Austen <causten@users.noreply.github.com>
-
- 22 Jun, 2022 1 commit
-
-
Ted Themistokleous authored
Updated each source file in the repo with the existing license.
-
- 17 Aug, 2021 1 commit
-
-
Cagri Eryilmaz authored
* restructring examples * modifications to titles/paths * cleanup Co-authored-by:root <root@rocm-framework-3.amd.com>
-
- 20 Jan, 2021 1 commit
-
-
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
-