Karol Blaszczak
dcfa1f6881
[DOCS] bring back conda guide 23.0 ( #17031 )
2023-04-20 14:09:07 +02:00
Wanglei Shen
70e0eed075
update default affinity for macOS ( #17080 )
2023-04-20 11:50:04 +00:00
Mateusz Bencer
77a5d1aa03
[ONNX FE] Fixed handling duplicates during graph extraction ( #17071 )
2023-04-20 11:10:09 +00:00
Vladislav Golubev
f100c36ac9
[LPT] Revert changes in fold_reshape ( #17068 )
2023-04-20 11:43:59 +01:00
Yuan Hu
e53fc86988
[CPU] [Coverity] fix Uninitialized issue in node mvn ( #16980 )
...
* fix uninit issue in node mvn
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* Revert "fix uninit issue in node mvn"
This reverts commit 45e68725f3
.
* fix Uninitialized issue in MVNAttrs ctor
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
---------
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
2023-04-20 12:34:49 +02:00
Yuan Hu
bef25ddf43
[CPU] resubmit pr for optimize shape infer of Reshape ( #16942 )
...
* Revert "Revert "[CPU] optimize shape infer of Reshape (#16537 )" (#16703 )"
This reverts commit 06cacfe2a7
.
* fix reshape connext with nonzero issue
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* add nonzero connect with reshape testcase
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* add debug code
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix test case issue
fix shape_nonzero testcase issue
fix a bug in origin test case
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* Revert "add debug code"
This reverts commit c305464c8c
.
* fix other review comments except test case
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
---------
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
2023-04-20 12:34:21 +02:00
Maksim Kutakov
70c3979602
[CPU] Execute constants in order with the create primitives calls ( #16795 )
2023-04-20 14:22:57 +04:00
Mikhail Ryzhov
0f7e6de346
[GNA] WA to fix config parsing of scale factor map ( #17060 )
...
* WA to fix config parsing
* clang fix
* excluded json
2023-04-20 10:51:23 +01:00
Maciej Smyk
7d574e3114
DOCS shift to rst - Opsets ( #17059 )
2023-04-20 10:59:35 +02:00
Maxim Vafin
552143c9cd
[MO] Fix Interpolate-11 in MO ( #17002 )
...
* Fix Interpolate-11 in MO
* Add forgotten file
* Fix output type of TopK-11
* Do not force precision on port 1 for mode scales
* Update tools/mo/openvino/tools/mo/ops/interpolate.py
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-04-20 09:51:38 +02:00
Anastasiia Pnevskaia
5026aa044a
Removed naming of inputs in MO Python API PyTorch tests. ( #17070 )
...
* Removed naming of inputs in MO Python API PyTorch tests.
* Fixed coping of data.
* Small correction.
* Small correction.
* Small fix.
2023-04-20 11:49:45 +04:00
Marcin Kusmierski
4e6a129672
[GNA] Fix tests configuration to ensure that 3_5 target is tested too ( #17046 )
2023-04-20 09:18:36 +02:00
Nesterov Alexander
d00731c0ab
[ARM CPU] Fix tests for eltwise layer ( #16917 )
2023-04-20 09:57:29 +04:00
Taylor Yeonbok Lee
5bded05ae6
[GPU] Improve shape infer performance ( #17039 )
...
* [Dynamic shape] Improve shape infer performance for igpu by preventing copy from usm_device to usm host from lock()
* Fixed is_shape_infer_dep to use pointer instead of unique_id becuase unique_id may not be set
2023-04-20 03:23:52 +00:00
Tomasz Dołbniak
1bd9a1e01c
Passing tests re-enabled ( #17067 )
2023-04-20 01:55:42 +01:00
Ekaterina Aidova
f9fbcbe419
update omz submodule ( #16986 )
2023-04-20 03:53:39 +04:00
Ilya Churaev
71880aadd3
Deprecate set batch method ( #17057 )
...
* Deprecate set batch method
* Fixed some errors
* Suppress warning in tests
* Fixed warning in GPU
* Deprecate python
2023-04-19 20:21:18 +00:00
Ilya Lavrenov
1ec22a3180
32 bits support in Intel CPU plugin ( #16900 )
2023-04-19 22:10:20 +04:00
Eddy Kim
fab8236af3
[GPU] Fixed OneDNN fc+sum fusion serialization ( #16988 )
...
* fixed onednn fc+sum fusion serialization
* removed the white list for sum post op fusion
* added deconv fusing caching tests
2023-04-19 09:43:27 -07:00
Pawel Raasz
4c3a4a8992
Correct inf bound check for 32-bit in shape infer ( #17047 )
2023-04-19 19:33:01 +04:00
Nesterov Alexander
3d33cb2b43
[ARM CPU] Fix eltwise op tests (Divide) ( #17029 )
...
* update skip list
* skip change
* fix divide
* review fixes
* review fixes #2
2023-04-19 18:52:09 +04:00
Egor Duplenskii
39f843fb78
[CPU] Move to oneDNN 3.1 release version ( #16721 )
2023-04-19 18:26:30 +04:00
Tomasz Dołbniak
d230ad9313
Interpolate op cleanup ( #17026 )
2023-04-19 15:47:29 +02:00
Evgenya Stepyreva
497a19edf6
CVS-102308 Read tflite model to vector ( #17048 )
2023-04-19 13:27:41 +00:00
Pawel Raasz
d7083fb4db
Improve slice and strided slice shape inference ( #16940 )
...
when start, stop are interval values
2023-04-19 16:20:29 +04:00
Vitaliy Urusovskij
a611104b12
FQ tests leftovers ( #17009 )
...
* Try to return skipped test after FQ fix
* Copy FQ broadcast case from CPU to TEMPL tests
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-04-19 12:32:44 +01:00
Tatiana Savina
921bebc1ec
change ov version ( #17056 )
2023-04-19 11:28:41 +00:00
Mateusz Tabaka
7338257e00
Fix transformations tests on 32 bit build ( #17043 )
...
Ticket: 104593
2023-04-19 11:28:00 +00:00
Artyom Anokhov
bb6a3251a8
README.md: Added Conda Budge ( #17025 )
...
* README.md: Added Conda Budge
* README: Moved Conda badge after PyPI status
2023-04-19 12:35:31 +02:00
Egor Duplenskii
4ce5548c9a
[GNA] fix compilation warning ( #17027 )
...
Which becomes error with '-Werror'
2023-04-19 10:00:24 +00:00
Marcin Kusmierski
90b485715a
[GNA] Fix tests failing due to dependency to CI environment state ( #17007 )
2023-04-19 11:42:15 +02:00
Vladislav Golubev
00a4fc514c
Review comments applied ( #16856 )
2023-04-19 10:11:47 +01:00
Szymon Irzabek
a8c7c19cb9
[GNA] Fix channel multiplier calculation ( #17010 )
2023-04-19 11:01:27 +02:00
Xuejun Zhai
63c0089128
Fix C API unite test case error ( #17012 )
...
* Fix C API unite test case error
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Fix test error with relative path
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
---------
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
Co-authored-by: River Li <river.li@intel.com>
2023-04-19 11:26:12 +04:00
Chenhu Wang
34b3abc0e2
[CPU][Snippets]fix candidate merged node's subgraph inputs have common subgraph input ( #16249 )
2023-04-19 11:12:52 +04:00
Tingqian Li
1525f6cc16
[CPU] WA: Stop fusing per-OC eltwise into Matmul with input rank >4 ( #16824 )
2023-04-19 11:11:04 +04:00
Vladimir Paramuzov
dbd20ec799
[GPU] Added try/catch for device detection loop to skip platforms which throw an exception ( #17011 )
2023-04-19 11:05:24 +04:00
Chenhu Wang
498486588e
[CPU]interpolate-11 support ( #16698 )
2023-04-19 11:05:09 +04:00
Ilya Churaev
ca0b30c082
Added components relationships on architecture page ( #17037 )
2023-04-19 10:51:23 +04:00
Shen, Wanglei
626caf7f2a
update file location for 2023.0 release ( #17034 )
2023-04-19 10:38:23 +04:00
Wilson Seok
2401b0aa3c
[GPU] Skip reorder_node_to_split to avoid change of input data type for ondenn kernel support ( #16827 )
...
* skip reorder_node_to_split when new input data type of onednn kernel is not supported
* update layout_optimizer and add unit test
2023-04-19 15:00:55 +09:00
Marcin Kusmierski
1281074e15
[GNA] Fix for GNA 3_5 fixing tests after review ( #16954 )
...
* [GNA] Fix review comments for Conovolution2DLayer tests
* [GNA] fix review comments for smoke_ConvolutionPoolingStrideNotEqualWindowTest_Above
* [GNA] Fix review comments to GNAPWLExtraSegmentsTestFixture
* [GNA] Fix review comments to smoke_LSTMCellBasicCommon
2023-04-19 07:31:34 +02:00
Kelvin Choi
bd8ca523b9
[GPU] Fix proposal sort condition ( #16981 )
2023-04-18 21:05:32 -07:00
Ilya Lavrenov
3ad3a90e98
Enabled several arm64 tests ( #17032 )
2023-04-19 02:35:32 +04:00
Anastasia Kuporosova
9f250edc7f
[PyOV] use generator is multi config ( #17004 )
...
* [PyOV]- use generator is multi config
* use ov
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-04-18 22:04:22 +00:00
Maksim Kutakov
38d97709d1
[CPU] Remove allocation by the upper bound ( #16666 )
2023-04-19 00:25:58 +04:00
Maksim Kutakov
531b5a3657
[CPU] Optimize TBB usage in the parallel dynamic shapes processing ( #16517 )
2023-04-19 00:25:03 +04:00
Aleksandr Voron
d4ac0b0e79
MultipleLSTMCellTest fix ( #17015 )
2023-04-18 23:27:45 +04:00
Anastasiia Pnevskaia
078f28911b
Fixed parsing of 'layout' param ( #16999 )
...
* Fixed layout parsing.
* Small correction.
* Removed wrong change.
2023-04-18 22:43:38 +04:00
Roman Kazantsev
e93c8e1b1c
[TF FE] Skip one Keras ConvLSTM2D test ( #17028 )
...
* [TF FE] Mark one Keras ConvLSTM2D test with xfail
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Change to skip
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-04-18 22:28:30 +04:00