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 'e2e_oss' of https://github.com/rnugmanx/openvino into e…
…2e_oss
- Loading branch information
Showing
3,821 changed files
with
184,250 additions
and
123,327 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ name: Android ARM64 with vcpkg | |
on: | ||
workflow_dispatch: | ||
pull_request: | ||
merge_group: | ||
push: | ||
branches: | ||
- master | ||
|
@@ -31,6 +32,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' | ||
|
@@ -53,6 +55,10 @@ jobs: | |
CMAKE_GENERATOR: 'Ninja' | ||
CMAKE_CXX_COMPILER_LAUNCHER: sccache | ||
CMAKE_C_COMPILER_LAUNCHER: sccache | ||
SCCACHE_IGNORE_SERVER_IO_ERROR: 1 | ||
SCCACHE_SERVER_PORT: 35555 | ||
SCCACHE_ERROR_LOG: /__w/openvino/sccache_log.txt | ||
SCCACHE_LOG: warn | ||
OPENVINO_REPO: '/__w/openvino/openvino/openvino' | ||
VCPKG_ROOT: '/__w/openvino/openvino/vcpkg' | ||
BUILD_DIR: '/__w/openvino/openvino/build' | ||
|
@@ -123,9 +129,9 @@ jobs: | |
echo "yes" | ./cmdline-tools/bin/sdkmanager --sdk_root=${ANDROID_TOOLS} --install "ndk-bundle" "platform-tools" "platforms;android-${{ env.ANDROID_SDK_VERSION }}" | ||
- name: Install sccache | ||
uses: mozilla-actions/[email protected].3 | ||
uses: mozilla-actions/[email protected].4 | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
# | ||
# Build | ||
|
@@ -171,6 +177,17 @@ jobs: | |
- name: Show ccache stats | ||
run: ${SCCACHE_PATH} --show-stats | ||
|
||
# | ||
# Upload build logs | ||
# | ||
- name: Upload build logs | ||
uses: actions/upload-artifact@v3 | ||
if: always() | ||
with: | ||
name: build_logs | ||
path: ${{ env.SCCACHE_ERROR_LOG }} | ||
if-no-files-found: 'ignore' | ||
|
||
Overall_Status: | ||
name: ci/gha_overall_status_android | ||
needs: [Smart_CI, 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ jobs: | |
CMAKE_GENERATOR: 'Ninja Multi-Config' | ||
CMAKE_CXX_COMPILER_LAUNCHER: sccache | ||
CMAKE_C_COMPILER_LAUNCHER: sccache | ||
SCCACHE_IGNORE_SERVER_IO_ERROR: 1 | ||
SCCACHE_SERVER_PORT: 35555 | ||
GITHUB_WORKSPACE: '/__w/openvino/openvino' | ||
OPENVINO_REPO: /__w/openvino/openvino/openvino | ||
OPENVINO_CONTRIB_REPO: /__w/openvino/openvino/openvino_contrib | ||
|
@@ -75,9 +77,9 @@ jobs: | |
apt install --assume-yes --no-install-recommends default-jdk | ||
- name: Install sccache | ||
uses: mozilla-actions/[email protected].3 | ||
uses: mozilla-actions/[email protected].4 | ||
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ name: Fedora (RHEL), Python 3.9 | |
on: | ||
workflow_dispatch: | ||
pull_request: | ||
merge_group: | ||
push: | ||
branches: | ||
- master | ||
|
@@ -31,6 +32,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' | ||
|
@@ -53,6 +55,10 @@ jobs: | |
CMAKE_GENERATOR: 'Ninja' | ||
CMAKE_CXX_COMPILER_LAUNCHER: sccache | ||
CMAKE_C_COMPILER_LAUNCHER: sccache | ||
SCCACHE_IGNORE_SERVER_IO_ERROR: 1 | ||
SCCACHE_SERVER_PORT: 35555 | ||
SCCACHE_ERROR_LOG: /__w/openvino/sccache_log.txt | ||
SCCACHE_LOG: warn | ||
GITHUB_WORKSPACE: '/__w/openvino/openvino' | ||
OPENVINO_REPO: /__w/openvino/openvino/openvino | ||
INSTALL_DIR: /__w/openvino/openvino/openvino_install | ||
|
@@ -85,9 +91,9 @@ jobs: | |
run: bash ${OPENVINO_REPO}/install_build_dependencies.sh | ||
|
||
- name: Install sccache | ||
uses: mozilla-actions/[email protected].3 | ||
uses: mozilla-actions/[email protected].4 | ||
with: | ||
version: "v0.5.4" | ||
version: "v0.7.5" | ||
|
||
- name: Install python dependencies | ||
run: | | ||
|
@@ -160,8 +166,15 @@ jobs: | |
cmake --build ${BUILD_DIR} --parallel --target package --verbose | ||
# | ||
# Upload build artifacts | ||
# Upload build artifacts and logs | ||
# | ||
- name: Upload build logs | ||
uses: actions/upload-artifact@v3 | ||
if: always() | ||
with: | ||
name: build_logs | ||
path: ${{ env.SCCACHE_ERROR_LOG }} | ||
if-no-files-found: 'ignore' | ||
|
||
- name: Upload openvino package | ||
if: ${{ always() }} | ||
|
@@ -234,10 +247,10 @@ jobs: | |
python3 /usr/share/openvino/samples/python/hello_query_device/hello_query_device.py | ||
python3 -c 'from openvino import Core; Core().get_property("CPU", "AVAILABLE_DEVICES")' | ||
python3 -c 'from openvino import Core; Core().get_property("GPU", "AVAILABLE_DEVICES")' | ||
python3 -c 'from openvino import Core; Core().get_property("AUTO", "SUPPORTED_METRICS")' | ||
python3 -c 'from openvino import Core; Core().get_property("MULTI", "SUPPORTED_METRICS")' | ||
python3 -c 'from openvino import Core; Core().get_property("HETERO", "SUPPORTED_METRICS")' | ||
python3 -c 'from openvino import Core; Core().get_property("BATCH", "SUPPORTED_METRICS")' | ||
python3 -c 'from openvino import Core; Core().get_property("AUTO", "SUPPORTED_PROPERTIES")' | ||
python3 -c 'from openvino import Core; Core().get_property("MULTI", "SUPPORTED_PROPERTIES")' | ||
python3 -c 'from openvino import Core; Core().get_property("HETERO", "SUPPORTED_PROPERTIES")' | ||
python3 -c 'from openvino import Core; Core().get_property("BATCH", "SUPPORTED_PROPERTIES")' | ||
python3 -c 'from openvino.frontend import FrontEndManager; assert len(FrontEndManager().get_available_front_ends()) == 6' | ||
benchmark_app --help | ||
ovc --help | ||
|
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
Oops, something went wrong.