Andrew Kwangwoong Park
dc374ca1bf
Enable tensor offset to GemmKernelRef for input padding support ( #12133 )
...
Signed-off-by: Andrew Park <andrew.park@intel.com>
2022-07-14 06:22:36 +03:00
Min, Byungil
99dbb35835
[GPU] modify fusing condition for reduce ( #12119 )
...
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2022-07-14 11:04:14 +09:00
Felix Dohyun Kim
3c1ed2ce1f
[GPU] Pass eltwise unit tests on DG2 ( #12113 )
...
* check fusion in onednn too
2022-07-14 10:15:57 +09:00
Krzysztof Bruniecki
9d0e623af6
[GNA] Add support for future devices with relaxed capabilities ( #12000 )
2022-07-13 14:18:34 +02:00
Vladimir Paramuzov
a185299ba4
[GPU] Simplify namespaces in the plugin part ( #12121 )
2022-07-13 15:47:40 +04:00
Szymon Irzabek
ed812bdf68
[GNA] Reduce impact of sf propagation fix ( #12115 )
2022-07-13 11:59:44 +02:00
Tomasz Dołbniak
dd2fa7f5c2
Zlib update to 1.12.2 ( #12128 )
2022-07-13 11:11:26 +02:00
Tingqian Li
52434b7ea0
[CPU] Move cpu_dump_check into CPU plugin's tools folder ( #12100 )
...
* Move cpu_dump_check into CPU plugin's tools folder
* remove cpu from names
* Update README
2022-07-13 13:39:08 +08:00
Felix Dohyun Kim
d032fd3abd
[GPU] Pass reduce unit tests on DG2 ( #12086 )
...
* scale to eltwise
2022-07-12 21:55:58 +09:00
Felix Dohyun Kim
1d7b595548
[GPU] Pass lrn unit tests on DG2 ( #11986 )
2022-07-12 16:53:36 +09:00
Felix Dohyun Kim
f624efba08
[GPU] Pass Resample unit tests on DG2 ( #12052 )
...
* fix validate_fusings_gpu error
* fix biased scale testcase
2022-07-12 16:51:32 +09:00
Tomasz Dołbniak
8811a88fc5
Virtual destructor for the base class ( #12102 )
2022-07-12 10:40:50 +03:00
Karol Blaszczak
e5673c2d2d
DOCS-code-reference-css-style-change ( #12109 )
...
code formatting changed from blue to black, to distinguish from links
2022-07-12 15:15:47 +08:00
Marcin Kusmierski
7a0c20ab75
[GNA] Add automatic model splitting for compiled graphs ( #12001 )
2022-07-12 09:01:24 +02:00
Yaroslav Torzuk
a250634b75
[GPU] Assign-6 and ReadValue-6 ( #11780 )
...
* Add methods for access to varables information in Program class
* add ReadValue and Assign primitives
* ReadValue and Assign implementations
* Implementation of memory states allocation
* Add output existance check in primitive_inst to avoid crashes if output is set during execution
* Add memory states management functionality in network component
* Integration of memory states feature in inference request component
* Exclude constant path for read_value and assign nodes in cldnn transformations
* Improve memory states test to run on a single inference request
* unit tests for ReadValue and Assign
* single-layer test for ReadValue and Assign
* Add QueryState API implementation
* Add memory state test which covers dynamic batch case
Co-authored-by: Oleksii Khovan <okhovan@lohika.com>
2022-07-12 11:45:53 +09:00
RICKIE777
60e31ad8c3
Fix the uninitialized value issue found in Coverity Scan ( #12098 )
2022-07-12 10:01:14 +08:00
Szymon Irzabek
3232c90a13
GNA SF propagation fix ( #11806 )
2022-07-11 12:27:02 +02:00
Marcin Kusmierski
3efda5067b
[SAMPLES] Remove unused commandline arguments for speech_sample ( #11892 )
2022-07-11 12:23:32 +02:00
avoskoboinyk-lohika
bb82f43e22
NonZero operation: uncomment tests since they can be passed now ( #11548 )
...
* NonZero operation: uncomment tests since they can be passed now
# Conflicts:
# src/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp
* Unbreak tests once more by changing base class from LayerTestsCommon to SubgraphBaseTest
* Unbreak compilation / style
* Add test case for cache
Co-authored-by: Chenhu Wang <chenhu.wang@intel.com>
* Increase zeroes count for NonZero tests
* Correct the change
* Remove my previous changes and add dynamic shapes / repeatable shapes into the correct file
Co-authored-by: Chenhu Wang <chenhu.wang@intel.com>
2022-07-11 08:34:11 +03:00
Bonhun Koo
b371e74735
[hotfix] pytest error of act_act example ( #12093 )
...
* [hotfix] pytest error of act_act example
* remove needless import
2022-07-11 12:56:32 +09:00
RICKIE777
bbf54e01e7
[C API][COVERITY SCAN]Fix the TAINTED_SCALAR and DEADCODE in Coverity Scan ( #12087 )
...
* Fix the Coverity scan issues
* Fix the insecure data handling (TAINTED_SCALAR) issue found in coverity scan
2022-07-10 17:21:03 +08:00
Wang, Yang
0c7282a1f5
setting tput as the default performance mode only for AUTO, excluding MULTI plugin. ( #12083 )
...
Signed-off-by: ywang2 <yang4.wang@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2022-07-08 13:37:30 +00:00
Paul Youngsoo Ahn
7fe3ab0328
[GPU] Fix gather data type issue ( #12085 ) ( #12085 )
2022-07-08 21:18:28 +09:00
Eddy Kim
73381e976e
updated to fuse activation in eltwise_vload8 ( #12084 )
2022-07-08 12:15:10 +00:00
Sebastian Golebiewski
b1dcb276da
Proofreading-OV-Runtime ( #11658 )
...
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/optimization_guide/dldt_deployment_optimization_common.md
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/Device_Plugins.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/HDDL.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/HDDL.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/HDDL.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/MYRIAD.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/MYRIAD.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/MYRIAD.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/ov_dynamic_shapes.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/config_properties.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/config_properties.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/performance_hints.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/deployment/deployment-manager-tool.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Apply suggestions from code review
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/performance_hints.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/performance_hints.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/OV_Runtime_UG/deployment/deployment-manager-tool.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Apply suggestions from code review
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Apply suggestions from code review
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Update ref links
* Update Getting_performance_numbers.md
* Update deployment_intro.md
* Update preprocessing_details.md
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update tools/pot/openvino/tools/pot/algorithms/quantization/default/README.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/automatic_batching.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/deployment/deployment-manager-tool.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update tools/pot/openvino/tools/pot/algorithms/quantization/default/README.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update automatic_batching.md
* Update docs/OV_Runtime_UG/automatic_batching.md
* Update docs/OV_Runtime_UG/ShapeInference.md
* Update deployment-manager-tool.md
* Update deployment-manager-tool.md
* Update docs/OV_Runtime_UG/deployment/deployment-manager-tool.md
* Update automatic_batching.md
* Update automatic_batching.md
* Update docs/OV_Runtime_UG/ShapeInference.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update integrate_with_your_application.md
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update integrate_with_your_application.md
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update model_representation.md
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update integrate_with_your_application.md
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update Additional_Optimizations.md
Removing redundant information.
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update Additional_Optimizations.md
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update Additional_Optimizations.md
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update model_representation.md
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update tools/pot/docs/SaturationIssue.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update tools/pot/openvino/tools/pot/algorithms/quantization/accuracy_aware/README.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update tools/pot/docs/SaturationIssue.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update tools/pot/docs/SaturationIssue.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update tools/pot/docs/SaturationIssue.md
* Update tools/pot/docs/SaturationIssue.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update README.md
* Update README.md
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update tools/pot/docs/Introduction.md
* Update tools/pot/docs/AccuracyAwareQuantizationUsage.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Removing one-liners
Removing introductory sentences from 'Supported Features' sections.
* Update docs/OV_Runtime_UG/openvino_intro.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/benchmarks/performance_benchmarks_ovms.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update tools/pot/docs/Introduction.md
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update tools/pot/docs/DefaultQuantizationUsage.md
* Update tools/pot/docs/BestPractices.md
* Update tools/pot/docs/BestPractices.md
* Update tools/pot/docs/AccuracyAwareQuantizationUsage.md
* Update docs/optimization_guide/model_optimization_guide.md
* Update docs/optimization_guide/dldt_deployment_optimization_guide.md
* Update docs/OV_Runtime_UG/supported_plugins/config_properties.md
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
* Update docs/OV_Runtime_UG/preprocessing_usecase_save.md
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: msmykx <101244365+msmykx-intel@users.noreply.github.com>
Co-authored-by: Piotr Milewski <piotr.milewski@intel.com>
2022-07-08 13:34:45 +02:00
Felix Dohyun Kim
6283ab2fde
[GPU] Pass convolution unit tests on DG2 ( #12056 )
...
* scale -> eltwise
2022-07-08 17:03:05 +09:00
Felix Dohyun Kim
f9e5499f8e
init ( #11985 )
2022-07-08 16:52:44 +09:00
Eddy Kim
8d852b4aee
fixed 'is_rotating_except_batch' to follow the IE order ( #12050 )
2022-07-08 15:36:17 +09:00
Min, Byungil
b5c058738d
Update module version to remove vulnerability ( #12054 )
2022-07-08 08:28:48 +02:00
Tingqian Li
bc34fa0934
[CPU] Re-enable Selective build on oneDNN2.6 ( #12074 )
...
* update submodule onednn26 selective build
* onednn code review
* merge onednn selective build
* fix bug in cc onednn26
Co-authored-by: zihan wu <zihan.wu@intel.com>
2022-07-08 03:48:12 +00:00
Taylor Yeonbok Lee
2500ad120e
Revert the mmap-ed constants to the original buffer load ( #12075 )
2022-07-08 11:51:53 +09:00
guozhong wang
ab8c2f6fd8
change gpunum to 3 ( #12073 )
2022-07-07 18:15:27 +03:00
Andrew Kwangwoong Park
32937ab7ca
Add Debug Config for maximum kernels per batch ( #12068 )
...
Signed-off-by: Andrew Park <andrew.park@intel.com>
2022-07-07 14:26:51 +03:00
guozhong wang
cd6c7da91c
AUTO/MULTI supports ov::auto_batch_timeout ( #12023 )
...
* add auto_batch_timeout for MULTI and AUTO
* fix clang-format for ie_core.cpp
* fix coredump
* simplify insert key to deviceConfig logic and parseDeviceNameIntoConfig() check "AUTO" and "AUTO:" only
* check config auto_batch_timeout
* add CleanUpInIECore()
* fix clang-format for ie_core.cpp
2022-07-07 10:33:04 +00:00
Bonhun Koo
d5e8d1d968
Nm/outputs quantization scheme ( #12035 )
...
* [POT] outputs quantization scheme
* [POT] remove needless blank line
* add a range_estimator config for outputs
* Add fq_config_priority
2022-07-07 16:08:55 +09:00
Luwei Zhou
0224e6a067
Fix the deconv depwise post ops issue on AVX2 and AVX512 and enable deconv test ( #11870 )
...
* Fix the deconv fused issue on AVX2 and AVX512 and enable deconv test
* Keep GroupDeconv BF16 test cases still disabled.
* Update to also excluding nightly
* Update onednn submodule.
* Update onednn submodule
* Update onednn submodule.
* Update the ONDENN submodule
* Update the ONEDNN commit.
* Update with merged onednn commit.
2022-07-07 13:26:44 +08:00
RICKIE777
70d967ffb6
[C API] Enable hello_nv12_input_classification samples for C APIs of OV API 2.0 ( #12031 )
...
* Define new ppp API for nv12
* Add new ppp API function
* Add new ppp API unit test
* Add hello nv12 input classification ov
* Define new ppp API for nv12
* Add new ppp API function
* Add new ppp API unit test
* Add hello nv12 input classification ov
* Fix the clang -formate issue
* Modify the function called is_supported_image_size
* Update code as suggested
* Add hello_nv12_input_classification e2e test
* clang-format openvinotoolkit
* Fix the doc error in CI
Co-authored-by: River Li <river.li@intel.com>
2022-07-07 11:36:55 +08:00
Xiping Yan
e8bd70f273
Add build flag for GCC. ( #12017 )
...
Some compiler flags restrict the compiler from making arbitrary decisions while handling undefined C/C++ behaviors.
Therefore they can be used to fix some issues caused by undefined behavior.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2022-07-07 10:02:04 +08:00
River Li
b80f724414
Fix rnn cache missing issue ( #12053 )
2022-07-06 11:20:27 +00:00
Kelvin Choi
63ab516c85
[GPU] Delete previous inputs by numbered new name for batching ( #12045 )
2022-07-06 16:32:14 +09:00
Bonhun Koo
1901087677
[POT] GNA - prevent an overflow in eltwise layer ( #12048 )
2022-07-06 16:15:13 +09:00
yanlan song
e718e51a85
Bell/fix lifecycle coredump ( #11934 )
...
* enable binder schedule
Signed-off-by: fishbell <bell.song@intel.com>
* add cases
Signed-off-by: fishbell <bell.song@intel.com>
* refine
Signed-off-by: fishbell <bell.song@intel.com>
* fix build failure
Signed-off-by: fishbell <bell.song@intel.com>
* fix coredump
Signed-off-by: fishbell <bell.song@intel.com>
* do not return hw requests directly, potential issues
Signed-off-by: fishbell <bell.song@intel.com>
* fix bug
Signed-off-by: fishbell <bell.song@intel.com>
typo
Signed-off-by: fishbell <bell.song@intel.com>
* optimize memory
Signed-off-by: fishbell <bell.song@intel.com>
* hold the hw plugin
Signed-off-by: fishbell <bell.song@intel.com>
* Revert "hold the hw plugin"
This reverts commit 5b537f5b6f
.
* apply the fix
Signed-off-by: fishbell <bell.song@intel.com>
apply the fix
Signed-off-by: fishbell <bell.song@intel.com>
* hold the plugin library for destructing tensor
Signed-off-by: fishbell <bell.song@intel.com>
* solve the virtuual plugin Getblob life cycle issue
Signed-off-by: fishbell <bell.song@intel.com>
* remove log
Signed-off-by: fishbell <bell.song@intel.com>
* refine interface
Signed-off-by: fishbell <bell.song@intel.com>
* fix build failure
Signed-off-by: fishbell <bell.song@intel.com>
* fix for hetero plugin
Signed-off-by: fishbell <bell.song@intel.com>
* replace with vector
* enable life time tests for virtual plugins
Signed-off-by: fishbell <bell.song@intel.com>
rework cases due to vpux build issue
Signed-off-by: fishbell <bell.song@intel.com>
disable context test for now
Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2022-07-06 05:21:17 +00:00
opoluektov-lohika
7a50ce2491
Coverity: fix issue with uninitialized members ( #11996 )
2022-07-05 23:55:53 +00:00
Mateusz Bencer
43c0c964b8
Added FoldSubgraphEmptyInputs transformation ( #11957 )
2022-07-05 19:38:46 +02:00
Maciej Smyk
d91a06ac08
Apache MXNet rename ( #11871 )
...
* MXNet
MXNet renaming into Apache MXNet
* Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* MXNet 2
* MXNet 3
* Revert "MXNet 3"
This reverts commit 046c25239d
.
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
2022-07-05 15:04:03 +02:00
Karol Blaszczak
f635621aab
DOCS-return ONNX and MO_techniques articles ( #11805 )
...
* DOCS-return ONNX and MO_techniques articles
ONNX support article revised and changed to local tabs
* Update docs/MO_DG/prepare_model/Model_Optimization_Techniques.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* Update docs/OV_Runtime_UG/ONNX_Support.md
* Update docs/OV_Runtime_UG/ONNX_Support.md
* Update docs/OV_Runtime_UG/ONNX_Support.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-07-05 15:03:26 +02:00
Pawel Raasz
e1bcfeca9d
Add SoftSign to CPU plugin ( #12034 )
2022-07-05 13:34:42 +02:00
River Li
177d977449
oneTBB support terminate tbb thread ( #11972 )
...
Change-Id: Iea618b72db193bd48bfbf0dba3586dcdb139c43f
Co-authored-by: Shen, Wanglei <wanglei.shen@intel.com>
2022-07-05 14:11:10 +03:00
Bartek Szmelczynski
82f691c38b
[ONNX FE] Extend ONNX FE NMS-9 ( #11790 )
...
* update ONNX FE NMS to v9
* remove reshaping dynamic shapes
* fix style
* xfail two MSFT models
2022-07-05 12:10:29 +02:00
Sungeun Kim
654105d567
Set reorder format in reorder_inputs pass ( #11992 )
...
* Set reorder format in reorder_inputs pass
* set zyx_fsv16 formats if input is zyx_fsv4 formats
2022-07-05 18:20:01 +09:00