Commit Graph

13806 Commits

Author SHA1 Message Date
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
Wanglei Shen
04c9a52b7f
update parse_processor_info_macos for macOS ver 11 (#21517)
* update parse_processor_info_macos for wrong macos info

* update default setting

* update default setting

* update for comment

* fix typo

* update test data

* update init order
2023-12-09 14:10:28 +08:00
Alina Kladieva
06a27e7b31
[GHA] Add Smart CI to Windows pipeline (#21558)
* [GHA] Add Smart CI to Windows pipeline

* Remove Smart CI from Python API units due to 127101

* Rename overall GHA status check for Windows
2023-12-09 01:50:14 +04:00
Andrey Babushkin
a84d615abd
Switch Windows Conditional Compilation workflow to AKS runners (#21375)
* Switch Windows Conditional Compilation workflow to AKS runners

* Fix YAML syntax

* Limit number of threads for CC build

* Split build stages to two to avoid step being successful when it's not

* Install python to conditional compilation job

* Combine both build commands into a single step

* Trying to work around sccache port issue

Sometimes build hangs and then ends by timeout. The only error message
in the logs is "sccache: error: An attempt was made to access a socket in a way forbidden by its access permissions. (os error 10013)"

* Temporary disable ctest step

* Revert "Temporary disable ctest step"

This reverts commit 8714200994.

* Disable Windows conditional compilation for PRs
2023-12-08 14:45:36 +00:00
Anastasia Kuporosova
ba34fa77e8
[PyOV] Expose result op (#21482)
* [PyOV] Expose result op

* update docs with op.Result

* codestyle

* add test and fix flake8 errors

* add result test

* fix transformation tests

* update return type
2023-12-08 13:57:11 +00:00
Georgy Krivoruchko
a3de4c17a1
[ONNX] QDQ uint16 support (#21278)
* [ONNX] QDQ uint16 verification
* Added tests
2023-12-08 17:04:40 +04:00
Sergey Shlyapnikov
0ad0a6bfaa
[GPU] Improve fake alignment logic and fix missed zero point value (#21530)
* [GPU] Improve fake alignment logic and fix missed zero point value

* Add tests
2023-12-08 12:20:35 +00:00
River Li
c565bf0c37
[CPU tests] migrate single layer test cases to be API 2.0 - part 7 (#21538) 2023-12-08 14:43:39 +04:00
River Li
04db11e921
[CPU] CPU plugin api 2.0 migration for TensorDesc (#21002)
* [CPU] CPU API 2.0 migration for TensorDesc

* Fixed CustomOpCPUTest issue

* Cleanup unused code

1. normalize_preprocess
2. MemoryDescUtils::convertToBlockedMemoryDesc
3. Fix a typo issue

* Fix zero dim with none zero strides issue

* Fix Expected and actual shape are different: [] VS [1]

* Remove InferenceEngine::Layout

* Solve rebase issues

* Update for code reviewer's comments

* Keep ov::intel_cpu::node::Generic for legacy compatibility

* Solve scalar data issue

* Solve reviewer's comments

* Restore Generic registeration
2023-12-08 11:28:52 +01:00
Ilya Lavrenov
fbec7be5e0
Try to run arm64 without system tbb (#21524)
* Try to run arm64 without system tbb

* Moved files

* Moved cmake files for auto batch
2023-12-08 13:59:48 +04:00
Maciej Smyk
89e4cb4252
Update learn_openvino.rst (#21539) 2023-12-08 10:58:05 +01:00
Ilya Lavrenov
3481568a39
Fixed Linux CC (#21540) 2023-12-08 13:51:06 +04:00
River Li
8eb26dce6c
[CPU tests] migrate single layer test cases to be API 2.0 - part 6 (#21497)
* [CPU tests] migrate single layer test cases to be API 2.0 - part 6

* Fix duplication issue

* Remove ov::Layout from PriorBox test cases
2023-12-08 13:24:19 +04:00
Xuejun Zhai
9866bc4d37
[CPU tests] migrate single layer test cases to be API 2.0 - part 2 (#21441)
* [CPU tests] migrate single layer test cases to be API 2.0 - part 2

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

* [CPU][Single layer test] fix tests error

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

* Update augru_sequence.cpp

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-12-08 13:22:10 +04:00
dependabot[bot]
df2ff92d21
Bump actions/stale from 8 to 9 (#21535)
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  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-08 12:58:56 +04:00
_bhaskar365
4c67ab7381
Merge changes from upstream/master referencing - test_infer_request.py renamed to test_sync_infer_request.py and new f… #21436 (#21516) 2023-12-08 09:48:13 +01:00
Anastasia Kuporosova
5e3176d617
[PyOV] Hide warning in const op (#21529) 2023-12-08 09:36:10 +01:00
Vladislav Golubev
261cf4e4dc
[Snippets] Brgemm blocking by KN dims at the LIR level (#19335) 2023-12-08 11:58:35 +04:00
Fang Xu
488abd0ad2
fix coredump with numactl (#21393)
* fix coredump with numactl

* record original socketid and numaid

* update comment

* update comments

---------

Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-12-08 14:20:35 +08:00