From ac00cf4759b4a126e72d1fe8e893a322a5b285bd Mon Sep 17 00:00:00 2001 From: IgorMirosavljevicHTEC Date: Fri, 13 Oct 2023 17:13:01 +0000 Subject: [PATCH 1/2] Update onnxruntime main 635d3faa3b3908d2806d009dc6872152cfcfcdda --- test/onnx/.onnxrt-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/onnx/.onnxrt-commit b/test/onnx/.onnxrt-commit index af082fddc91..c2996e0bb69 100644 --- a/test/onnx/.onnxrt-commit +++ b/test/onnx/.onnxrt-commit @@ -1 +1 @@ -6d7bc2a097a1a08541cd0d4628831c79ab8092d5 +635d3faa3b3908d2806d009dc6872152cfcfcdda From a2ff7e6ef7d35d1b7421df1a91969bb3c03a9eb5 Mon Sep 17 00:00:00 2001 From: Ted Themistokleous Date: Mon, 16 Oct 2023 17:38:58 +0000 Subject: [PATCH 2/2] Update script for build_and_test_onnxrt.sh Was breaking CI if we use the latest Onnxruntime since this script was updated last week from migraphx_test_launcher.sh vs pai_test_launcher.sh --- tools/build_and_test_onnxrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_and_test_onnxrt.sh b/tools/build_and_test_onnxrt.sh index 75915b15f6e..52c2b93e0f7 100755 --- a/tools/build_and_test_onnxrt.sh +++ b/tools/build_and_test_onnxrt.sh @@ -40,4 +40,4 @@ echo 'InferenceSessionTests.CheckRunProfilerWithSessionOptions' >> ../../../tool echo 'InferenceSessionTests.CheckRunProfilerWithSessionOptions2' >> ../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt echo 'InferenceSessionTests.Test3LayerNestedSubgraph' >> ../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt echo 'InferenceSessionTests.Test2LayerNestedSubgraph' >> ../../../tools/ci_build/github/pai/migraphx-excluded-tests.txt -../../../tools/ci_build/github/pai/migraphx_test_launcher.sh || (gdb ./onnxruntime_test_all core -batch -ex bt && exit 1) +../../../tools/ci_build/github/pai/pai_test_launcher.sh || (gdb ./onnxruntime_test_all core -batch -ex bt && exit 1)