-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update networkx requirement from <=2.8.8 to <=3.1 in /tools/pot #99
Conversation
* Add PythonOp * Fix deprecation & cleanup * Apply suggestions from code review * Fix dtype * Apply suggestions from code review Co-authored-by: Maxim Vafin <[email protected]> * Update to new tensor names handling * Fix negation * Apply changes from code review * Remove unnecesary imports * Update src/frontends/pytorch/src/op/pythonop.cpp Co-authored-by: Maxim Vafin <[email protected]> --------- Co-authored-by: Maxim Vafin <[email protected]>
* Fix MO IR Reader for Eye op * Fix eye value infer * Remove debug output * Add test for eye value infer * Fix bom tests * Fix alphabetical order
…te (openvinotoolkit#16020) * fix snippets * add tflite * update tab directives * Update integrate_with_your_application.md
…toolkit#16029) * Fix constant * Change * Remove duplicated code * Add tests
…inotoolkit#15798) * [GPU] Added shape agnostic kernel for GatherElements * [GPU] Added shape agnostic kernel for Tile
* [GPU] Add data broadcasting for OneDNN binary ops for Gemm primitive * Based on openvinotoolkit#15790 and enable onednn gemm from support multiple users and non constant input. -------- Signed-off-by: hyunback <[email protected]> Co-authored-by: Sergey Shlyapnikov <[email protected]>
…envinotoolkit#15961) * Remove warning suppression: wd4018, wd4309 Signed-off-by: Yan, Xiping <[email protected]> * Remove linux warning suppression no-sign-compare Signed-off-by: Yan, Xiping <[email protected]> * ov::intel_cpu::VectorDims base value type is size_t; dnnl::memory::dims base value type is int64_t; All compare data up to int64_t can fix warning and there is potential issue. Signed-off-by: Yan, Xiping <[email protected]> * channelAxis maybe == -1; means: no exist any more. Signed-off-by: Yan, Xiping <[email protected]> * Fix recursive macro: "one_of", "everyone_is" sign-compare warning. Must pass same value type. Signed-off-by: Yan, Xiping <[email protected]> * Fix Windows sign unsign compare warning Signed-off-by: Yan, Xiping <[email protected]> * There are 2 instances: using ov::Dimension::value_type = int64_t using ov::intel_cpu::StaticDimension::value_type = size_t All up to int64. Signed-off-by: Yan, Xiping <[email protected]> * linux have too many sign-compare issue. Complete windows sign-compare firstly. Signed-off-by: Yan, Xiping <[email protected]> * Fix clang issues. Signed-off-by: Yan, Xiping <[email protected]> * Fix warning. Because instantiate T1=unsigned int, T2=int Signed-off-by: Yan, Xiping <[email protected]> * Fix warning for tests unit reorder_node_test.cpp Signed-off-by: Yan, Xiping <[email protected]> * Fix warning : ASSERT_GE(step, 1u); Signed-off-by: Yan, Xiping <[email protected]> * Fix tests: warning C4018 Signed-off-by: Yan, Xiping <[email protected]> * Remove auto, using int64_t is more reasonable. Signed-off-by: Yan, Xiping <[email protected]> --------- Signed-off-by: Yan, Xiping <[email protected]>
…nvinotoolkit#16133) * Rename template config and move transformations to code snippets * Fixed documentation * Rename template config
…kit#15792) * fix shape infer when repeats got dynamic shape * Dynamic output shape when repeats dim is dynamic
* [PT FE]: add translation for aten::cumsum * handle out and prim::dtype
* remove ov::device::thermal ov::device::thermal was only supported on myriad * additional cleanup * remove myriad from AUTO and MULTI auto n multi n hetero + remove mentions of listing myriad devices * two final fixes * Update ov_auto.py --------- Co-authored-by: Ilya Churaev <[email protected]>
This is a corner case because body graph nodes have named output ports. This allows to support custom RetinaNet model. Signed-off-by: Kazantsev, Roman <[email protected]>
* Small CoreImpl refactoring * Removed cache_dirhandling from CPU plugin * clang-format * Fixed python tests * Fix * Fixed bugs in HETERO case * Fixed clang-format and warnings in auto plugin * Added import_export as capability for TEMPLATE plugin * Commented throw exception from loaded_from_cache * Fixed clang-formatof ro template plugin
…#16160) Signed-off-by: Andrew Park <[email protected]>
* [dGPU] Enable stable diffusion + Prevent to fuse swish into oneDNN reorder. + Makes concat explicitly if batch size is greater than 1 and the siblings are oneDNN impl.
…t#15990) * initial version of implementation * styles applied * fixed and registration * add more unit tests * fixed and in legacy opset * review remarks * refactor of version name range
Change-Id: I15180787f3196001d00137664e22d71aff4d0b32
Added "accuracy" value for "preset" parameter
* Fixed comments * Rename ie_plugins to ov_plugins * Remove dependency from tests
* troubleshooting * code-block fix
At the conversion stage we can't resolve Assert node because the condition is computed only during inference time. Signed-off-by: Kazantsev, Roman <[email protected]>
* [PyOV] Fix issues with RTMap * update year * some clean-up and items fix * tests and small fixes * Update src/bindings/python/src/pyopenvino/utils/utils.cpp * undo changes * fix serialization on python side * rt_info as rt_map * undo several changes in tests * fix mo test * sadd docstrings * add tests * fix codestyle * try to fix win * fix master * apply comments
…otoolkit#16123) * [conformanceTests] Add key for manage pipeline after crashes * Move crash_handler to funcTestsUtils
Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](networkx/networkx@networkx-0.23...networkx-3.1) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
This PR will be closed in a week because of 2 weeks of no activity. |
This PR was closed because it has been stalled for 2 week with no activity. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on networkx to permit the latest version.
Commits
9210d9c
Designate 3.1 release13ea1f1
Prep 3.1 release8776211
Draft release notes (#6621)7297ae8
Fix typos (#6620)c55f870
Resolve NXEP4 with justification for not implementing it. (#6617)020eaf6
Fix module docstring format for ismags reference article. (#6611)cf7158e
Better default alpha value for viz attributes in gexf writer (#6612)7366c9f
Minor docs/test maintenance (#6614)f26a170
Fixed method description in ismags.py (#6600)6574d58
corrections to docstring ofweisfeiler_lehman_subgraph_hashes
(#6598)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)