openvino/ngraph
Ilya Lavrenov 1fa225e7bf
Python in OpenVINO: improvements (#6027)
* enable make clean to remove ie_wheel artifacts

* ./setup.py:132:1: E302 expected 2 blank lines

* fix CI build issue

* Removed not-needed components from ie_wheel

* Use explicit python3 vresion in ngraph pythpn

* Use python3 everywhere

* Reuse python3 more

* Added function to build with Py_LIMITED_API

* Sync 2 cmake python modules

* Fix for tools

* Fixed typo

* Enable python by default

* Enable python build iff python-dev is found

* More migration to Python3_VERSION

* Install wheel requirements

* Fixed ngraph Python separate build

* Fixed cython compilation

* Revert to old packages

* Added suffix

* Specify python version explicitly

* Don't depend on python interp to build python itself

* More improvements

* Revert offline transformations back to ie_wheel

* Refactoring

* Trying to build wheel independently on C++ runtime

* Build wheel only with main OpenVINO

* Fixed typo in test_utils cmake lists

* Adding link stage

* small fix

* git diff

* Try to fix python tests

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
2021-06-07 10:52:48 +03:00
..
cmake Windows build fix against prebuilt package (#5957) 2021-06-01 18:21:50 +03:00
core Fix ConvertPrecision for Constants (#6041) 2021-06-07 05:21:38 +03:00
frontend do not move temporary object (#5962) 2021-06-02 17:17:14 +02:00
python Python in OpenVINO: improvements (#6027) 2021-06-07 10:52:48 +03:00
test Implement Einsum reference in nGraph interpreter (#5923) 2021-06-04 11:08:30 +03:00
.clang-format Changed clang-format for nGraph to fix namespace comments (#5269) 2021-04-22 08:06:54 +03:00
.gitignore publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114 2020-05-20 01:13:06 +03:00
CMakeLists.txt Python in OpenVINO: improvements (#6027) 2021-06-07 10:52:48 +03:00
VERSION.in publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114 2020-05-20 01:13:06 +03:00
environment_variables.md Removed legacy travis script (#2888) 2020-10-30 10:18:09 +03:00