Wanglei Shen
571b41e383
Support SRF in MT 2.0 on Linux ( #20301 )
...
* add test data for SRF on Linux
* update cpu map detection for Ecore only platform
* update test data for smoke test of streams generation
* update test data
2023-11-23 14:41:47 +01:00
Ilya Churaev
a8a818124b
Move ConvEltwiseFuse to new API ( #20331 )
2023-11-23 14:41:47 +01:00
Ilya Lavrenov
3ea4f95772
Rpath story ( #20297 )
2023-11-23 14:41:46 +01:00
hyunback kim
816071bbb3
Onednn3.3 ( #19299 )
...
* [GPU] oneDNN3.3 integration.
* Supports new formats from oneDNN3.3 requires.
* Fix Perf regression because of the wrong mvn kernel selection issue.
modnet_webcam_portrait_matting.int8
person-reidentification-retail-0248.int8
* support undefined onednn tag for using any tag instead.
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-11-23 14:41:46 +01:00
Tomasz Jankowski
b79ed8ba6e
[Ref] Drop legacy API - leftovers ( #20271 )
...
* Merge opt_kernel into reference
* Remove get_default_order
* Use ov:: in jit generators
* Remove unused template function
* Add reshape parameter for consistency with Op spec
* Add brief description and such
* Remove unused param from reshape ref
* Use C++ casting
2023-11-23 14:41:46 +01:00
Oleg Pipikin
4c14ad365c
Refactor InterpolateLayerTest, IsInfLayerTest, LogSoftmaxLayerTest, LogicalLayerTest ( #20196 )
...
* Refactor InterpolateLayerTest
* Refactor IsInfLayerTest
* Refactor LogSoftmaxLayerTest
* Refactor LogicalLayerTest
2023-11-23 14:41:46 +01:00
Oleg Pipikin
3c01e71a76
Refactor MatMulTest, MaxMinLayerTest, Mvn1LayerTest ( #20292 )
...
* Refactor MatMulTest
* Refactor MaxMinLayerTest
* Refactor Mvn1LayerTest
2023-11-23 14:41:45 +01:00
Ilya Lavrenov
b31d79a2c0
Moved cmake functions, variables to API 2.0 naming style ( #20281 )
...
* Merge Linux CC + static build + clang compiler
* Improvements
* Removed ie prefixes from cmake scripts
* Fixes for NPU
2023-11-23 14:41:45 +01:00
Ilya Lavrenov
479b7f1e21
Fixed wrong target usage in auto func tests ( #20314 )
2023-11-23 14:41:45 +01:00
Roman Lyamin
4b747b4309
[GPU] Extended SupportedFusedOps for Concatenation ( #20096 )
2023-11-23 14:41:44 +01:00
Ilya Lavrenov
59254afdeb
Aligned tests with azure linux.yml ( #20304 )
...
* Aligned tests with azure linux.yml
* Apply suggestions from code review
fixed comments
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
---------
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
2023-11-23 14:41:44 +01:00
Wang Xin
a8289cc504
fix a wrong comment ( #20307 )
2023-11-23 14:41:44 +01:00
River Li
a257e2663a
[C API] add ov_shutdown API ( #20305 )
2023-11-23 14:41:44 +01:00
Mikhail Ryzhov
44cc2fd1ce
[GHA] Parallel test script code style ( #20119 )
...
* fixed code style
* extend logs
* fixed comments
* comments
2023-11-23 14:41:43 +01:00
Ilya Lavrenov
324afcda9b
Ability to compile samples without API 1.0 headers ( #20299 )
2023-11-23 14:41:43 +01:00
Ilya Lavrenov
f2b70e5948
Enabled warnings as errors for static Ubuntu 22.04 ( #20302 )
2023-11-23 14:41:43 +01:00
Ilya Churaev
e18b7e7c80
Moved migrated classes to ov::test namespace ( #20226 )
...
* Moved migrated classes to ov::test namespace
* Revert redundant changes
* Fixed build
2023-11-23 14:41:43 +01:00
yanlan song
4e20dda85e
rework auto test cases ( #19862 )
...
* initial commit
Signed-off-by: fishbell <bell.song@intel.com>
* clean up
Signed-off-by: fishbell <bell.song@intel.com>
* fix windows build failure
Signed-off-by: fishbell <bell.song@intel.com>
* enable auto func tests
Signed-off-by: fishbell <bell.song@intel.com>
* enable auto_func_test to ci
Signed-off-by: fishbell <bell.song@intel.com>
* some clean up in gpu case
Signed-off-by: fishbell <bell.song@intel.com>
* clang
Signed-off-by: fishbell <bell.song@intel.com>
* fix build warning
Signed-off-by: fishbell <bell.song@intel.com>
* enable new tests
Signed-off-by: fishbell <bell.song@intel.com>
* fix build warning
Signed-off-by: fishbell <bell.song@intel.com>
* enable consistency test
Signed-off-by: fishbell <bell.song@intel.com>
* try fix build error on manylinux
Signed-off-by: fishbell <bell.song@intel.com>
* enable cpplint
Signed-off-by: fishbell <bell.song@intel.com>
* enable clang-format
Signed-off-by: fishbell <bell.song@intel.com>
enable some tests
Signed-off-by: fishbell <bell.song@intel.com>
* fix typo
Signed-off-by: fishbell <bell.song@intel.com>
* clang for unit tests
Signed-off-by: fishbell <bell.song@intel.com>
* fix merge conflict
Signed-off-by: fishbell <bell.song@intel.com>
---------
Signed-off-by: fishbell <bell.song@intel.com>
2023-11-23 14:41:42 +01:00
Mikhail Ryzhov
166d6743e7
[GHA][HF] Switch python nightly tests to github runners ( #20286 )
...
* switched runners to GHA
* excluded timm models from nightly scope
* added sudo steps
* switched precommit too
2023-11-23 14:41:42 +01:00
Ilya Lavrenov
30d176a687
Small improvements in conan, vcpkg docs ( #20272 )
2023-11-23 14:41:42 +01:00
Ilya Churaev
44f0e4f3d0
Throw an error if SELECTIVE_BUILD_STAT doesn't contain csv files ( #20283 )
...
* Throw an error if SELECTIVE_BUILD_STAT doesn't contain csv files
* Fixed detection STAT files for Windows
* Remove regex
2023-11-23 14:41:42 +01:00
Mikhail Ryzhov
71d317b3ff
changed script path ( #20285 )
2023-11-23 14:41:41 +01:00
Ilya Lavrenov
d87a3baec2
Use RPATH instead of RUNPATH for wheel package ( #20239 )
2023-11-23 14:41:41 +01:00
Ilya Churaev
b4c07435ce
Remove ngraph namespace from operations without evaluate ( #20252 )
...
* Remove ngraph namespace from operations without namespace
* Try to fix build
* Additional fixes
* More fixes
* More fixs
* Fix reverse op
* Fixed tests
* Throw an exception if somebody tries to reallocate tensor
* Revert "Throw an exception if somebody tries to reallocate tensor"
This reverts commit 8e06d6d576
.
* Remove python test
* Revert "Remove python test"
This reverts commit 37b12148d3
.
* Changed evaluate model behavior
2023-11-23 14:41:41 +01:00
Przemyslaw Wysocki
664dc77078
[PyOV] Drop Python 3.7 in OpenVINO Runtime ( #19534 )
...
* Drop 37
* Fix linter
* Minor change
* Minor changes
* update add_lib_path
* Minor changes
* Update pypi pages
* Update pypi pages
* Fix linter
* Minor changes
---------
Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com>
Co-authored-by: Jan Iwaszkiewicz <jan.iwaszkiewicz@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-11-23 14:41:41 +01:00
Ekaterina Aidova
5ba7d9b72d
[PT FE]: support aten::log1p, fixes for where and linalg_norm ( #20167 )
...
* [PT FE]: support aten::log1p, fixes for where and linalg_norm
* clarify norm behaviour
2023-11-23 14:41:40 +01:00
Ilya Churaev
aba9956e3b
Moved apply auto padding to dev API ( #20257 )
2023-11-23 14:41:40 +01:00
Ilya Lavrenov
071e4b1d24
Merge Linux CC + static build + clang compiler ( #20243 )
...
* Merge Linux CC + static build + clang compiler
* Improvements
* Fixes
2023-11-23 14:41:32 +01:00
Irina Efode
7e87d560c1
[CONFORMANCE][SUBGRAPHS DUMPER] Fix warning threated as error ( #20279 )
...
* [CONFORMANCE][SUBGRAPHS DUMPER] Fix warning threated as error
* apply comments
2023-11-23 14:41:14 +01:00
Karol Blaszczak
3bec9a3cd5
[DOCS] prerelease notes update ( #20274 )
2023-11-23 14:41:13 +01:00
Sebastian Golebiewski
661d966b8f
[DOCS] Direct Github link to a specific notebook ( #20248 )
2023-11-23 14:41:13 +01:00
Maxim Vafin
2e29e048b5
Fix results validation ( #20246 )
...
* Fix results validation
* Remove pt quantization
* Apply suggestions from code review
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Refactor requirements
* Revert "Refactor requirements"
This reverts commit f78fe3d774
.
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-11-23 14:41:13 +01:00
Maciej Smyk
2f1ad90a06
Optimize Inference Restructure ( #20231 )
2023-11-23 14:41:13 +01:00
Mikhail Ryzhov
80dc4203e5
[GA] Enable win workflow ( #19646 )
...
* Enable win workflow and cpu parallel tests
* removed test code
* update cache naming
* extended logs collections
* Revert "extended logs collections"
This reverts commit 0dd6620832
.
* revert lost code during the merge
* missed dependencies
* enabled push trigger
* changed the cache key name
* skipped failed test
* fixed github action condition and added comments
* Update src/core/tests/check.cpp
* cache generation fix
* Apply suggestions from code review
* fixed python test configuration
* Revert "cache generation fix"
This reverts commit 0feab650fe
.
* debug parallel tests
* Revert "Revert "cache generation fix""
This reverts commit e385b04410
.
* Revert "debug parallel tests"
This reverts commit e4459472a7
.
* fixed steps conditions
* concurrency updated
* fixed test skip condition on win
* review changes
* collect debug logs
* overwrite test list
* debug commit
* Revert "debug commit"
This reverts commit 8720b87c8f
.
2023-11-23 14:41:12 +01:00
Irina Efode
b2c5323fc8
Fix SubgraphsDumper compilation Win ( #20256 )
2023-11-23 14:41:12 +01:00
Andrey Kashchikhin
1e8f46fd3d
[CI] [GHA] Introduce conformance tests ( #19841 )
...
* check dirs
* cmake, build, instlll
* use make
* use build dir
* use target
* add missing
* execute conformance tests
* correct path for requirements
* setupvars
* add API conformance
* conformance as a separate job; install all necessary files
* uncomment
* merge
* install deps
* use matrix, upload expected failures to gh cache
* use 8-core
* use the same paths
* uncomment
* comment
* change
* use csv
* add exit if there are failed tests
* always upload logs
* check dir
* use another dir for expected_failures
* upload always
* rm
* new key
* rm unused
* change
* update
* update
* rm unused
* do not exit if update is set
* copy file
* do not fail in failures check
* use specific branch
* run clean
* add expected failures
* uncomment
* comment out
* correctly add failed tests to fix_priority; check for unexpected failures in case of an update
* use azure runners for conformance
* use 4-core
* uncomment
* comment out
* split deps installation
* add missing deps for setup-python
* print error
* install certs
* do not verify ssl
* add ca-certificates install
* uncomment
* comment
* pack artifacts, rm unused deps
* rm unused dep
* always pack artifacts
* rm for func tests
* use less cores
* use var
* store int
* do not exit if non-zero code
* only 4 core
* use gh runner
* use sudo
* add missing sudo
* use expected failures
* uncomment
* comment
* create fresh expected failures
* use expected failures
* use specific ref and repo
* use expected failures
* uncomment
* comment out
* check caches
* fix str
* rm unused
* restore by restore key
* create dir
* use array
* use diff path
* mv after each download
* add sleeping and more logs
* add saving of hash table
* change
* uncomment
* comment
* download cache entries
* check dir
* use better dir
* uncomment
* rm unused
* add skip configs
* update lists
* rm unused dir; add docs
* rm unused
* rm hardcoded repo ref
* rm unused options; use better name for job
* rm unnecessary dir creation
2023-11-23 14:41:12 +01:00
Aleksandr Voron
3c7eee82ce
init ( #20260 )
2023-11-23 14:41:12 +01:00
Sebastian Golebiewski
8d52d93e3b
[DOCS] Removing Media Processing and CV Libraries ( #20235 )
...
* Removing Media Processing and CV Libraries
Addresses Jira Ticket: 122095
* update refs
2023-11-23 14:41:11 +01:00
Roman Kazantsev
4a6c191d74
[PyTorch FE] Set upper-bound for PyTorch ( #20251 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-11-23 14:41:11 +01:00
dependabot[bot]
52588c11b3
Bump actions/checkout from 3 to 4 ( #20249 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-23 14:41:11 +01:00
Maciej Smyk
a9c6509b3d
[DOCS] Inference with OpenVINO Runtime update for master ( #20237 )
...
* Update openvino_intro.md
* Update docs/articles_en/openvino_workflow/openvino_intro.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/articles_en/openvino_workflow/openvino_intro.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-11-23 14:41:11 +01:00
Oleksii Khovan
9ecbcf1135
[GPU] ScatterElementsUpdate-12 ( #19254 )
...
* GPU primitive and kernel changes to support ScatterElementsUpdate-12
* Add single-layer test for ScatterElementsUpdate-12
* Unit tests:
- fix formats test - add separate data type for indices;
- add tests for Reduction.
2023-11-23 14:41:10 +01:00
Tomasz Jankowski
96aafcb661
[Ref] Drop legacy API ( #20006 )
...
* Drop legacy API - CoordinateTransform
* Refactor AvgPool ref
* Fix zero padding indices ceil rounding
* Transpose 3D reshaped kernels
* Reuse max_pool v8 ref in v1
* Change ref::slice params validation
* Fix wrong alloc in max_pool ref
* Drop legacy from TopK
* Fix mvn ref
* Deprecate unused
* Drop ngraph from TopK op
* Remove deprecated
* Use OPENVINO_ASSERT
* Replace headers paths
* Replace headers paths
* Add missing include
* Address review comments
* Clean up
* Remove unused and duplicated code
2023-11-23 14:41:10 +01:00
Ilya Lavrenov
7493342d28
Removed Azure pipelines migrated to GHA ( #20245 )
2023-11-23 14:41:10 +01:00
Irina Efode
e3846fedee
[CONFORMANCE][SUBGRAPHS DUMPER] Rework subgraphs_dumper
graphs extraction algo feedback by plugins ( #19669 )
...
* [CONFORMANCE][SUBGRAPHS DUMPER] Change repeat pattern extractor to avoid duplications and reduce graphs size
* Small change
* temporary
* merge
* try to handle large models
* Fixes + tests
* Remove extra
* Exclude models after const folding in case dynamic modesl
* shapes to meta
* Fix tests
* Fix test + is_subgraph
* Fix issue with default output
* change hashing
* Check memory
* Hash algo
* correct modelsize check
* Log large models
* tmp disable fused_names extractor
* add device for fused_names
* remove extra
* fix vuild
* Disable fused_names extractor
2023-11-23 14:41:10 +01:00
Irina Efode
e10febe0fb
[CONFORMANCE][CMAKE] Add SubgraphsDumper lib ( #20053 )
2023-11-23 14:41:09 +01:00
Ivan Tikhonov
e0fc364538
Model builders refactoring: rename dirs, targets, file names ( #19885 )
...
* Model builders refactoring
* Apply review comments
* resolve review commets: update cmake target names
* fix build: use correct headers
* fix headers
* fix build
* fix docs
2023-11-23 14:41:03 +01:00
Piotr Krzemiński
bddd25a5a7
[Ref][Core][Opset13] Add Multinomial Operation ( #19655 )
...
* [Ref] Multinomial base file
* [Ref] Add core & reference implementation reusing other ops
* [Ref] Fix reference implementation, add missing parameters, add tests
* [Core] Add opset13, register multinomial, add shape inference
* [Ref][Core] Fix compile errors
* [Ref][Core] Clang fix
* [TEMPLATE] Remove bf16, f16, f64 types
* [TEMPLATE] Remove incorrect input types for 'input' parameter
* [Ref][Tests] Remove deleted test types
* [Ref] Fix & optimize shape inference
* [PT FE] Apply suggestions from review
* [Template] Migrate to new API
* [Core] Add a clause for dynamic input in shape inference
* [Tests] Add missing type_prop test (?)
* Update multinomial_shape_inference.hpp
* Update multinomial.hpp
* [Ref] Fix build issues
* [Ref] Fix clang and style
* [Ref] Fix tests without replacement
* [Ref] Fix with_replacement sampling error
* [Ref] Remove debugging artifacts
* [Ref] Cast to 64-bit size for 32-bit systems
* Update multinomial.hpp
* [Ref] Add missing type_prop tests, add shape inference tests
* Update multinomial.cpp
* Update multinomial_shape_inference_test.cpp
* Update multinomial.cpp
* Update multinomial.hpp
* [Ref] Fix compilation errors from shape inference test
* [Ref] Fix compilation error of type_prop, apply recommendations from review
* [Ref] Add multiple shape inference tests
* [Ref] Change TEST to TEST_F, add more type_prop tests
* [Ref] Clang fixes
* [Ref] Fix shape inference tests with mismatching args
* [Ref] Fix remaining type_prop errors
* [Ref] Replace HostTensor with normal Tensor in shape inference tests
* Update opset.cpp
* [Ref] Possible fix for 'function empty' error
* [Ref] Add a cast to remove conversion warning
* [Ref] Add conformance test of Multinomial
* [Ref] Match style of conf test to the remaining tests
* Update single_op_graph.cpp
2023-11-23 14:40:31 +01:00
Katarzyna Mitrus
05e75c3edd
[Opset13][pyAPI] Python API opset13 init and NMSRotated-13 ( #20204 )
...
* Opset13 init
* Update py API to use Opset13
* Add nms_rotated op to py API
* Add tests
* Add trailng comma
* Adjust blank spaces
* Add nms_rotated to init file
* Update tests
* Update style
* Adjust Optional keyword
* Update op docs with shapes
* Add Tensor rypes hints
* Update tests to import opset13
2023-11-23 14:40:31 +01:00
Karol Blaszczak
40c9bca845
[DOCS] conan fix ( #20216 )
2023-11-23 14:40:31 +01:00