Maxim Vafin
f3b61d77e3
[GHA] Filter timm scope for model hub tests ( #20525 )
...
* Filter timm scope
* Apply suggestions from code review
2023-10-17 23:01:50 +04:00
Pawel Raasz
7515b042e8
[core]Migrate squeeze operator to new API ( #20282 )
...
* Migrate Squeeze to new API
* Remove visit_attributes as same as base class
2023-10-17 19:17:49 +02:00
Katarzyna Mitrus
33a97740b2
[MO][Opset13] Multinomial-13 support in MO IR Reader ( #20446 )
...
* Add Multinomial-13 to MO
* Add Multinomial tests for MO IR reader
* Move convert_type check
* Imports clean up
* Update pacgage BOM file
* Avoid files collision in tests
2023-10-17 17:50:42 +02:00
Tatiana Savina
f78e206ecb
[DOCS] Update components in readme ( #20524 )
...
* update readme
* add space
* add space
2023-10-17 17:49:07 +02:00
Tatiana Savina
b270e36590
add AMX ( #20523 )
2023-10-17 17:48:20 +02:00
Oleg Pipikin
a5fb3823f6
Refactor EinsumLayerTest, EyeLayerTest ( #20288 )
...
* Refactor EinsumLayerTest
* Refator EyeLayerTest
* Apply comments
* Fix
---------
Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com>
2023-10-17 17:35:24 +02:00
Georgy Krivoruchko
1e7977332b
Fixed naming and comments in ReduceProd ( #20512 )
2023-10-17 17:30:22 +02:00
Vitaliy Urusovskij
8fff47caf9
ROIPooling
, ROIAlign
layer tests to API2.0 (#20086 )
...
* `ROIPoolingLayerTest` to API2.0
* `ROIAlignLayerTest` to API2.0
2023-10-17 14:35:19 +00:00
Aleksandr Voron
e87d147f4c
[CPU] [ARM] Enable Pooling SLT tests on ARM ( #18013 )
2023-10-17 18:09:44 +04:00
Katz Sasaki
404f4e29b7
fix typo of config check error message ( #20517 )
2023-10-17 17:26:37 +04:00
Oleg Pipikin
a1daedc2e1
Disable NormalizeL2
and NonZero
f16 tests on MacOs Arm64 ( #20451 )
2023-10-17 14:43:55 +04:00
Tomasz Jankowski
e1a29ae96e
[core] Migrate MaxPool operator to new API ( #20424 )
...
* Use API 2.0 in MaxPool v1
* Use API 2.0 in MaxPool v8
* Fix type selection
* Fix type selection
* Avoid redundant local copies
2023-10-17 13:30:18 +04:00
Vladislav Golubev
93a70497bd
[CPU] fp16 weights decompression works with conversion to f32 ( #20427 )
2023-10-17 12:47:15 +04:00
Georgy Krivoruchko
05297a5572
Added coverage of "0" in bounds to ReduceProd ( #18583 )
...
* Check for ReduceProd + SoftMax fix
* Check for ReduceProd + SoftMax fix
* Fix after moving on get_constant_max_of_type
* Extended tests and added coverage for other types
* Code optimization
2023-10-17 12:38:24 +04:00
Maciej Smyk
07831c9dce
[DOCS] Supported formats update for Benchmark C++ Tool for master ( #20449 )
...
* Update cpp_benchmark_tool.md
* Update cpp_benchmark_tool.md
* Update cpp_benchmark_tool.md
2023-10-17 09:59:14 +02:00
Ilya Churaev
3ced4a23e7
Remove TREAT_WARNING option from the doc ( #20507 )
2023-10-17 11:36:48 +04:00
Siddhant Chauhan
07a29f80b4
[TF FE][TF Hub] Support Xlog1py operation ( #20500 )
...
* [TF FE][TF Hub] Support Xlog1py operation
* Update test_tf_Xlog1py.py
2023-10-17 11:36:13 +04:00
Roman Lyamin
fe9d5607ed
[GPU] Fixed data generation for f16 fusion tests ( #20247 )
...
* [GPU] Fixed data generation for f16 fusion tests
* [GPU] Temporary tolerance increase for failed tests on iGPU
* [GPU] Temporary skip or tolerance increase for failed tests on dGPU
2023-10-17 11:17:07 +04:00
Wang, Yang
86000bb8a2
[GPU] Reserve CPU resource for GPU inference ( #19214 )
...
* Update.
* Update.
* Update.
* add test case.
* Update.
* Update test cases.
* Update.
* Update.
* Updated.
* Updated.
* Updated.
---------
Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-10-17 05:42:56 +00:00
Wang, Yang
494f3d4bc8
[AUTO] Update python example and selection logic notice ( #20294 )
...
* Enable device properties setting via AUTO plugin.
* Update.
* Update.
* Update.
* Update.
* Update.
* Update.
* Update docs/OV_Runtime_UG/auto_device_selection.md
Co-authored-by: yanlan song <bell.song@intel.com>
* Add for stateful model
* Fix the link
---------
Co-authored-by: yanlan song <bell.song@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-10-17 11:28:59 +08:00
Pawel Raasz
baee150678
Restore f16 precision due to GPU performance drop ( #20443 )
2023-10-17 01:22:32 +02:00
Aleksandr Voron
c1816af864
[CPU] add_compile_definitions (OV_CPU_ARM_ENABLE_FP16) ( #20498 )
2023-10-16 20:06:59 +02:00
Yaroslav Torziuk
5d33a68598
[GPU] GroupNormalization-12 GPU reference implementation ( #19155 )
...
* Add group_normalization_kernel_selector
* Define group_normalization GPU primitive and its instantiation
* Add GroupNormalization operation builder
* Add test class for GroupNormalization operator
* Add instantiation of GroupNormalization test for GPU Plugin
* Disable GroupNormalizationDecomposition transformation in GPU Plugin
* Add GroupNormalizationKernelRef implementation
* Add GroupNormalization unit tests which cover blocked layout support
2023-10-16 10:54:56 -07:00
Vitaliy Urusovskij
d617952b0a
Pooling
to API2.0 (#20495 )
...
* Refactor PoolingLayerTest
* Additional refactoring
---------
Co-authored-by: Oleg Pipikin <oleg.pipikin@intel.com>
2023-10-16 19:40:24 +02:00
Karol Blaszczak
e0e7687143
[DOCS] restructuring the conversion section ( #20487 )
2023-10-16 19:06:55 +02:00
Paul Youngsoo Ahn
89bb8745a5
[GPU] Enable dynamic loop ( #19818 )
...
* [GPU] enable dynamic loop
- support multiple outputs
- support dynamic loop memory allocation
- support negative num_iterations
- implement calc_output_layouts
- add dynamic loop functional / unit tests
* Fix fail to check memory to set when original 1d data
- follow up code reviews
* Fix unit test failures
* Follow up code review
* Modify concat memory map creation process
* Check whether or not first input of loop is num_iteration_id
* Follow up code review
- refactoring preprocess_backedge_memory
* * Fix ci failures
* Clear custom_outputs_vec for condition
* Add num_outputs for condition and loop
* *Fix constant and param of body network have mismatched layouts
* Set consts.needsBatchInterpretation for const
* * refactoring is_dynamic in loop_inst::execute
* * remove wait_for_events in body_network execution loop
* * Remove redundant events
* * follow-up code review - modify OPENVNO_ASSERT
* * Remove redundant codes in loop_inst::execute
* * add current iteration update nodes into the ov::Model
* * rollback some codes for the performance degradation
2023-10-16 09:41:51 -07:00
Andrey Kashchikhin
755651cd34
disable pr trigger ( #20497 )
2023-10-16 19:21:48 +04:00
Sergey E. Losev
bee7559faa
Check output shape in OVInferRequestDynamicTests ( #20398 )
...
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2023-10-16 17:46:49 +04:00
Aleksandr Voron
475ddb9283
[CPU] Change precision configuration by ov::pass::ConvertPrecision ( #19993 )
2023-10-16 16:32:47 +04:00
Ilya Lavrenov
e812831346
Added ctest labels for FE tests only if FW is found ( #20483 )
2023-10-16 16:29:37 +04:00
Siddhant Chauhan
a5b5623ece
[TF FE][TF Hub] Support Xlogy operation ( #20467 )
...
* [TF FE][TF Hub] Support Xlogy operation
* fix
* fix
* fix
* fix
* Update tests/layer_tests/tensorflow_tests/test_tf_Xlogy.py
* Update tests/layer_tests/tensorflow_tests/test_tf_Xlogy.py
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-10-16 15:52:30 +04:00
Irina Efode
c24d1b4abc
[CONFORMANCE][CPU] Add Expected failures for CPU Opset13 OP ( #20490 )
...
* [CONFORMANCE][CPU] Add Expected failures for CPU Opset13 OP
* Update expected_failures_OP.csv
* Update expected_failures_OP.csv
2023-10-16 13:19:07 +02:00
Vladimir Paramuzov
a00d28aac0
[GPU] Type traits cleanup ( #20455 )
2023-10-16 14:54:32 +04:00
Tatiana Savina
44ac9099b9
[DOCS] Add openvino-dev deprecation note ( #20480 )
...
* add deprecation note
* address comments
2023-10-16 11:53:50 +02:00
Sergey Shlyapnikov
f655d2177d
[GPU] Fix scatter_nd_update output paddings handling ( #20447 )
2023-10-16 13:52:45 +04:00
Sergey Shlyapnikov
146ca36f8f
[GPU] Minor debug improvements: add suffix to shape agnostic kernels names and show batch_hash for impl_types::any ( #20275 )
2023-10-16 13:47:57 +04:00
Ilya Lavrenov
00618a429b
Relocatable OpenVINO Dev package improvements ( #20461 )
2023-10-16 12:54:30 +04:00
Pawel Raasz
fb93638cb2
[core]Migrate LogicalOr to new API ( #20421 )
...
* Migrate LogicalOr to new API
* Remove leftovers
2023-10-16 08:56:24 +04:00
Pawel Raasz
893517dd4a
Migrate LogicalAnd to new API ( #20423 )
2023-10-16 08:54:38 +04:00
Pawel Raasz
f107b7663f
Migrate Split operator to new API ( #20263 )
2023-10-16 08:16:43 +04:00
dependabot[bot]
6f6017724f
Bump pytest-timeout from 2.1.0 to 2.2.0 in /src/bindings/python ( #20310 )
...
Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout ) from 2.1.0 to 2.2.0.
- [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.1.0...2.2.0 )
---
updated-dependencies:
- dependency-name: pytest-timeout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-15 03:14:14 +04:00
Mikhail Ryzhov
e8861fb16a
extended logs ( #20442 )
2023-10-14 13:19:36 +04:00
Ivan Tikhonov
cd4623d2f6
Transformations: API 2.0 transition part 4 ( #20445 )
...
* Transformations: API 2.0 transition part 4
* fix code style
2023-10-14 00:27:43 +02:00
Ilya Lavrenov
0b78a388be
Removed custom python usage in Azure pipelines ( #20433 )
...
* Removed custom python usage
* Removed custom python usage
2023-10-14 01:18:27 +04:00
Andrey Kashchikhin
2e33019e68
[CI] [GHA] Align pipelines ( #20388 )
...
* add ONNX layer tests
* add parallelism for pytest; add missing stages to win; align execution steps
* add missng shell option
* add missing dep, update marker
* align stages and execution commands; rm parallelization
* enable trigger
* add missing export; rm not-applicable stage from mac and win pipeline
* add missing requirement, rm not-applicable stage
* add missing test parameters
* try to pi onnxruntime version; skip mxnet on mac; correct vars in win
* rm constraint
* skip on win
* use xfail
* remove always(), rm trigger for mac
* return push trigger for mac
2023-10-13 23:48:15 +04:00
Irina Efode
523333cf1d
[CMAKE][CONFORMANCE] Replace Lib target generation by executable for SubgraphsDumper ( #20444 )
2023-10-13 20:06:26 +02:00
Karol Blaszczak
f142881c72
[DOCS] - system requirements and resources reorg ( #20088 )
2023-10-13 18:44:48 +02:00
Karol Blaszczak
1bdd65bfc4
[DOCS] update selector tool ( #20342 ) ( #20454 )
...
authored-by: Alexander Suvorov <alexander.suvorov@intel.com>
2023-10-13 18:21:39 +02:00
Anastasiia Pnevskaia
739afa9d56
Guide for input/output in original FW. ( #20141 )
...
* Added guide for input/output in original FW.
* Apply suggestions from code review
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Removed unused import.
* Apply suggestions from code review
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Text format corrections.
* Header format correction.
* Minor correction.
* Minor corrections.
* Minor corrections.
* Removed unused import.
* Update docs/OV_Converter_UG/prepare_model/convert_model/MO_OVC_transition.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update docs/articles_en/documentation/openvino_legacy_features/mo_ovc_transition.md
Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>
* Examples format change. Added PyTorch example.
* Example corrected.
* Added PyTorch example.
* Small correction.
* Apply suggestions from code review
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* Added note.
* Corrected note.
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-10-13 20:12:38 +04:00
Helena Kloosterman
44a3255add
Small fix for GPU memory allocation documentation ( #20394 )
2023-10-13 16:42:15 +04:00