forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into an/new_deconv_slt
- Loading branch information
Showing
1,934 changed files
with
15,859 additions
and
43,584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
repository: ${{ github.repository }} | ||
pr: ${{ github.event.number }} | ||
commit_sha: ${{ github.sha }} | ||
ref_name: ${{ github.ref_name }} | ||
component_pattern: "category: (.*)" | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
skip_when_only_listed_labels_set: 'docs' | ||
|
@@ -125,7 +126,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
# | ||
# Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: Setup Python ${{ env.PYTHON_VERSION }} | ||
uses: ./openvino/.github/actions/setup_python | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
repository: ${{ github.repository }} | ||
pr: ${{ github.event.number }} | ||
commit_sha: ${{ github.sha }} | ||
ref_name: ${{ github.ref_name }} | ||
component_pattern: "category: (.*)" | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
skip_when_only_listed_labels_set: 'docs' | ||
|
@@ -87,7 +88,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: Install python dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,10 @@ jobs: | |
popd | ||
- name: Install OpenVINO dependencies | ||
run: ${INSTALL_DIR}/install_dependencies/install_openvino_dependencies.sh -c=core -c=dev -y | ||
run: | | ||
${INSTALL_DIR}/install_dependencies/install_openvino_dependencies.sh -c=core -c=dev -y | ||
# since we are on Ubuntu 22.04, but compiled OpenVINO on Ubuntu 20.04, we need to install `libtbb2` | ||
apt-get install --assume-yes --no-install-recommends libtbb2 | ||
- name: Clone ONNX Runtime | ||
run: | | ||
|
@@ -97,7 +100,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: Build Lin ONNX Runtime | ||
run: | | ||
|
@@ -139,13 +142,6 @@ jobs: | |
./onnxruntime_global_thread_pools_test | ||
working-directory: ${{ env.ONNX_RUNTIME_BUILD_DIR }}/RelWithDebInfo/RelWithDebInfo | ||
|
||
# Test removed in onnxruntime 1.16.2 | ||
# - name: Run onnxruntime_api_tests_without_env | ||
# run: | | ||
# source ${INSTALL_DIR}/setupvars.sh | ||
# ./onnxruntime_api_tests_without_env | ||
# working-directory: ${{ env.ONNX_RUNTIME_BUILD_DIR }}/RelWithDebInfo/RelWithDebInfo | ||
|
||
- name: Run pytorch-converted tests | ||
run: | | ||
source ${INSTALL_DIR}/setupvars.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ jobs: | |
repository: ${{ github.repository }} | ||
pr: ${{ github.event.number }} | ||
commit_sha: ${{ github.sha }} | ||
ref_name: ${{ github.ref_name }} | ||
component_pattern: "category: (.*)" | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
skip_when_only_listed_labels_set: 'docs' | ||
|
@@ -113,7 +114,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: Setup Python ${{ env.PYTHON_VERSION }} | ||
uses: ./openvino/.github/actions/setup_python | ||
|
@@ -406,14 +407,16 @@ jobs: | |
|
||
ONNX_Runtime: | ||
name: ONNX Runtime Integration | ||
if: fromJSON(needs.smart_ci.outputs.affected_components).ONNX_RT || | ||
fromJSON(needs.smart_ci.outputs.affected_components).ONNX_FE | ||
# Enable back once https://github.com/microsoft/onnxruntime/pull/19184 is merged | ||
if: ${{ 'false' }} | ||
# if: fromJSON(needs.smart_ci.outputs.affected_components).ONNX_RT || | ||
# fromJSON(needs.smart_ci.outputs.affected_components).ONNX_FE | ||
needs: [ Build, Smart_CI ] | ||
uses: ./.github/workflows/job_onnx_runtime.yml | ||
with: | ||
runner: 'aks-linux-16-cores-32gb' | ||
container: '{"image": "openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04", "volumes": ["/mount:/mount"], "options": "-e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING"}' | ||
sccache-azure-key-prefix: 'ubuntu20_x86_64_onnxruntime' | ||
container: '{"image": "openvinogithubactions.azurecr.io/dockerhub/ubuntu:22.04", "volumes": ["/mount:/mount"], "options": "-e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING"}' | ||
sccache-azure-key-prefix: 'ubuntu22_x86_64_onnxruntime' | ||
|
||
ONNX_Models: | ||
name: ONNX Models Tests | ||
|
@@ -562,7 +565,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: Install CUDA | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ jobs: | |
repository: ${{ github.repository }} | ||
pr: ${{ github.event.number }} | ||
commit_sha: ${{ github.sha }} | ||
ref_name: ${{ github.ref_name }} | ||
component_pattern: "category: (.*)" | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
skip_when_only_listed_labels_set: 'docs' | ||
|
@@ -113,7 +114,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: Setup Python ${{ env.PYTHON_VERSION }} | ||
uses: ./openvino/.github/actions/setup_python | ||
|
@@ -307,14 +308,16 @@ jobs: | |
|
||
ONNX_Runtime: | ||
name: ONNX Runtime Integration | ||
if: fromJSON(needs.smart_ci.outputs.affected_components).ONNX_RT || | ||
fromJSON(needs.smart_ci.outputs.affected_components).ONNX_FE | ||
# Enable back once https://github.com/microsoft/onnxruntime/pull/19184 is merged | ||
if: ${{ 'false' }} | ||
# if: fromJSON(needs.smart_ci.outputs.affected_components).ONNX_RT || | ||
# fromJSON(needs.smart_ci.outputs.affected_components).ONNX_FE | ||
needs: [ Build, Smart_CI ] | ||
uses: ./.github/workflows/job_onnx_runtime.yml | ||
with: | ||
runner: 'aks-linux-16-cores-arm' | ||
container: '{"image": "openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04", "volumes": ["/mount:/mount"], "options": "-e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING"}' | ||
sccache-azure-key-prefix: 'ubuntu20_aarch64_onnxruntime' | ||
container: '{"image": "openvinogithubactions.azurecr.io/dockerhub/ubuntu:22.04", "volumes": ["/mount:/mount"], "options": "-e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING"}' | ||
sccache-azure-key-prefix: 'ubuntu22_aarch64_onnxruntime' | ||
|
||
CXX_Unit_Tests: | ||
name: C++ unit tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ jobs: | |
repository: ${{ github.repository }} | ||
pr: ${{ github.event.number }} | ||
commit_sha: ${{ github.sha }} | ||
ref_name: ${{ github.ref_name }} | ||
component_pattern: "category: (.*)" | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
skip_when_only_listed_labels_set: 'docs' | ||
|
@@ -111,7 +112,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: Setup Python ${{ env.PYTHON_VERSION }} | ||
uses: ./openvino/.github/actions/setup_python | ||
|
@@ -150,6 +151,7 @@ jobs: | |
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON \ | ||
-DENABLE_PROFILING_ITT=ON \ | ||
-DSELECTIVE_BUILD=COLLECT \ | ||
-DENABLE_DEBUG_CAPS=ON \ | ||
-DCMAKE_C_COMPILER_LAUNCHER=${{ env.CMAKE_C_COMPILER_LAUNCHER }} \ | ||
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ env.CMAKE_CXX_COMPILER_LAUNCHER }} \ | ||
-S ${OPENVINO_REPO} \ | ||
|
@@ -200,7 +202,7 @@ jobs: | |
pushd ${INSTALL_TEST_DIR} | ||
tar -czvf ${BUILD_DIR}/openvino_tests.tar.gz \ | ||
tests/ov_cpu_func_tests \ | ||
tests/libtemplate_extension.so \ | ||
tests/libopenvino_template_extension.so \ | ||
tests/functional_test_utils/layer_tests_summary/* | ||
popd | ||
|
@@ -289,7 +291,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
# | ||
# Build | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
repository: ${{ github.repository }} | ||
pr: ${{ github.event.number }} | ||
commit_sha: ${{ github.sha }} | ||
ref_name: ${{ github.ref_name }} | ||
component_pattern: "category: (.*)" | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
skip_when_only_listed_labels_set: 'docs' | ||
|
@@ -68,7 +69,7 @@ jobs: | |
- name: Install sccache | ||
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: emcmake cmake - configure | ||
run: | | ||
|
Oops, something went wrong.