Vladimir Paramuzov
cc10b14bab
[GPU] Share compilation context with sub-networks ( #20706 )
2023-10-27 09:58:49 +04:00
River Li
be25d9038e
Fix stride issue for ZeroDims ( #20686 )
...
* Fix stride issue for ZeroDims
* Add test case
* Fix ITensor::is_continuous() issue
* Fix the same issue in gpu plugin and template plugin
2023-10-27 09:27:53 +04:00
Katarzyna Mitrus
14d51de93c
[ONNX] Add support for standard ONNX GroupNormalization ( #20694 )
...
* Add support for ONNX GroupNormalization
* Enable onnx compliance tests
* Add f to the test values to avoid cast warning
* Use tolerance as fp instead of bits
2023-10-27 09:24:07 +04:00
Maxim Vafin
b06a0010ea
[PT FE] Disable failing pytorch layer test ( #20719 )
...
* [PT FE] Disable test
* Update tests/layer_tests/pytorch_tests/test_convnd.py
2023-10-27 07:54:30 +04:00
Pawel Raasz
a8a14eba9d
[core]Migrate Equal operator to new API ( #20688 )
...
* Migrate Equal to new API
* Remove `visit_attributes` is same as base
* Remove i4, u4 from evaluate in Equal
reference implementation not handle binary precisions correctly
* Sync precisions in `has_evaluate` with `evaluate`
* Fix all equal check for lower bound
- make broadcast test assertion more strict
- remove deprecated functions from broadcast test
2023-10-27 07:27:11 +04:00
Maxim Vafin
5b8433ffbe
[PT FE] Fix issue with adding Result to mutated tensor ( #20690 )
...
* [PT FE] Fix issue with adding Result to mutated tensor
* Add test
2023-10-26 22:25:28 +02:00
Ilya Churaev
52d3588358
Move create model sample to the last opset ( #20333 )
...
* Move create model sample to the last opset
* Downgrade to opset8
* Migrate sample to the last opset
* Fixed code style
2023-10-26 19:24:24 +00:00
Edward Shogulin
2e76be18e2
[CPU] Bitwise operations (reference implementation) ( #20474 )
2023-10-26 17:07:13 +00:00
Andrei Gorbachev
66dca04b45
[GPU] Refactor CumSum, DeformableConvolution, DeformablePSROIPooling, DepthToSpaceBS ( #20499 )
...
* CumSum
* deformable_convolution
* DeformablePSROIPooling
* DepthToSpaceBS
* smoke_DetectionOutput3In, smoke_DetectionOutput5In
* tmp
* refactor 3 embedding
* extract_image_patches and fake_quantize
* gather_nd and gather_tree
* gather_elements
* Gather
* dft
* CumSum
* deformable_convolution
* DeformablePSROIPooling
* DepthToSpaceBS
* smoke_DetectionOutput3In, smoke_DetectionOutput5In
* tmp
* refactor 3 embedding
* extract_image_patches and fake_quantize
* gather_nd and gather_tree
* gather_elements
* Gather
* dft
* restore dft
* fix after review
---------
Co-authored-by: Sergeys Shlyapnikov <sergey.shlyapnikov@intel.com>
2023-10-26 20:00:51 +04:00
Aleksandr Voron
1e4f3f18fe
[CPU][ARM] Restore ACL cache variables ( #18996 )
...
* Update CMakeLists.txt
* Update CMakeLists.txt
* updated cmake f16 enabling condition
* updated condition
2023-10-26 14:40:45 +00:00
Karan Jakhar
26632d1cd9
[PT FE] Add aten::__xor__ ( #20662 )
...
* Add __xor__
* Add xor tests
* add more xfail tests
* Update src/frontends/pytorch/src/op_table.cpp
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* Update src/frontends/pytorch/src/op_table.cpp
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* fix code style
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-10-26 18:28:47 +04:00
Irina Efode
7720135f58
[SUBGRAPHS DUMPER] Fix Application Crash for Subgraphs Dumper ( #20698 )
...
* [SUBGRAPHS DUMPER] Fix Application Crash for Subgraphs Dumper
* Update model.hpp
2023-10-26 15:03:03 +02:00
Anastasia Kuporosova
3b9606f217
[PyOV] fix set_node_friendly_name ( #20695 )
2023-10-26 14:35:57 +02:00
Sofya Balandina
c482e5f807
[apiConformance] Add test CheckInferIsNotChangeInput to io_tensor ( #20159 )
2023-10-26 15:57:33 +04:00
Maxim Vafin
bec011cf1d
Fix TupleUnpackInBodyReplacer transformation to run inside body ( #20681 )
2023-10-26 12:22:13 +02:00
Ilya Lavrenov
0d458f086d
Dependabot/pip/src/bindings/python/paddlepaddle 2.5.2 ( #20708 )
...
* Bump paddlepaddle from 2.5.1 to 2.5.2 in /src/bindings/python
Bumps [paddlepaddle](https://github.com/paddlepaddle/paddle ) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/paddlepaddle/paddle/releases )
- [Changelog](https://github.com/PaddlePaddle/Paddle/blob/develop/RELEASE.md )
- [Commits](https://github.com/paddlepaddle/paddle/compare/v2.5.1...v2.5.2 )
---
updated-dependencies:
- dependency-name: paddlepaddle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Removed WA for Ubuntu 22.04 and PDPD
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 14:06:34 +04:00
Andrey Kashchikhin
5a1b13a069
fix parent job name ( #20702 )
2023-10-26 13:17:52 +04:00
Andrey Kashchikhin
f86d80e14c
increase timeout ( #20705 )
2023-10-26 13:15:52 +04:00
Fang Xu
4aa6899b07
update linux oneTBB with version 2021.2.4 ( #20675 )
2023-10-26 13:14:43 +04:00
Mikhail Ryzhov
4078bd9c19
[GHA] Speed up PyTorch Layer unit tests ( #20613 )
...
* test
* fixed tests
* typo
* fixed tests
* rest of the tests
* fixed rsub test
* tmp fix
* Revert "tmp fix"
This reverts commit b8bf1e9492e13497895da488612c9a137ef840bc.
* fixed test params
* reset thirdparty/pugixml
* Revert "fixed rsub test"
This reverts commit 9b6be34b8666936e8124b6622fcc5185b640de92.
* fixed typo
* fixed test data
* reset test_rsub
* removed unused param
* reverrted runner
* simplified call
* fixed random
* changed logical to auto mode
* Revert "fixed random"
This reverts commit 8a4f20b24641144f823a7e1f1ff92038634acf32.
* fixed test_all
* replaced random_sample with randn
* fixed rebase issue
* reverted logical splitting
* Update tests/layer_tests/pytorch_tests/test_repeat_interleave.py
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* Update tests/layer_tests/pytorch_tests/test_all.py
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* Apply suggestions from code review
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* fixed merge conflict
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-10-26 13:10:51 +04:00
cecilia peng
3a67d2a722
[CPU] Fix mergeTransposeAndReorder when Transpose and Reorder do oppos… ( #20537 )
...
* [CPU]fix mergeTransposeAndReorder when Transpose and Reorder do opposite permutation to each other as expected, but isOptimized is false due to some reason like inPlace memory. The permuation is asked because the dnnl reorder primitive requires the source and destination tensors to have the same shape.
* add unit test
* Update src/plugins/intel_cpu/src/graph_optimizer.cpp
Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>
* simplify unit test
* update comments
---------
Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>
2023-10-26 10:41:34 +02:00
Vitaliy Urusovskij
d532d14540
Range
, RDFT
, RandormUniform
, ReduceOps
layer tests to API2.0 (#20692 )
...
* `Range` to API2.0
* `RDFTLayerTest` to API2.0
* `RandomUniformLayerTest` to API2.0
* `ReduceOpsLayerTest` to API2.0
2023-10-26 11:07:23 +04:00
Tomasz Jankowski
301ea0beb0
[core] Migrate SpaceToDepth operator to new API ( #20530 )
...
* Drop HostTensor and move to ov namespace
* Drop HostTensor
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-10-26 08:35:38 +02:00
Sun Xiaoxia
b9c64370fb
Fix memory leak on windows ( #20590 )
2023-10-26 09:42:50 +04:00
Vladimir Paramuzov
d9c4ca3021
[GPU] Allow setting remote output for dynamic model ( #20608 )
2023-10-26 09:09:54 +04:00
Gorokhov Dmitriy
63299ec217
[CPU] FullyConnected acceleration with 4bit weights decompression ( #20607 )
2023-10-26 01:08:07 +04:00
Mikhail Ryzhov
00e2381d04
[GHA] Jobs timeouts ( #20601 )
...
* set linux timeouts
* set win timeouts
* other timeouts
* reverted pugixml
* fixed conformance timeout
* reset omz
2023-10-26 00:39:31 +04:00
Mikhail Ryzhov
49c5099f5e
[GHA] Removed dependency on git repo in python tests ( #20390 )
...
* Removed repo deps in py tests
* fixed typo
* changed test cmd
* add test_utils to pythonpath
* set test_utils to LD_LIBRARY_PATH
* changed path
* changed path
* source python site-packages
* fixed LD_LIBRARY_PATH
* print pip dir
* changed python install path
* source all openvino dir
* isolate test_utils
* system deps
* reordered deps
* dep conflict
* tests reorder
* changed test_utils path
* cpack test dir
* rebase fix
* fixed env
* frontend tests fix
* removed already installed reqs
* debug
* debug 2
* added python action path
* test
* reset 3rdparties
* set pip install path globally
* reset 3rdparties
* removed parallel code
* moved doc snippets
* switched back 4-core runner
* removed global unused vars
* removed unused requirements.txt
* removed unused requirements
* test
* Revert "test"
This reverts commit bdf22d22fd6ec5d488930bc362bdb0741c5bea76.
2023-10-25 20:16:01 +00:00
Andrey Kashchikhin
214e08599b
[CI] [GHA] Switch Windows pipeline to dynamic build and to VS 2019 ( #20630 )
...
* build dynamic in win main; transfer win main to MSVC 2019; use toolchain for win cc
* Update windows_conditional_compilation.yml
use cmake toolchain globally in build stage
* Update windows_conditional_compilation.yml
* Update windows_conditional_compilation.yml
* use quotes
* try w/o protobuf
* do not restore cache
* return
* revert
* add missing shell
* skip Template OpImpl tests
* skip OV C API tests
* rm pr trigger
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-10-25 22:36:25 +04:00
Irina Efode
e4f4714fca
[CONFORMANCE] Prepare model filelist for SubgraphsDumper ( #20617 )
...
* [CONFORMANCE] Prepare model filelist for SubgraphsDumper
* Improve default and custom scenario
* Update constants.py
* remove extra file
* improveemnt
2023-10-25 21:52:45 +04:00
Ilya Lavrenov
0d68bb3c14
OpenVINO library expose requirement for C++11 ( #20691 )
2023-10-25 15:07:48 +00:00
Katarzyna Mitrus
daa2c9ded0
[MO][Opset13] NMSRotated-13 support in MO IR Reader ( #20354 )
...
* nms_rotated mo ir read init
* Fix type infer and clean up
* Update tests
* Update tests
* update package BOM file
* Update type_infer
* Avoid files collision in tests
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-10-25 12:04:17 +00:00
Siddhant Chauhan
bc463e886b
[PT FE] Add aten::log10 ( #20621 )
...
* Add log10 operator and test
* fix
* Update test_log.py
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-10-25 14:14:22 +04:00
Vitaliy Urusovskij
04c766e9f1
ReverseSequence
, RNNCell
, Reverse
to API2.0 (#20569 )
...
* `ReverseSequence` to API2.0
* `RNNCell` to API2.0
* `Reverse` GPU test to API2.0
* Alignment fix
2023-10-25 09:37:36 +00:00
Evgenya Nugmanova
f2b26962fa
De-Reshape MatMul ( #20396 )
...
* De-Reshape MatMul
* Fixed includes
* Comments resolved
* Style
* comment adressed
2023-10-25 09:04:04 +00:00
( Nechiforel David-Samuel ) NsdHSO
68538b2b3f
docs 📝 : add the take issue workflow [19006] ( #19027 )
...
* docs 📝 : add the take issue workflow
* chore: add the latest tag from action
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
* Update .github/workflows/triage.yml
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
* docs(readme): more descriptive message
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
* docs(triage): more descriptive message in action
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
* chore: .github/workflows/triage.yml
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
* chore:🌻 rename the file and add new secret
---------
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
2023-10-25 12:50:53 +04:00
Fang Xu
361011c75e
fix coverity scan issue ( #20678 )
2023-10-25 12:48:43 +04:00
Vladimir Paramuzov
307176e5c6
[GPU] Fixed surfaces shape in create_tensor_nv12 helpers ( #20539 )
2023-10-25 12:46:47 +04:00
Vladimir Paramuzov
3313d1ce7a
[GPU] FC with 4-bit weights compression support for iGPU ( #20572 )
2023-10-25 12:45:31 +04:00
Pawel Raasz
b3eb2810d7
[core]Migrate Negative operator to new API ( #20609 )
...
* Migrate Negative operator to new API
* Remove `visit_attributes` is same as base
* Use std::negate instead of lambda
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-10-25 10:39:50 +02:00
Irina Efode
d138dd2f08
[CONFORMANCE][SUBGRAPHS DUMPER] Fix issue connected with fused_names
extractor ( #20522 )
...
* [CONFORMANCE][SUBGRAPHS DUMPER] Fix issue connected with extractor
* fix build
2023-10-25 12:37:04 +04:00
Pawel Raasz
e1a33f10d5
[core]Migrate Slice to new API ( #20417 )
...
* Migrate slice to new API
* Remove visit_attributes, is same as base class
* Move shape checks to shape_infer
- minor refactor Slice op
* Move `get_tensors_partial_shapes` to dev API
* Correct comment
Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
---------
Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
2023-10-25 08:19:14 +00:00
Evgenya Nugmanova
7874adb58e
[Symbolic SI] Refactor Table of Equivalence ( #20627 )
2023-10-25 09:54:47 +02:00
Nikolay Shchegolev
dc4240bc61
[CPU] Removed custom ShapeInference impl for RandomUniform ( #20599 )
2023-10-25 09:15:03 +02:00
Maciej Smyk
706d657637
[DOCS] Install Guide Update for master ( #20677 )
...
* missing info
* System Requirements
* Update installing-openvino-from-archive-macos.md
* system requirements update
2023-10-25 09:12:41 +02:00
Wilson Seok
c70f0ca45d
[GPU] skip excessive mem alloc request in build ( #20399 )
...
* skip excessive mem alloc request in build
* update mem check function
* fix os behavior
* update mem size check location
* only dynamic shape case takes check_allocatable
* update check condition
2023-10-25 09:09:11 +02:00
Wilson Seok
9d56c31581
[GPU] add shape infer in scatter elements update ( #20250 )
...
* add shape infer in scatter elements update
* output shape is same with input shape in dynamic case
2023-10-25 09:01:52 +02:00
Vitaliy Urusovskij
a71283ea94
RNNSequence
, Result
, Reshape
, ReorgYolo
, RegionYolo
layer tests to API2.0 (#20644 )
...
* `RNNSequenceTest` to API2.0
* `Result` to API2.0
* `Reshape` to API2.0
* `ReorgYolo` to API2.0
* `RegionYolo` to API2.0
* Alignment fixes
* Skip more `RNNSequenceTest` cases
2023-10-25 08:16:28 +02:00
Maxim Vafin
46f46c6cc6
[PT FE] Fix xmod model test ( #20682 )
2023-10-25 08:00:34 +02:00
Oleg Pipikin
30260e3c7c
Refaсtor ActivationLayerTest ( #20180 )
...
* Refator ActivationLayerTest
2023-10-25 09:37:29 +04:00