Ilya Lavrenov
ed230cd879
Fixed build with oneDNN GPU in some Conan scenarios ( #19711 )
2023-09-09 01:52:58 +04:00
Ilya Lavrenov
3823360238
Try to use conan.lock file ( #19709 )
2023-09-09 01:52:25 +04:00
Ilya Lavrenov
888d4e9633
Updated vcpkg.json config with newer TBB version with default dependencies ( #19708 )
2023-09-09 01:52:07 +04:00
Maxim Vafin
e83697ded4
[PT FE] Implement override_all_inputs, override_all_outputs ( #19642 )
...
* Implement override_all_inputs, override_all_outputs
* Apply suggestions from code review
Co-authored-by: Piotr Krzemiński <piotrkrzeminski1234@gmail.com>
* Update src/frontends/pytorch/src/input_model.cpp
* Update src/frontends/pytorch/src/input_model.cpp
* Resolve problem with self input
* Update place.cpp
* Update place.cpp
* Fix build
---------
Co-authored-by: Piotr Krzemiński <piotrkrzeminski1234@gmail.com>
2023-09-08 22:31:49 +02:00
Alexander Suvorov
815ce1c595
Add selector tool 2023.1
2023-09-08 21:22:16 +02:00
Nikolay Shchegolev
f0421d94a6
[CPU] Scalar is passed as a tensor with shape [1] in custom op evaluate. ( #19521 )
...
[CPU] Scalar is passed as a tensor with shape [1] in custom op evaluate.
2023-09-08 19:40:44 +04:00
Andrey Kashchikhin
77d11f7dc8
[CI] [GHA] Introduce GHA Linux ARM64 Pipeline ( #19230 )
...
* add linux arm 64
* add comment
* prevent from scheduling on forks
* remove triggers
* rm unused exits
---------
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
2023-09-08 15:30:54 +00:00
Andrey Kashchikhin
d5f684d934
[CI] [GHA] Introduce GHA Linux Android ARM64 Pipeline ( #19246 )
...
* add anroid arm64 pipeline
* rm triggers
* rm unnecessary exits
2023-09-08 15:26:52 +00:00
Ilya Lavrenov
1ef9cc70b5
Fixed compilation with gcc-13.2 ( #19689 )
2023-09-08 18:39:24 +04:00
bstankix
8f73cb19b1
[DOCS] Integrate coveo search engine ( #19703 )
2023-09-08 14:07:27 +00:00
Bartlomiej Bielawa
7b59190521
[DOCS] Move menu arrows to the left side ( #19677 )
2023-09-08 14:01:10 +00:00
Maciej Smyk
79ac4a5763
img-fix ( #19699 )
2023-09-08 15:16:03 +02:00
Maciej Smyk
d9805a8871
[DOCS] ShapeOf-3 & Supported Model Formats fix for master ( #19694 )
...
* fix
* Update supported_model_formats.md
2023-09-08 13:33:38 +02:00
Ivan Novoselov
8124f5c435
Snippets shape inference infrastructure ( #18887 )
2023-09-08 12:58:21 +04:00
Przemyslaw Wysocki
25b1b4e26c
Add upper bound for setuptools ( #19672 )
2023-09-08 11:56:39 +04:00
dependabot[bot]
dd05c42951
Bump SimenB/github-actions-cpu-cores from 1 to 2 ( #19685 )
...
Bumps [SimenB/github-actions-cpu-cores](https://github.com/simenb/github-actions-cpu-cores ) from 1 to 2.
- [Release notes](https://github.com/simenb/github-actions-cpu-cores/releases )
- [Commits](https://github.com/simenb/github-actions-cpu-cores/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: SimenB/github-actions-cpu-cores
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-09-08 11:56:18 +04:00
Mateusz Tabaka
a55b5381d3
Move BroadcastTransition to MOC ( #19543 )
...
* Move BroadcastTransition to MOC
Broadcast that could be eliminated by BroadcastElementwiseFusion are moved down the graph
(by BroadcastTransition registered in the plugins). That prevents BroadcastElementwiseFusion
to eliminate them.
Ticket: CVS-118899
* dont count const layers
* remove virtual inheritance
2023-09-08 11:05:54 +04:00
Jade Cho
e2b553302b
[GPU] Use preferred output format if node impl type is onednn ( #19601 )
...
+ Changes to use preferred format in both cldnn and onednn for gemm and
FC when shape inferencing.
2023-09-08 15:56:40 +09:00
Artyom Anokhov
f9560518e3
[DOC] Add hints for debug build ( #19675 )
...
* Added HINTS for generating PDB files and debugging
* Fixed upper case
* Keep hint only for Windows OS
* build_raspbian.md: Added empty line
2023-09-07 16:39:02 +02:00
Sergey Shlyapnikov
4eb9c57424
[GPU] Add input feature leftovers processing for fully_connected_gpu_bs_f_bsv16_af8_vload kernel ( #19650 )
2023-09-07 13:20:11 +04:00
Taylor Yeonbok Lee
4124851d2b
Revert "[GPU] Fixed reordered memory cache not to contain original weight memory ( #19465 )" ( #19659 )
...
This reverts commit e8f1df495c
.
2023-09-06 22:35:00 -07:00
River Li
252afa3b6c
[CPU] Fix incorrect output for float to bf16 in avx2 isa ( #19358 )
2023-09-07 09:09:16 +04:00
yanlan song
14e0b1fd2c
Do not clean batch setting if proxy plugin ( #19508 )
...
* do not clean batch setting if proxy plugin
Signed-off-by: fishbell <bell.song@intel.com>
* add tests
Signed-off-by: fishbell <bell.song@intel.com>
---------
Signed-off-by: fishbell <bell.song@intel.com>
2023-09-07 07:47:45 +04:00
Roman Kazantsev
63a6d4c41e
[TF Hub][GA] Set correct scheduler and model scope for regular validation ( #19658 )
...
* [TF Hub][GA] Set correct scheduler and model scope for regular validation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Remove empty line
* Update .github/workflows/linux.yml
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
* Correct a path to output html report
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
2023-09-06 22:51:31 +02:00
David Nam
cb479f4a5d
[GPU] No need to add reorder after strided_slice ( #19411 )
2023-09-06 11:43:51 -07:00
Maxim Vafin
bacb83f8a2
Support aten::tile op ( #19645 )
2023-09-06 17:28:22 +00:00
Karol Blaszczak
c123843d0d
[DOCS] installation guide restructuring 23.1 master ( #19241 )
2023-09-06 17:46:55 +02:00
Andrey Kashchikhin
5644ca40f6
[GA] ccache: specify key ( #19519 )
...
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
2023-09-06 15:45:00 +00:00
Roman Kazantsev
4f7ac430fc
[TF Hub][TF FE][GA] Establish regular validation for all TF Hub models ( #19649 )
...
* [TF Hub][TF FE] Establish regular validation for all TF Hub models
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Correct names of reports
* Simplify configuration
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-06 17:02:59 +02:00
Roman Kazantsev
023a2f462a
[TF Hub][Notebook] Secure future notebook models in the precommit ( #19652 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-06 18:43:30 +04:00
Ilya Churaev
d9952b2455
Enabled clang format for unit test utils ( #19653 )
2023-09-06 14:37:12 +00:00
Vladislav Golubev
94bdaea965
[Snippets] ov::Node replaced with lowered::Expression in emitter constructors ( #19481 )
2023-09-06 16:45:50 +04:00
Maksim Kutakov
45cc4fdb33
[CPU] Fix input output tensor binding ( #19589 )
...
* Fix input output tensor binding plus test
* Clean up code
2023-09-06 17:04:38 +08:00
Ilya Churaev
7a4e765600
Removed legacy API from common frontend and shared tests ( #19583 )
...
* Removed legacy API from common frontend and shared tests
* Fixed build
2023-09-06 12:24:18 +04:00
Katarzyna Mitrus
bd66971dd6
[ShapeInfer] FFTBase shape infer improvement - preserve input sizes bounds and labels ( #19463 )
...
* Reduce number of rank checks
* Preserve data shape if signal_size input is not provided
* Add bounds propagation on fft input
* Improved preserving bounds on fft input
* Remove size_t rank cast and have_axes variable
* Check refactor
* Use ge helper for rank comparison
* Make bounds constexpr
* Pass raw pointer instead of unique_ptr ref
* Use normalize_axes helper
* Ensure to call set label if it's not zero
2023-09-06 12:20:58 +04:00
Anastasia Kuporosova
8723b5dd6d
resolve gil ( #19631 )
2023-09-06 10:04:52 +02:00
Ilya Lavrenov
46d05cc820
Fixed CPU plugin compilation ( #19629 )
2023-09-06 10:48:26 +04:00
Ilya Lavrenov
a322b8256d
Unlock custom creation of PLATFORM_TAG ( #19609 )
2023-09-06 10:46:37 +04:00
Maciej Smyk
4598da7a55
[DOCS][PT FE] Update pytorch conversion docs for master
2023-09-06 08:15:35 +02:00
Yury Gaydaychuk
8d6083e08e
[Commit slider] Skipping for commits ( #18966 )
2023-09-06 09:12:17 +04:00
Sungeun Kim
b7758b0504
[GPU] update the data-type of primitive from ops ( #19302 )
...
* set the data-type of transpose by dt of ops.
* set output_data in calc_output_layouts
2023-09-06 13:30:53 +09:00
dependabot[bot]
be23ac7c26
Bump actions/checkout from 3 to 4 ( #19602 )
...
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-09-06 07:29:13 +04:00
HARI CHAND BALASUBRAMANIAM
954536d2d6
Create documentation.yml ( #18926 )
...
This is for customer to report any issue regarding documentation.
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2023-09-06 05:27:12 +02:00
Ilya Churaev
dc1339d8e3
Remove legacy API from samples ( #19608 )
2023-09-05 22:16:18 +04:00
Ilya Churaev
1d62f0141d
Rename cmake ie_ macros and ie_parallel script ( #19606 )
...
* Rename cmake ie_ macros and ie_parallel script
* Add warning messages
2023-09-05 19:31:52 +02:00
Maciej Smyk
8f6b30a8f9
link fix ( #19624 )
2023-09-05 14:59:06 +00:00
Mikhail Ryzhov
bf5690fa7d
[GA] Parallel tests ( #18773 )
...
* test job
* added script to the test package
* test call fix
* switched test to large runner
* Added option to split tests by suites
* extended logs
* enabled test cache
* fixed workload
* optimized splitting mode
* excluded disabled suites
* temroary removed parallel logs
* added failed logs
* fixed empty name in suites
* test on 4 cores
* make step optional
* fixed param
* test
* grouping suites
* set suite arg
* increase test timeout
* test commit
* test pip deps
* include requirements.txt to the test package
* fixed deps step order
* fixed test counter
* fixed smart filter for suites
* clean up
* disabled repeat failed tests
* review comments
* use runtime execution time for skipped tests
* removed disabled suites
* reduced command lines
* enabled tests results
* fixed typo
* removed unused argument pp
* Log improvements
* merge cached and runtime filters
* fixed order
* fixed init list error
* fixed cache writing
* enable windows pipeline
* changed runner for windows
* optimized balancing using heap
* Fixed test counter
* fixed windows pipeline
* extended logging
* changed pipelines
* added logs on Windows
* fixed pipelines
* debug
* removed os specific code
* fixed "#"
* fixed test results
* fixed win pipeline
* cleanup debug
* rebase fixes
* windows pip requirements
* aligned run_conformance.py
* Apply suggestions from code review
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
* reverted windows changes
* reverted build runner
* fixed review comments
* minor review fixes
* make help func static
* renamed test runner
* fixed merge issue
* removed unused log
* reduced command line
* fixed issue fith conformance run
* fixed typo
* set testa as default split unit
* fixed tasks queue with time -1
* fixed test result caculation
* reverted wrong fix
* reverted changes
* set time limitation
* reverted unused change
* fix win command lines
* reuse env variables in pipeline
* fixed install files permissions
* fixed pipeline syntax
* reset validation schema
* fixed env names
* reverted initial setting of env
* increased test runner
* fixed pathes
* reuse env path
* reset validation schema
* Revert "reuse env path"
This reverts commit 97422ac595
.
* Revert "increased test runner"
This reverts commit 010aa31641
.
* revert command line reduction
* made if condition clearer
---------
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
2023-09-05 14:23:17 +00:00
Roman Kazantsev
188d53d813
[TF Hub][TF FE] Clean-up all downloaded files for TF Hub models validation ( #19612 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-05 13:07:13 +00:00
Vladimir Paramuzov
77600c7701
[GPU] Add FullyConnected custom op ( #19539 )
2023-09-05 16:47:05 +04:00
Mingyu Kim
3d679edf18
[GPU] Remove propagate_constants pass at pre_optimize_graph stage ( #19323 )
...
Co-authored-by: Lyamin-Roman <roman.lyamin@intel.com>
2023-09-05 16:37:31 +04:00