Irina Efode
3b6bb06f1d
Update merge script to work with outdated reports ( #16078 )
...
* Update merge script to work with outdated xml
* change report name
2023-03-03 11:02:04 +00:00
Chen Xu
35dacb370a
[CPU] Fix issue about overwriting register names ( #15815 )
2023-03-03 10:50:33 +00:00
Irina Efode
4e8590bf9b
Add correct handling of conformance processes ( #16031 )
...
* Update run_parallel.py
* Add correct handling of conformance processes
* remove extra
* Update run_parallel.py
2023-03-03 12:18:53 +04:00
Fang Xu
7deb9090bf
[CPU] Enable conditional compilation for graph optimizer ( #15478 )
2023-03-03 11:55:39 +04:00
Mateusz Tabaka
84a42cde61
[CPU] Add support for dynamic shapes in RDFT ( #14458 )
2023-03-03 10:43:29 +04:00
Anastasiia Pnevskaia
9efdb38b96
convert_model() legacy extensions fix ( #15742 )
...
* Fixed legacy extensions passing to MO tool.
* Added tests.
* Corrected test.
* Add debug print.
* Moved tests to layer tests.
* Added comment.
* Moved legacy ext tests to separate file. Fixed tmp .pb file cleaning.
* Small correction.
* Run MO Python API tests directory in CI.
* Small fix.
* Fix for case of splitted output.
* Corrected imports.
* Corrected imports.
* Added run of legacy extensions tests from subprocess.
2023-03-03 09:59:30 +04:00
Maksim Kutakov
fc98454174
[CPU] Internal dynamism support for extensions ( #15795 )
2023-03-03 09:00:56 +04:00
yanlan song
33e0b8caeb
rework the config and better follow new api ( #15920 )
...
* rework the config to follow new api
Signed-off-by: fishbell <bell.song@intel.com>
* fix tests
Signed-off-by: fishbell <bell.song@intel.com>
* clean up code
Signed-off-by: fishbell <bell.song@intel.com>
* fix missing property
Signed-off-by: fishbell <bell.song@intel.com>
* fix case failure caused by name compliance
Signed-off-by: fishbell <bell.song@intel.com>
* clean up code
Signed-off-by: fishbell <bell.song@intel.com>
* workaround negative values with unsigned type
Signed-off-by: fishbell <bell.song@intel.com>
* fix wrong exception type
Signed-off-by: fishbell <bell.song@intel.com>
* refactor config/metric
Signed-off-by: fishbell <bell.song@intel.com>
* apply review comments
Signed-off-by: fishbell <bell.song@intel.com>
---------
Signed-off-by: fishbell <bell.song@intel.com>
2023-03-03 10:04:28 +08:00
Steve Yoo
a16f1923d7
Added recalculating processing order if it is not correct ( #15987 )
2023-03-02 14:40:15 -08:00
Kelvin Choi
6979c06ca1
[GPU] Support non constant input for Pad ( #15697 )
...
* [GPU] Support non constant input for Pad
* Refactor by comments
2023-03-02 10:38:43 -08:00
Ilya Lavrenov
392e0fda34
Added missed licenses to openvino-dev ( #16057 )
2023-03-02 21:18:39 +04:00
Karol Blaszczak
c98591f8a8
Update prerelease_information.md ( #16056 )
2023-03-02 18:13:30 +01:00
Ilya Lavrenov
4d925e0a3d
Test GPU plugin arm64 build via Android precommit ( #16055 )
2023-03-02 21:06:36 +04:00
Ilya Lavrenov
0a31bdc112
Fixed OpenMP + debian package code-path ( #16058 )
2023-03-02 21:06:15 +04:00
Ilya Lavrenov
df03f8bfce
Removed fetch depth from Azure Pipelines ( #16059 )
2023-03-02 21:05:54 +04:00
Przemyslaw Wysocki
8cbd8b8e03
Remove setuptools upperbound ( #16054 )
2023-03-02 20:58:39 +04:00
Zhang Yi
0e9b133de5
[CPU] StridedSlice fix execution for empty output tensor ( #16045 )
...
* stridedslice skip execution with 0 dims
* use isExecutable & add subgraph tests
* remove useless code
2023-03-02 15:56:25 +00:00
hyunback kim
cb7eeadd62
[GPU] Integration oneDNN3.1 ( #15804 )
...
* [GPU] Integration oneDNN3.1
* [GPU] Add os_iyx_osv8 format
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-03-03 00:18:42 +09:00
bstankix
226bc301dc
Graph builder modal ( #16061 )
...
* Bugfix and restyle Graph Builder
* Add disclaimer box to modal footer
* Change color gradient for pracision graphs
* Add default preselections to graph settings
2023-03-02 15:34:05 +01:00
Vladislav Golubev
57cf23857a
[CPU] Split: dynamic split_lengths values support ( #15914 )
2023-03-02 14:19:45 +00:00
Ilya Lavrenov
7be7f25566
Added TF / TF Lite in API reference docs ( #16023 )
2023-03-02 16:45:18 +04:00
Anastasiia Pnevskaia
6185114bc4
Clearing of CustomReplacementRegistry.registry in convert_model() ( #15893 )
...
* Clearing of CustomReplacementRegistry.registry.
* Added test.
2023-03-02 14:49:45 +04:00
Vitaliy Urusovskij
18763f66ac
Detect loops in topological_sort ( #15688 )
2023-03-02 13:21:52 +04:00
Ilya Churaev
65a45a6232
Fix coverity uninialized variable ( #16039 )
2023-03-02 13:20:14 +04:00
Ilya Lavrenov
0d798b7431
Building GPU plugin for Linux ARM64 ( #16008 )
...
* Building GPU plugin for ARM64
* changed order of headers
* Fixed clang-format
2023-03-02 12:43:33 +04:00
Roman Lyamin
24b0baa0d1
[GPU] Added support mixed input formats for Select ( #16009 )
2023-03-02 09:19:02 +04:00
Vladimir Paramuzov
27ac7d9092
[GPU] backend independent code for fuse params in program_node ( #16028 )
2023-03-02 09:18:29 +04:00
Wang, Yang
99a1800901
Fix the AUTO loadnetwork failure triggered by AUTO:-xxx ( #15747 )
...
* Check if the device is supported when AUTO retrieves the device list based on the ov::device::priorities.
* Update the logic to handle the situation like -d AUTO:-CPU to benchmark APP.
* Remove MYRIAD and add NVIDIA for AUTO supported devices.
---------
Co-authored-by: Chen Peter <peter.chen@intel.com>
Co-authored-by: Shen, Wanglei <wanglei.shen@intel.com>
2023-03-02 13:16:12 +08:00
Liubov Talamanova
c09b2ff8b1
[POT] Fix POT version in setup.py ( #16021 )
2023-03-01 22:30:26 +00:00
Ilya Lavrenov
5422242e86
Fixed compilation with gcc-7 ( #15876 )
...
* Fixed compilation with gcc-7
* Update src/core/reference/include/ngraph/runtime/reference/eye.hpp
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
* returned f16 and bf16
---------
Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
2023-03-01 23:08:10 +04:00
Ilya Lavrenov
3c67509fc8
Removed custom cmake message ( #16030 )
2023-03-01 19:25:37 +04:00
Ilya Lavrenov
2e12af27e4
Improved GA precommit to track docs regressions ( #16027 )
2023-03-01 18:08:29 +04:00
Haiqi Pan
8307019380
fix benchmark_app python to support YES and NO values for -pin parameter ( #15963 )
...
* support YES and NO for -pin
* add if property_name == 'AFFINITY'
2023-03-01 17:31:04 +04:00
Maksim Kutakov
6ae024f86e
[CPU] Fix OMP build ( #16006 )
...
* Fix OMP build
* Apply comments
2023-03-01 17:07:48 +04:00
Anastasia Kuporosova
4c0d28f26d
Try to update minimum setuptools req ( #15971 )
...
* Try to update setuptools req
* suppress output from setup
2023-03-01 17:05:51 +04:00
Ilya Lavrenov
ba19d945ac
Fixed clang-format for C API ( #16024 )
2023-03-01 16:36:20 +04:00
Vladimir Paramuzov
c5c7e4ff65
[GPU] Cleanup tuning cache methods ( #16000 )
2023-03-01 16:30:47 +04:00
Ilya Lavrenov
bde65c25c4
Fixed typo in docs ( #16022 )
2023-03-01 15:36:37 +04:00
Vladislav Golubev
84285ac317
[CPU] ConvertMatMulToFC fix ( #15933 )
2023-03-01 14:15:19 +04:00
Vladimir Paramuzov
3de00347f3
[GPU] Code cleanup ( #16014 )
...
* [GPU] Improve exception message for program build
* [GPU] Code cleanup
2023-03-01 14:05:59 +04:00
Vladislav Golubev
f0e12cf38b
[CPU] Select via Eltwise implementation ( #15740 )
2023-03-01 14:03:47 +04:00
Ilya Churaev
113aefa3ff
Move internal api to ov ( #15964 )
...
* Move cpu streams executor to new API
* Remove legacy headers from new dev API
* Fixed build issues
* Fixed build
* Fixed typo
* Fixed typo
* Fixed build
* Fixed code style
* Add exception for template constructor of SoPtr
2023-03-01 14:00:55 +04:00
Sebastian Golebiewski
21ac61fef5
[DOCS] Tensorflow models support in 23.0 update ( #15974 )
...
* tensorflow support update
adding tensorflow to main snippet
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-03-01 10:16:09 +01:00
Maxim Vafin
b1d0e152e3
Use i32 across all PyTorch frontend ( #15896 )
...
* Use i32 across all PyTorch frontend
* Fix corner cases
* Fix tests
2023-03-01 09:50:34 +01:00
Mateusz Mikolajczyk
112c763256
[PT FE] Add prim::device and prim::type, improvements to aten::to, aten::eq, aten::ne ( #15881 )
...
* Add device, improve to and equal
* Rename and remove unused import
* Apply fixes from code review
* Fix decoder.py
* Load prim::device using prim::Constant
* Remove throwing exceptions
* Apply suggestions from code review
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-03-01 09:46:55 +01:00
Egor Duplenskii
051a1c661e
[CPU][TESTS] Add options to manage test targets and scope ( #14576 )
...
- by using ENABLE_CPU_SUBSET_TESTS_PATH cmake variable
one can specify list of relative paths to functional test
which will be included into target ov_cpu_func_tests_subset
Target was renamed from cpuDebugFuncTests to
ov_cpu_func_tests_subset
- by using ENABLE_CPU_SPECIFIC_TARGET_PER_TEST=ON one can
trigger generating specific target for each test file, i.e.
- ov_cpu_func_slt_convolution
- ov_cpu_func_subgraph_mha
2023-03-01 11:39:53 +04:00
Alexandra Sidorova
7f83c2c72d
[Snippets] Added broadcast support for FQ weights calculation ( #15837 )
2023-03-01 11:14:58 +04:00
Katarzyna Mitrus
a7bb54da2d
[ShapeInference] DeformablePSROIPooling shape infer ( #15766 )
...
* Add shape infer function
* Update shape_infer and usage
* Add setters
* Register shape_infer for CPU
* Tests
* Style
* Add cast for dim type
* Add precision
* Update input size check
* Move setters to cpp
2023-03-01 08:13:24 +01:00
Alexandra Sidorova
63d282fd73
[CPU] Added support of negative paddings for Pad ( #15935 )
2023-03-01 10:49:03 +04:00
Xuejun Zhai
51a3a02115
Xuejun/remove api result related ( #15806 )
...
* [Remove APIs] remove api Result(const Output<Node>& arg, bool), set_needs_default_layout(bool) & needs_default_layout()
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [Remove APIs] remove const AutoBroadcastSpec NUMPY & NONE
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [Remove APIs] clear code
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
---------
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-03-01 07:43:48 +04:00