Vladimir Dudnik
3a8800cbd2
[Docs][IE Samples] fix hard links ( #11144 )
...
* fix hard links
* change encoding
* fix TM
Co-authored-by: CCR\ntyukaev <nikolay.tyukaev@intel.com >
2022-03-23 23:48:08 +03:00
Fedor Zharinov
fe3270c232
[benchmark_app]Exception handling in callback ( #11123 )
...
* Exception handling in callback
* stylefix
2022-03-23 16:55:41 +03:00
Fedor Zharinov
1315cfaa64
Add CHW/HWC heuristics for tensors with 3 dimensions ( #10817 )
2022-03-23 16:54:56 +03:00
Alexey Lebedev
3de9189d50
[core][python] ov::serialize ( #10945 )
...
* add ov::serialize
* create python binding
* update python tools
* use ov::serialize in benchmark app
* remove serialize from python offline_transformations
* fix import
* revert pot
* update docs
* apply review comments
* add const
* make bin path optional
* Add docs
* add compare test
2022-03-23 11:44:00 +03:00
Egor Duplensky
090799a362
[Samples] Fix cpp benchmark_app help message ( #11055 )
2022-03-22 22:51:05 +03:00
Sergey Lyubimtsev
dacdf67c2c
Update Benchmark guides ( #11076 ) ( #11085 )
...
* - Update Benchmark Tool usage message
- Remove not existed paths
- Fix examples
* remove reference on FPGA
(cherry picked from commit 3caa77eb30 )
# Conflicts:
# samples/cpp/benchmark_app/README.md
2022-03-21 19:31:17 +03:00
Fedor Zharinov
0b444ab2db
[benchmark_app]Show network original I/O info ( #10694 )
...
* Show network original I/O info
* additional no-name case check
* stylefix
* Update samples/cpp/benchmark_app/main.cpp
Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com >
* Update samples/cpp/benchmark_app/main.cpp
Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com >
Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com >
2022-03-21 13:57:56 +03:00
Vladislav Volkov
ed8c9d6f9a
CPU Plugin refactoring: class names ( #10639 )
2022-03-16 17:16:29 +03:00
Serhii Pavlovskyi
948347f3dd
ncc build fixes ( #10367 )
...
* fix .ncc_style target names
it was breaking configure on system with libclang-12-dev, clang-12,
ninja and cmake 3.17+(ninja complains about duplicate
target). with lower cmake version configure succeeds, but build exits
immediately with error. by replacing ninja with make error becomes
warning(it's still significant, make just skips duplicate rules, i.e.
doesn't check style of some source files, rule duplication is genuine
bug). without libclang-12-dev and clang-12 ENABLE_NCC_STYLE is OFF and
bug is not triggered
* silence uninitialized warning in core_integration
probably it was always initialized before use, but compiler wasn't made
aware of it
* fix function spelling to unbreak code style checks in benchmark_app
* include <thread> for std::this_thread
existing code was relying on namespace pollution by old libstdc++
* replace is_pod with is_standard_layout && is_trivial
is_pod is deprecated, it breaks build on current gcc
Co-authored-by: Serhii Pavlovskyi <spavlovskyi@lohika.com >
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com >
2022-03-09 13:42:06 +03:00
Fedor Zharinov
043a773f61
[Benchmark_app]Check all I/O names ( #10745 )
...
* Check all I/O names
* stylefix
2022-03-04 09:49:03 +03:00
Ilya Churaev
1fec99afa3
Removed duplicated words ( #10754 )
2022-03-03 06:50:54 +00:00
Maxim Shevtsov
bed0adf5ef
creating remote ocl buffer/tensor per request, to avoid simulteneous locking of the same ocl buffer when auto-batching is used ( #10607 )
2022-02-28 15:04:03 +03:00
Fedor Zharinov
75cca1e9e9
[benchamrk_app] error if -b is set but there's no batch info ( #10592 )
...
* Added code showing error message if -b is provided, but got no batch info for inputs
* stylefix / batch>1 case
2022-02-23 01:30:08 +03:00
Ilya Lavrenov
991c9db1c1
Config api docs ( #10563 )
...
* Renamed hetero md
* Renamed some guides
* Updated OpenVINO_Runtime_User_Guide.md
* Updated plugin's page
* More updates
* Fixed links
* Updated link names
* Fixed links
* Fixed docs build
* Self-review
* Fixed issues in doc snippets
2022-02-22 14:32:57 +03:00
Fedor Zharinov
4decf16927
Set Latency performance mode in case of sync mode. ( #10516 )
2022-02-21 18:08:05 +03:00
Xuejun Zhai
2ac15eae3d
[CVS-78727] bug fix for -d AUTO:CPU,GPU the return device should be AUTO only ( #10417 )
...
Signed-off-by: xuejun <xuejun.zhai@intel.com >
2022-02-18 09:56:56 +03:00
Anton Romanov
b8ac041da9
Fixed coverity issues in samples ( #10421 )
...
* Fixed coverity issues
* Fixed coverity isuues samples part 2
* Fixed code style
* Delete goto
* update after comments
2022-02-18 08:08:09 +03:00
Anton Pankratov
61f657795c
Streams property with special values ( #10411 )
...
* Streams property with special values
* Fixed clang
2022-02-17 16:39:06 +03:00
Fedor Zharinov
198f44fdc7
Fix for missing throughput in case of Multi device ( #10407 )
...
* Fix for missing throughput in case of Multi device
* stylefix
2022-02-17 16:32:19 +03:00
Anton Pankratov
d1378d94b8
Fixed default inference precision in benchmark app ( #10443 )
2022-02-17 13:53:50 +03:00
Fedor Zharinov
00abcbacc4
Fix for Layout and image_info related issues ( #10258 )
...
* bugfix78627
* stylefix
* fix
2022-02-17 00:42:51 +03:00
Anton Pankratov
39c90e9d48
Streams number fix ( #10336 )
...
* Streams number fix
* fixed perfomance hint
* fixed format
* removed dbg
* simplified code
* reverted becnhmark_app
2022-02-15 08:04:45 +00:00
bell
f75e50cc88
limit gpu compiling threads ( #10349 )
...
* limit gpu compiling threads
Signed-off-by: fishbell <bell.song@intel.com >
* switch to 2.0
Signed-off-by: fishbell <bell.song@intel.com >
* clang format
Signed-off-by: fishbell <bell.song@intel.com >
2022-02-15 08:52:49 +03:00
Ilya Lavrenov
2d3bd40c3d
Removed dead code ( #10331 )
2022-02-14 17:57:27 +03:00
Xuejun Zhai
9b41aa707d
Modify for CVS-69023: hint configuration ( #10259 )
...
Signed-off-by: xuejun <xuejun.zhai@intel.com >
2022-02-14 17:46:11 +03:00
Anton Pankratov
897e2acd91
Default value of streams in ba is AUTO ( #10305 )
2022-02-12 00:09:31 +03:00
Yuan Hu
7abd61f867
[AUTOPLUGIN] OV config 2.0 support ( #10191 )
...
* add support for LOG_LEVEL and supported_properties
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* fix compile error
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* add test case for log_level and full_name
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* update to ov 2.0
Signed-off-by: fishbell <bell.song@intel.com >
* fix benchmark_app faild for AUTO:GPU, GPU
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* add case
Signed-off-by: fishbell <bell.song@intel.com >
* refine logic
Signed-off-by: fishbell <bell.song@intel.com >
* add test cases
Signed-off-by: fishbell <bell.song@intel.com >
* add more cases
Signed-off-by: fishbell <bell.song@intel.com >
* fix redifinition
Signed-off-by: fishbell <bell.song@intel.com >
* cpu plugin only in cpu tests
Signed-off-by: fishbell <bell.song@intel.com >
* typo in parameter
Signed-off-by: fishbell <bell.song@intel.com >
* use _core directly
Signed-off-by: fishbell <bell.song@intel.com >
* fix multi case failure
Signed-off-by: fishbell <bell.song@intel.com >
Co-authored-by: fishbell <bell.song@intel.com >
2022-02-11 23:39:09 +08:00
Anton Pankratov
1621a5a0b5
Used new config for streams and threads ( #10150 )
...
* Used new config for streams and threads
* Fixed review coments in ba
* format fix
* fixed hello_query_device
* Added STL string io
* fixed tests
* Fixed test
* Fixed build
* fixed format
* Fixed build
* try fix win
* other any io specialization
* Fixed after merge
* renamed streams
* build fixed
* fixed build
* fixed format
* fix for old mac build
* Fixed type of exception
* test fix
2022-02-11 09:22:45 +03:00
Sergey Shlyapnikov
8f0e974ee6
[GPU] Add new properties and fix bechmark_app ( #10149 )
2022-02-09 09:18:54 +03:00
Alexandra Sidorova
57b08583cc
[Benchmark] Align comments with command argument 'data_shape' ( #9897 )
2022-02-07 13:31:38 +03:00
Fedor Zharinov
38f470c184
set U8 precision for image-like inputs even in case of random filling ( #10140 )
2022-02-07 12:09:16 +03:00
Ilya Churaev
a2ca1d4499
Merge IE & nGraph DG ( #10055 )
...
* Changed folder for documentation
* Fixed links
* Merged nGraph DG to OpenVINO Runtime UG
* Fixed errors
* Fixed some issues
* Fixed tree
* Fixed typo
* Update docs/documentation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Fixed name
* FIxed snippets
* Small fixes
* Update docs/HOWTO/Custom_Layers_Guide.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Fixed comments
* Try to fix doc
* Try to fix doc issue
* Update docs/OV_Runtime_UG/Integrate_with_customer_application_new_API.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
2022-02-07 06:57:35 +03:00
Anton Pankratov
ced90de0a5
PERF_COUNT replaced with ov::enable_profiling ( #10118 )
...
* String conversions in any
* Fixed chaching tests
* Fixed tests
* fixed build
* PERF_COUNT replaced with ov::enable_profiling
* fixed format
* fixed format
* fixed optimal config
* merge fix
* fix build
* format fix
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2022-02-05 13:27:46 +03:00
Aleksandr Korolev
9743784f91
[VPU] update config header ( #9857 )
...
* [VPU] update config header
* Review fixes
* Performance hint config update
* Removal deprecated vpu config stuff
* Review changes
* Rename myriad properties from camelCase to snake_case
* Review changes
* Review fixes
* Removal intel_myriad::common namespace
* OV throughput stream option
* Test fix
* Reverted disable_convert & disable_reorder
* Bugfixes
* Change default value for PerformanceHintNumRequestsOption
2022-02-04 16:32:00 +03:00
Anton Pankratov
8993c4c18a
Deprecated ov::Any implicit cast to any types ( #9409 )
...
* Depricated Any implicit cast
* Fixed test
* fixed gna build
* Fixed warnings in benchmark_app
* Fixed test build
* ncc exception for PrintTo
* Error mesage in test
* Error mesage in test
* fixed build
2022-02-03 19:10:52 +03:00
Fedor Zharinov
9219242dbd
Benchmark_app: JSON writer for statistics ( #9887 )
...
* Refactored statistics output with JSON support
* Detailed/average reports are added
* stylefix
* Update samples/cpp/benchmark_app/statistics_report.hpp
Co-authored-by: Ivan Vikhrev <ivan.vikhrev@intel.com >
* Linux Fixes
* stylefixes
* data_shape field format is changed
* stylefix
Co-authored-by: Ivan Vikhrev <ivan.vikhrev@intel.com >
2022-02-03 01:47:46 +03:00
Fedor Zharinov
c848e55f5e
Benchmark_app: Command line args processing is modified to use both tensor and corresponding node names ( #9968 )
...
* Node/name conversions
* stylefix
2022-02-01 16:05:00 +03:00
Fedor Zharinov
6845392aa6
Benchmark_app: incorrect indexing during precision set is fixed ( #10033 )
...
* Precision problem fix. Behavior of auto precision conversion to U8 (in case of image) is changed
* stylefix
2022-02-01 15:58:48 +03:00
Anton Pankratov
8ca6aeae83
New configuration API in set get property ( #10012 )
...
* New configuration API in set|get property
* removed supported metrics and keys
* Fixed build
* Fixed build
* Fixed samples build
* Fixed samples build
* Fixed build
* Removed old properties in plugin
* Fixed build
2022-02-01 13:05:14 +03:00
Alexandra Sidorova
252b7d4728
[Benchmark] Fixed preprocessing inputs ( #10022 )
2022-01-31 17:05:44 +03:00
Nikolay Tyukaev
622027bee5
fix errors in documentation ( #9384 )
...
* add sphinx log parsing
* fix
* fix log
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* doxygen-xfail
* fixes
* fixes
* fixes
* fixe
* fixes
* fixes
* fix pot
* add pot check
* fixes
* fixes
* Fixed POT docs
* Fixed POT docs
* Fixes
* change heading markup
* fixes
Co-authored-by: azaytsev <andrey.zaytsev@intel.com >
2022-01-27 19:39:49 +03:00
Mingyu Kim
1d417e888b
Spacing fix ( #9894 )
...
* Update benchmark_app.hpp
* Update benchmark_app.hpp
2022-01-26 08:46:05 +03:00
Pavel Durandin
9f343fa37f
Device memory fix for benchmark app ( #9880 )
2022-01-25 15:10:34 +03:00
Anton Pankratov
f45991bd64
OV 2.0 c++ configuration API ( #9870 )
...
* New configuration API
* Review fix
* review coments
* fixed device name map
* fixed header
* code stile
* fixed optimization capabilities
* flatten properties
* dox fix
* doc
* merge conflicts
* fixed merge conflicts
* Fixed subobject linkage warning
* foramt fix
* Fixed unity test build
* Merge conflict fixes
* Fixed variadic
2022-01-25 12:43:56 +03:00
Alexander Zhogov
6c2d1e923c
Revert "OV2.0 c++ configuration API ( #9829 )" ( #9860 )
...
This reverts commit 50da8c4aed .
2022-01-24 11:29:09 +03:00
Anton Pankratov
50da8c4aed
OV2.0 c++ configuration API ( #9829 )
...
* New configuration API
* Review fix
* review coments
* fixed device name map
* fixed header
* code stile
* fixed optimization capabilities
* flatten properties
* dox fix
* doc
* merge conflicts
* fixed merge conflicts
* Fixed subobject linkage warning
* foramt fix
2022-01-21 18:44:41 +03:00
Alexander Zhogov
79ff926b6d
Revert "OpenVINO runtime Configuration API ( #7750 )" ( #9828 )
...
This reverts commit 400e9ad916 .
2022-01-21 13:30:39 +03:00
Anton Pankratov
400e9ad916
OpenVINO runtime Configuration API ( #7750 )
...
* New configuration API
* Review fix
* review coments
* fixed device name map
* fixed header
* code stile
* fixed optimization capabilities
* flatten properties
* dox fix
* doc
* merge conflicts
* fixed merge conflicts
2022-01-21 10:32:57 +03:00
Ilya Lavrenov
8f3d030d79
Removed ov::runtime namespace ( #9781 )
...
* Removed ov::runtime namespace
* clang-format
* Fixes
* template reference
* Fixes
2022-01-20 16:17:57 +03:00
Mingyu Kim
de4bd44a38
[benchmark_app] Fix spacing ( #9759 )
2022-01-19 12:16:40 +03:00