[PyOV] Enable Python 3.10 on Azure CI (#12578)
* Fix mypy for numpy==1.21.6
* Apply CR changes
* Allow Python 3.6 for open source
* Attempt to silence mypy
* Revert to 3.6 in setup.pys
* Fix merge conflict
* Add newline
* Fix Python version assert
* Test Python 3.10 CI
* Try bumping up pybind to 2.10
* Link default python to python 3.10
* Add sudo to changing default python
* Bump python version in setupvars
* Fix exception in test
* Do the same for compatibility
* Apply same CI changes to other pipelines
* Attempt to fix arm and windows CIs
* Fix win py lib version and links?
* Try to fix CI
* Fix win python path
* Update win path
* Test disable PDPD
* Disable TF for testing CI
* Add sudo to rm
* Test linux
* Update requirements
* RM sudo
* Add debug step to CI on ARM
* build py from source on linux
* Remove debug step from ARM
* Fix err
* Fill num_proc
* Fic py installation
* Bump pdpd to 2.3.1
* Bump np vers
* Try to upgrade onnx to 1.12.0
* Revert onnx upgrade, enable frontends
* Build py shared
* Export library
* activate py env
* Bump scipy for py3.10
* Another scipy bump
* Fix Windows path, add nfs helper for mount
* Attempt to fix win_cc
* Batch of changes
* Try to fix ngraph-onnx-lin
* Install lsb-release for docker on ngraph-onnx-lin
* Link lsb_release
* Try bumping Ubuntu to 22.04
* Revert ubuntu change in dockerfile
* Refactor tests for onnx1.12
* Fix ONNX compatibility and numpy warnings
* Refactor tests for onnx1.12
* Fix ONNX compatibility and numpy warnings
* Upgrade ONNX to 1.12 in cpp
* Skip unsupported ops
* Revert "Fix ONNX compatibility and numpy warnings"
This reverts commit cd8a0e6b8e.
* Small changes
* Remove unnecessary changes
* Bump Python version in github workflows
* Fix flake error
* Another flake error
* Even more flake errors
* Xfail more tests
* Fix mypy errors
* Change onnx version in tests
* Bump ONNX in MO
* Fix onnx utils in comp
* Minor changes
* Import pathlib
* Add xfails to compatibility tests
* Skip segfaulting tests
* Fix onnx nametuple
* Fix flake
* Try to fix py3.6 onnx
* Switch to venv in windows
* Fix model importer and reqs
* Add __test__
* Debug print
* Fix flake
* Update linux.yml
* Update windows.yml
* Update linux.yml
* Update windows.yml
* Install python3.10
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Install py embedded
* Fix dir
* Fix curl
* Add complete file
* CP file
* Bump py ver
* Fix missing venv
* Try to install
* Disable venv
* Bump OMZ commit
* checkout omz
* Revert omz
* Bump omz
* Revert pybind bump
* Update .gitmodules
* Change pybind to fork
* change ssize_t to size_t
* Install bz2 for py build
* Bump omz
* Bump pandas requirement version
* Revert omz
* Install missing clang
* Bump omz
* Bump versions on fork
* Bump numpy in model zoo
* Fix clang
* Skip segfaulting pdpd test
* Skip another pdpd test
* Skip pdpd places.cpp
* Bump py ver in setupvars.bat
* Disable paddle tests
* Use int instead of str
* Fix requirements path
* Enable lin-cc
* Fixes in CI
* lin-cc and ngrpah-onnx changes
* Update num_proc
* Update ngraph-onnx
* Minor change
* Fix env var
* Change ubuntu to 20
* Get compiler on ngraph-onnx
* Add sudo to apt-get
* Add SSL
* Download ssl
* Different way of installing ssl
* Minor changes
* install zlib
* Fix env var
* Fix docker building error
* Revert changes
* Modify dockerfile
* Change pychecks python version
* Cleanup
* Add LayerNorm to expanded ONNX functions
* Revert previous commit
* Add LayerNorm to expanded ONNX functions
* Apply clang
* Move LayerNorm tests to skip_segfault
* Unskip pdpd tests
* Enable pdpd tests on linux
* Refactoring
* Remove 3.6 from reqs
* Refactoring
* Minor changes
* Minor changes
* Relax MO reqs
* Bump torch version
* relax pytest
* Specify pytest version
* Fix pytest pip conflict
* Bump pybind11 to v2.10.1 release tag
* Specify separate pytest version for py3.10
* Bump attrs
* Add py dependency
* Refactor versions
* Add venv activation to tf tests
* Fix fdupes
* Bump OMZ submodule
* Remove find and replace
* Change pybind to upstream fork
* Set pybind to proper commit
* Minor changes
* Try to fix scipy
* Updated exclude patterns for nlohmann json
* [PyOV] Fix wheel requirements for new package versions
* Specify CPU plugin versions
* Bump OMZ version
* Fix linter
* Fix linter 2
* Fix linter 3
* Disable linter
Co-authored-by: Mateusz <mateusz.mikolajczyk@intel.com>
Co-authored-by: jiwaszki <jan.iwaszkiewicz@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
co-authored by
Mateusz
jiwaszki
Ilya Lavrenov
parent
b210b19c6d
commit
d2871fd52c
@@ -28,6 +28,7 @@ pydocstyle
|
||||
pytest-forked; platform_system != "Windows"
|
||||
pytest-xdist
|
||||
pytest
|
||||
py>=1.9.0
|
||||
radon
|
||||
retrying
|
||||
tox
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all ngraph ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all ngraph ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all ngraph ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all ngraph ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all ngraph ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
import logging
|
||||
from typing import List
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Functions related to converting between Python and numpy types and ngraph types."""
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
opencv-python>=3.4.4.19
|
||||
pytest==4.0.1
|
||||
attrs==19.1.0
|
||||
pytest==4.0.1; python_version < '3.10'
|
||||
pytest==7.2.0; python_version >= '3.10'
|
||||
py>=1.9.0
|
||||
attrs==22.1.0
|
||||
pytest-html==1.19.0
|
||||
cython>=0.29.22
|
||||
cython>=0.29.32
|
||||
@@ -18,11 +18,11 @@
|
||||
namespace py = pybind11;
|
||||
|
||||
template <typename T>
|
||||
std::vector<ssize_t> _get_byte_strides(const ngraph::Shape& s) {
|
||||
std::vector<ssize_t> byte_strides;
|
||||
std::vector<size_t> _get_byte_strides(const ngraph::Shape& s) {
|
||||
std::vector<size_t> byte_strides;
|
||||
std::vector<size_t> element_strides = ngraph::row_major_strides(s);
|
||||
for (auto v : element_strides) {
|
||||
byte_strides.push_back(static_cast<ssize_t>(v) * sizeof(T));
|
||||
byte_strides.push_back(static_cast<size_t>(v) * sizeof(T));
|
||||
}
|
||||
return byte_strides;
|
||||
}
|
||||
@@ -30,11 +30,11 @@ std::vector<ssize_t> _get_byte_strides(const ngraph::Shape& s) {
|
||||
template <typename T>
|
||||
py::buffer_info _get_buffer_info(const ngraph::op::Constant& c) {
|
||||
ngraph::Shape shape = c.get_shape();
|
||||
return py::buffer_info(const_cast<void*>(c.get_data_ptr()), /* Pointer to buffer */
|
||||
static_cast<ssize_t>(c.get_element_type().size()), /* Size of one scalar */
|
||||
return py::buffer_info(const_cast<void*>(c.get_data_ptr()), /* Pointer to buffer */
|
||||
static_cast<size_t>(c.get_element_type().size()), /* Size of one scalar */
|
||||
py::format_descriptor<T>::format(), /* Python struct-style format descriptor */
|
||||
static_cast<ssize_t>(shape.size()), /* Number of dimensions */
|
||||
std::vector<ssize_t>{shape.begin(), shape.end()}, /* Buffer dimensions */
|
||||
static_cast<size_t>(shape.size()), /* Number of dimensions */
|
||||
std::vector<size_t>{shape.begin(), shape.end()}, /* Buffer dimensions */
|
||||
_get_byte_strides<T>(shape) /* Strides (in bytes) for each index */
|
||||
);
|
||||
}
|
||||
@@ -42,11 +42,11 @@ py::buffer_info _get_buffer_info(const ngraph::op::Constant& c) {
|
||||
template <>
|
||||
py::buffer_info _get_buffer_info<ngraph::float16>(const ngraph::op::Constant& c) {
|
||||
ngraph::Shape shape = c.get_shape();
|
||||
return py::buffer_info(const_cast<void*>(c.get_data_ptr()), /* Pointer to buffer */
|
||||
static_cast<ssize_t>(c.get_element_type().size()), /* Size of one scalar */
|
||||
return py::buffer_info(const_cast<void*>(c.get_data_ptr()), /* Pointer to buffer */
|
||||
static_cast<size_t>(c.get_element_type().size()), /* Size of one scalar */
|
||||
std::string(1, 'H'), /* Python struct-style format descriptor */
|
||||
static_cast<ssize_t>(shape.size()), /* Number of dimensions */
|
||||
std::vector<ssize_t>{shape.begin(), shape.end()}, /* Buffer dimensions */
|
||||
static_cast<size_t>(shape.size()), /* Number of dimensions */
|
||||
std::vector<size_t>{shape.begin(), shape.end()}, /* Buffer dimensions */
|
||||
_get_byte_strides<ngraph::float16>(shape) /* Strides (in bytes) for each index */
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
from functools import singledispatch
|
||||
from typing import Any, Iterable, Union, Dict
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all openvino ops."""
|
||||
from typing import List, Optional, Union
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all openvino ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all openvino ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all openvino ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
"""Factory functions for all openvino ops."""
|
||||
from typing import Callable, Iterable, List, Optional, Set, Union
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# mypy: ignore-errors # noqa: E800
|
||||
|
||||
import logging
|
||||
from typing import List
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
namespace py = pybind11;
|
||||
|
||||
template <typename T>
|
||||
std::vector<ssize_t> _get_byte_strides(const ov::Shape& s) {
|
||||
std::vector<ssize_t> byte_strides;
|
||||
std::vector<size_t> _get_byte_strides(const ov::Shape& s) {
|
||||
std::vector<size_t> byte_strides;
|
||||
std::vector<size_t> element_strides = ov::row_major_strides(s);
|
||||
for (auto v : element_strides) {
|
||||
byte_strides.push_back(static_cast<ssize_t>(v) * sizeof(T));
|
||||
byte_strides.push_back(static_cast<size_t>(v) * sizeof(T));
|
||||
}
|
||||
return byte_strides;
|
||||
}
|
||||
@@ -30,11 +30,11 @@ std::vector<ssize_t> _get_byte_strides(const ov::Shape& s) {
|
||||
template <typename T>
|
||||
py::buffer_info _get_buffer_info(const ov::op::v0::Constant& c) {
|
||||
ov::Shape shape = c.get_shape();
|
||||
return py::buffer_info(const_cast<void*>(c.get_data_ptr()), /* Pointer to buffer */
|
||||
static_cast<ssize_t>(c.get_element_type().size()), /* Size of one scalar */
|
||||
return py::buffer_info(const_cast<void*>(c.get_data_ptr()), /* Pointer to buffer */
|
||||
static_cast<size_t>(c.get_element_type().size()), /* Size of one scalar */
|
||||
py::format_descriptor<T>::format(), /* Python struct-style format descriptor */
|
||||
static_cast<ssize_t>(shape.size()), /* Number of dimensions */
|
||||
std::vector<ssize_t>{shape.begin(), shape.end()}, /* Buffer dimensions */
|
||||
static_cast<size_t>(shape.size()), /* Number of dimensions */
|
||||
std::vector<size_t>{shape.begin(), shape.end()}, /* Buffer dimensions */
|
||||
_get_byte_strides<T>(shape) /* Strides (in bytes) for each index */
|
||||
);
|
||||
}
|
||||
@@ -42,11 +42,11 @@ py::buffer_info _get_buffer_info(const ov::op::v0::Constant& c) {
|
||||
template <>
|
||||
py::buffer_info _get_buffer_info<ov::float16>(const ov::op::v0::Constant& c) {
|
||||
ov::Shape shape = c.get_shape();
|
||||
return py::buffer_info(const_cast<void*>(c.get_data_ptr()), /* Pointer to buffer */
|
||||
static_cast<ssize_t>(c.get_element_type().size()), /* Size of one scalar */
|
||||
return py::buffer_info(const_cast<void*>(c.get_data_ptr()), /* Pointer to buffer */
|
||||
static_cast<size_t>(c.get_element_type().size()), /* Size of one scalar */
|
||||
std::string(1, 'H'), /* Python struct-style format descriptor */
|
||||
static_cast<ssize_t>(shape.size()), /* Number of dimensions */
|
||||
std::vector<ssize_t>{shape.begin(), shape.end()}, /* Buffer dimensions */
|
||||
static_cast<size_t>(shape.size()), /* Number of dimensions */
|
||||
std::vector<size_t>{shape.begin(), shape.end()}, /* Buffer dimensions */
|
||||
_get_byte_strides<ov::float16>(shape) /* Strides (in bytes) for each index */
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
numpy
|
||||
numpy>=1.16.6,<=1.23.1
|
||||
argparse
|
||||
matplotlib
|
||||
matplotlib~=3.3.4; python_version<'3.7'
|
||||
matplotlib>=3.3.4, <3.6; python_version>='3.7'
|
||||
Reference in New Issue
Block a user