Commit Graph

13624 Commits

Author SHA1 Message Date
Yaroslav Torziuk
ea639a8c48
Enable GroupNormalizationDecomposition transformation (#21600) 2023-12-13 12:10:24 +01:00
Wang, Yang
7e88a9d6c8
[AUTO] Fix the issue of querying the optional property unsupported by HW plugin via AUTO compiled model (#21518)
* 1. Update the logic for handling the unsupported property querying from hw device.
2. Add test cases.

* Updated.

* Updated.

* Updated.

* Updated.
2023-12-13 18:06:59 +08:00
Andrew Kwangwoong Park
71e7015d39
[GPU] Reduce host time overhead in ReadValue execution for stateful model (#21521) 2023-12-13 14:06:30 +04:00
Oleg Pipikin
3fb60dc41c
Subgraph builders refactor (#21373)
* Refactor subgraph builders

* Refactor make_conv_pool_relu builder

* Refactor make_conv_pool_relu_no_reshapes builder

* Refactor make_conv_pool2_relu2 and make_conv_pool_relu_non_zero

* Refactor make_split_conv_concat builders

* Refactor make_kso_function

* Refactor make_split_multi_conv_concat

* Refactor make_ti_with_lstm_cell

* Refactor make_single_conv

* Refactor make_detection_output

* Refactor make_multi_single_conv

* Refactor make_2_input_subtract

* Refator make_nested_branch_conv_concat

* Refactor make_nested_split_conv_concat

* Refactor make_conv_bias

* Refactor make_read_concat_split_assign

* Refactor make_matmul_bias

* Refactor make_convert_transpose

* Refactor make_multiple_input_output_double_concat
2023-12-13 10:46:31 +01:00
dependabot[bot]
47939684df
Bump actions/setup-python from 4 to 5 (#21515)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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-12-13 13:42:52 +04:00
Sebastian Golebiewski
82cdc116c1
Updating Interactive Tutorials (#21548) 2023-12-13 10:33:50 +01:00
River Li
e07fe02cb9
[CPU tests] migrate single layer test cases to be API 2.0 - part 8 (#21568)
* [CPU tests] migrate single layer test cases to be API 2.0 - part 8

* [CPU tests] migrate single layer test cases to be API 2.0 - part 8

* Fix skipped testcase issue

* Remove unused ie header files
2023-12-13 13:18:41 +04:00
Xuejun Zhai
b7745a1895
[CPU tests] migrate single layer test cases to be API 2.0 - part 9 (#21587)
* [CPU tests] migrate single layer test cases to be API 2.0 - part 9

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* [CPU tests] migrate single layer test fix error

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* [CPU tests] fix review comments

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-12-13 08:48:10 +00:00
Haiqi Pan
e2e9d6056f
add FailedAsyncInferWithNegativeTimeForWait test case (#21392)
* add FailedAsyncInferWithNegativeTimeForWait

* add getTestCaseName

* skip FailedAsyncInferWithNegativeTimeForWait in gna

* skip FailedAsyncInferWithNegativeTimeForWait in gna

* Update src/plugins/intel_gna/tests/functional/shared_tests_instances/skip_tests_config.cpp

---------

Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-12-13 12:20:04 +04:00
Tomasz Adamowicz
9fe38f1a9c
[GNA] Properly obtain all subsequent layers for memory layer connection (#21602) 2023-12-13 08:55:32 +01:00
Vitaliy Urusovskij
ef14b50d79
src/common/*transformations/ API1.0 clean up (#21574)
* `src/common/transformations/` API1.0 cleanup

* `src/common/low_precision_transformations/` API1.0 cleanup

* Fix comments

* Fix
2023-12-13 10:50:42 +04:00
Maxim Vafin
34b2b66b69
[PT FE] Report unsupported operations with model list (#21607)
* [PT FE] Report unsupported operations with model list

* Continue on error

* Disable more models

* Check if file exists

* continue of error

* Fix on failure

* Fix file path

* Apply suggestions from code review
2023-12-12 21:25:27 +00:00
Oleg Pipikin
358cd4b709
Refactor GPU single layer tests (#21527)
* Refactor GPU single layer tests
2023-12-12 21:03:09 +00:00
Andrey Babushkin
5a4f632680
[workflows] New path for volumes (#21604) 2023-12-13 00:56:24 +04:00
Ivan Tikhonov
ff8d8a5b16
Introduced "reset_state" method to reset all model states in one line (#21595)
* added reset_state method to simplify the user API

* using reset_state method in the tests
2023-12-13 00:55:49 +04:00
Ahmad Chalhoub
942bc8b1ba
support pytorch efrc op (#21567)
* support pytorch efrc op

* allow dynamic case & fix code format

* fix code style, use space 4
2023-12-12 21:54:29 +01:00
Andrey Kashchikhin
9ab0a6d2f1
change trigger (#21609) 2023-12-13 00:46:16 +04:00
Ekaterina Aidova
5b655d3c50
[PT FE]: fix aten::index_put type alignmnet (#21606) 2023-12-12 20:34:05 +00:00
Irina Efode
8e52742f86
[CONFORMANCE] Specify validation entity as arg of run_conformance (#21610)
* [CONFORMANCE] Specify validation entity as arg of

* Readme + op_summary
2023-12-12 20:07:11 +00:00
Maxim Vafin
182b44f6cc
[PT FE] Support dict on input (#21450)
* [PT FE] Support dict on input

* Check that keys are strings

* Revert changes in PtFrameworkNode
2023-12-12 18:58:04 +01:00
Anastasia Kuporosova
3e42ddbde5
[PyOV] support Type as arg in convert op (#21603)
* [PyOV] support Type as arg in convert op

* add test

* fix linter
2023-12-12 18:21:47 +01:00
River Li
a2cc6a036f
[CPU Test] use internal_properties for snippets_mode (#21549) 2023-12-12 14:13:22 +00:00
Sergey Shlyapnikov
15421001fc
[GPU] Add missed override keyword in typed_primitive_onednn_impl struct (#21593) 2023-12-12 14:01:34 +00:00
Andrey Kashchikhin
79ca3d2fb9
[CI] [GHA] Introduce Coverity pipeline (#21599)
* add coverity pipeline

* report less progress

* add curl installation

* change trigger to post-commit
2023-12-12 16:55:58 +04:00
Maciej Smyk
2f65827f9f
[DOCS] Moving files to new location for master (#21575)
* repo update

* repo update

* repo update

* Update LowPrecisionModelRepresentation.rst

* Update LowPrecisionModelRepresentation.rst

* Update CMakeLists.txt

* Update QuantizedNetworks.rst

* separate location for pypi publishing files

* Update src/bindings/python/CMakeLists.txt

fixing path in src/bindings/python/CMakeLists.txt

---------

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-12 16:27:01 +04:00
Xuejun Zhai
f7d8bdef46
[CPU tests] migrate single layer test about logical (#21589)
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-12-12 11:55:52 +00:00
Chenhu Wang
14639d292d
[CPU] Fixed block layout tails process on SSE for MVN impl (#21534) 2023-12-12 11:52:11 +01:00
Maksim Kutakov
b31aad78b0
[CPU] Apply parallel copy of IO tensors when possible (#21546)
* Apply parallel copy of IO tensors when possible

* Add sanity check for the precisions
2023-12-12 10:21:55 +01:00
Oleg Pipikin
2fb683d667
GPU remote tensor tests update. Get rid of API 1.0 (#21553)
* GPU remote tensor tests update. Get rid of API 1.0

* Apply comments

* Apply comments
2023-12-12 12:43:49 +04:00
Min, Byungil
42c33ac7b1
[GPU] Bugfix optimized slice_mem (#21452)
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-12-12 17:17:49 +09:00
Wang, Yang
521da22797
[AUTO] update logic of checking if device with ID is proxy (#21493)
* the proxy device with id should be also a proxy device.

* 1. using real name in the logic of checking if device is proxy.
2. Disable the added test case.

Signed-off-by: Wang, Yang <yang4.wang@intel.com>

* enable test case

---------

Signed-off-by: Wang, Yang <yang4.wang@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-12-12 14:10:14 +08:00
Asthestarsfalll
e51ba62831
【Hackathon 5th No.97】add paddle tanh_shrink op (#20067)
* Add paddle tanh_shrink conversion

* update

* update

* restore CMakeLists.txt and waitting for PD test build enabled

* update for unittests

* remove code

* Add paddle tanh_shrink conversion
2023-12-12 05:49:49 +01:00
Sungeun Kim
0b49bb99d0
[GPU] dump graphs during execution (#21411)
* dump graphs during execution
2023-12-12 13:16:02 +09:00
Anastasia Kuporosova
889f2f54a2
[PyOV] Improve warning throwing in Const op (#21576)
* [PyOV] Improve warning throwing in Const op

* wrap warn to lambda

* fix linter
2023-12-11 23:18:59 +01:00
Sofya Balandina
cc8aeb0c09
Add [rename conformance ir] input shape to hash name for Convolution (#21484) 2023-12-11 23:32:07 +04:00
Maxim Vafin
e1b9d8c167
[PT FE] Fix constant type in aten::square (#21580)
* Fix constant type in aten::square

* Add test

* Simplify test
2023-12-11 19:29:02 +00:00
Maxim Vafin
0f6b9abee8
Support aten::lstm, aten::gru and aten::rnn_{relu,tanh} operations (#21579)
* [PT FE] Initial LSTM impl

* Support aten::lstm operation

* Support aten::gru and aten::rnn_{relu,tanh}

* Apply suggestions from code review

* Fix build

* Simplify implementation

* More simplification

* Update src/frontends/pytorch/src/op/lstm.cpp

* Simplification

* Use default LSTM helpers

---------

Co-authored-by: Roboreptile <piotr.krzeminski@intel.com>
2023-12-11 19:06:51 +00:00
Oleg Pipikin
df029eb9c7
Move negative shared tests (#21582) 2023-12-11 19:25:59 +01:00
Vishniakov Nikolai
f3fc503288
Revert core component extra exclude (#21583) 2023-12-11 19:02:21 +04:00
Ilya Lavrenov
02dec1c2d9
Added more exclude markers for install rules (#21561) 2023-12-11 17:05:09 +04:00
Wanglei Shen
9e2bd77abb
fix parse_freq_info_linux for wrong cpu frequency information (#21387) 2023-12-11 19:54:29 +08:00
Pavel Esir
948fc265b4
[tests] resolve skipped HF models: 2nd batch (#21526)
* resolve skipped HF models: 2nd batch

* commented out models with no info and less than 10 downloads

* Revert "commented out models with no info and less than 10 downloads"

This reverts commit a55861ed69.

* replace with self.image

* resolve todo

* Update tests/model_hub_tests/torch_tests/test_hf_transformers.py

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>

* Update tests/model_hub_tests/torch_tests/test_hf_transformers.py

---------

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-12-11 15:12:12 +04:00
Aleksandr Voron
f49f84a4b1
the fix (#21577) 2023-12-11 14:59:37 +04:00
Aleksandr Voron
ddb4902c33
[CPU] [ARM] Disable gemm_acl tests on 32-bit arm platforms (#21551) 2023-12-11 10:21:02 +01:00
Ilya Lavrenov
8e69f2c278
Add CPU tests as required for Linux arm64 (#21562) 2023-12-11 13:16:15 +04:00
Ilya Lavrenov
402d251483
Removed legacy cmake utils from IE 1.0 (#21559) 2023-12-11 11:26:16 +04:00
yanlan song
f66c9492d3
enable load from file in proxy (#21495)
* enable load from file in proxy

Signed-off-by: fishbell <bell.song@intel.com>

* enable test

Signed-off-by: fishbell <bell.song@intel.com>

* clang

Signed-off-by: fishbell <bell.song@intel.com>

---------

Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-11 11:09:42 +04:00
River Li
df7b047de6
[CPU] Remove duplicated string terminator from device full name (#21512) 2023-12-11 11:09:25 +04:00
Sergey Shlyapnikov
8d77a52e81
[GPU] Add callback function for MarkDequantizationSubgraph pass to skip non FC-related subgraphs (#21552) 2023-12-11 08:59:46 +04:00
Georgy Krivoruchko
8960da9014
[ONNX] Preparing environment for moving ONNX tests to API2.0 (#21528)
* Added common functions for onnx tests
* Removed test cases which are non-related to ONNX
Extended convert_model by extension
* Extended test utils by convert_partially
* Added model convertion using istream as input
* Moved common functionality to a ov namespace
* Removed unused function
2023-12-09 11:06:15 +04:00