Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Checking failing patterns for deassigning #412

Merged
merged 2 commits into from
Jan 18, 2023

Conversation

cavusmustafa
Copy link
Contributor

No description provided.

@cavusmustafa cavusmustafa requested a review from sspintel January 14, 2023 03:03
Copy link
Collaborator

@sspintel sspintel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sspintel sspintel merged commit fda6946 into releases/2.3.0 Jan 18, 2023
@sspintel sspintel deleted the mcavus/illegal_patterns branch January 18, 2023 05:41
cavusmustafa added a commit that referenced this pull request Jan 23, 2023
* Enable building with OpenVINO 2022.3; Enable TFFE on macOS (#397)

* TF FE enabled for MAC OS

* add new openvino libraries

* Add 2022.3 as build version; New build option --openvino_branch

* Install both symlinks and the actual libs

Co-authored-by: Cavus Mustafa <[email protected]>
Co-authored-by: Mohammad Amir Aqeel <[email protected]>

* Better logging from assign_clusters

* Fix for duplicate versions OpenVINO libs being installed (#398)

* Revert removal of fully-versioned .so files during install

* Add support for CMake Only Build (#399)

* Add OpenVINO as a submodule

* Add CMake build options

* Fix for duplicate versions OpenVINO libs being installed

* Build OpenVINO as OVTF's dependency

* Update OpenVINO CMake flags in the python builder script

* Revert removal of fully-versioned .so files during install

* Revert -DBUILD_EXAMPLES=OFF

* Make OV lib copies an install step; Support installing pip wheel

* Fix case for USE_OPENVINO_FROM_LOCATION

* Fix conflict in variable tracking python3 executable

* Add build instructions to README

* Fix issue installing TBB libs

* Temporarily downgrade TF version to 2.9.2 for validation

* Temporarily revert C++17 changes for validation

* Revert usage of Python3_EXECUTABLE

* Fix issues with TensorFlow finder in standalone CMake

* Explicitly specify build folder type

* Update submodules

* Update FrontEnd library names

* NLP Improvements Main PR (#406)

* TFFE static input fix&fusedmatmul elu fix

* Added api call for convert variables to const

* Changed default OV to muse branch

* PrallelDynamicStitch added to conv extensions

* Added temporary OCM patch

* Add Ops support for MUSE in OCM; Remove OCM patch (#395)

* Dynamic input shape and experimental output zero-copy (#396)

* Dyn input shape experiments

* Initial dynamic shape support

* Added experimental output zero-copy

* Cleanup from debugging lines

* add new openvino libraries

* Dynamic input shape support & OMP threading

* Tmp. fix for zerodim issue & bugfixes

* Dynamic input shape improvements and additional op support (#404)

* Reshape dyn. shape handling&Dyn. shape perf ov branch

* Better logging from assign_clusters

* Fix for static shape check in FuseConv2D

* Disable zero-dim fix by default

* Added env variable for disabling remapping

* add cpu_supported_inputTypes

* Revert "add cpu_supported_inputTypes"

This reverts commit d6328cf.

* OCM updated for DT_DOUBLE support

Co-authored-by: Suryaprakash Shanmugam <[email protected]>
Co-authored-by: saurabhintel0 <[email protected]>

* Fixed rebase conflict in build_ovtf.py

* Fixed rebase conflict in build_ovtf.py

* Fix build issue with openvino branch; Fix FuseConv2D dynamic shapes issue

* Dynamic shape fix for _FusedConv2D

* Add auto_pad to Convolution op to handle dynamic shape compatible padding

* Min num. trivial node calculation updated

* Added build support for OV master

* Build updates for OV master branch

* Revert "Added build support for OV master"

This reverts commit 7ee0eae.

* Fix frontend library name in CMake

* Revert usage of Python3_EXECUTABLE

* OV repo url argument added

* Zero-dim fix for dynamic input shapes

* Applied code formating

* Tanh support added to _FusedMatMul

* TF FE is enabled for MYRIAD and HDDL

* Update OCM

* Fix issues with TensorFlow finder in standalone CMake

* Enable dumping TF cluster graph in binary protobuf format

* Explicitly specify build folder type

* Remove disabling remapping optimizer by default

* Conditionally disabled static input checks

Co-authored-by: Suryaprakash Shanmugam <[email protected]>
Co-authored-by: Mohammad Amir Aqeel <[email protected]>
Co-authored-by: saurabhintel0 <[email protected]>

* Re-enable cost based fallback by default (#409)

* Re-enable run time cost based fallback by default

* Cost based fallback adjustment for low latency (#410)

Co-authored-by: Mustafa Cavus <[email protected]>

* [v2.3.0] Upgrade OVTF and OV versions in code and documentation (#414)

* Change OVTF and OV versions in code and documentation

* Rename Dockerfiles

* Upgrade to TF 2.9.3 for security fixes (#413)

* Upgrade OpenVINO submodule to releases/2022/3

* Upgrade to TF 2.9.3 for security fixes

* Disable Myriad Plugin (#415)

* Disable Myriad Plugin

* Changes to MYD documentation

* Disable Myriad plugin for OpenVINO source builds

* Add back required file plugins.xml

* Update OCM and wheel version in requirements.txt

* Windows changes for OVTF 2.3 (#416)

* use python3.6 as default python3 dockerfile (#417)

* Checking failing patterns for deassigning (#412)

* Checking failing patterns for deassigning

* Add comments for pattern checking

* Override the default of find_package(gflags) to avoid ABI issue (#411)

* Update OCM to include TF 2.9.3 changes

* Build OV from source for OVTF docker images and Linux wheels Docker. (#420)

* build OV from source for OVTF docker images

* build OV from source for linux whl dockerfile

* skip failing unit tests (#418)

* Add rule to not search for python if OS is macOS

* Modify TFHUB Object Detection sample (#421)

* Modify TFHUB object detection sample

* Update prerequisites in TFHUB object detection sample

* Update with latest performance results in TFHUB object detection sample

Co-authored-by: hmamidix <[email protected]>

* Update year in copyright notices (#422)

* Add known issues section; Add dynamic shapes envvar to USAGE; Introduce TFFE as an alernative in main README (#423)

* Add Known Issues section that lists some issues users may come across

* Add OPENVINO_TF_ENABLE_DYNAMIC_SHAPES in USAGE.md

* Add section to introduce TFFE as an alternative

* Add missing pugixml lib on Ubuntu under known issues

* Modify Azure CI Pipelines with OV 2022.3.0 (#408)

* modify CI pipelines with OV 2022.3.0

* build OV from source for Linux, comment unit test MacOS

* apply code-format cc file

Co-authored-by: Cavus Mustafa <[email protected]>
Co-authored-by: Mohammad Amir Aqeel <[email protected]>
Co-authored-by: saurabhintel0 <[email protected]>
Co-authored-by: kmayurix <[email protected]>
Co-authored-by: hmamidix <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants