Ilya Lavrenov
6aa1150c34
Configurable OpenCL usage in BA ( #11344 ) ( #11363 )
2022-03-31 18:03:07 +03:00
Vladimir Dudnik
0ba2774cf0
[Docs][IE Samples] fix hard links ( #11144 ) ( #11186 )
...
* fix hard links
* change encoding
* fix TM
Co-authored-by: CCR\ntyukaev <nikolay.tyukaev@intel.com>
Co-authored-by: CCR\ntyukaev <nikolay.tyukaev@intel.com>
2022-03-24 11:22:34 +03:00
Sergey Lyubimtsev
3caa77eb30
Update Benchmark guides ( #11076 )
...
* - Update Benchmark Tool usage message
- Remove not existed paths
- Fix examples
* remove reference on FPGA
2022-03-21 13:16:26 +03:00
Ilya Lavrenov
cf8ccb590a
Removed obsolete code snippets ( #11061 )
...
* Removed obsolete code snippets
* NCC style
* Fixed NCC for BA
2022-03-21 09:27:43 +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
Maxim Gordeev
ec3283ebe1
[IE SAMPLES] activated NCC tool for c++ samples ( #9600 )
...
* [IE SAMPLES] activated NCC tool for c++ samples
* exclude ov_ncc_naming_style for tests
* fixed NCC hit
* Added support for source files in samples
* changed style of methods for benchmark
* changed style for speech sample
* changed code style
* changed code style for shared_tensor
* benchmark changes
* changed remote_tensors_filling
* fixed notes
* rebase of branch
2022-01-19 01:08:07 +03:00
Alexey Suhov
a79830cb55
Update year to 2022 in copyright notice ( #9755 )
2022-01-19 01:07:49 +03:00
Ivan Vikhrev
41aadfd116
remove ifdef opencv related to load & dump configs ( #9736 )
2022-01-18 14:08:45 +03:00
Fedor Zharinov
14f8614da6
Benchmarkapp: Added processing of inputs/outputs by index ( #9703 )
...
* Added processing of inputs/outputs by index
* fix
* All tensor's get_friendly_name are replaced with get_any_name
* stylefix
2022-01-18 13:40:54 +03:00
Ivan Vikhrev
a2cf98bebb
[IE Samples] json configuration reader and dumper for benchmark_app ( #9648 )
...
* added load_config and dump_config functions implemented with json library
* add warning, upd readme
* Update samples/cpp/benchmark_app/README.md
Co-authored-by: Fedor Zharinov <fedor.zharinov@intel.com>
Co-authored-by: Fedor Zharinov <fedor.zharinov@intel.com>
2022-01-18 11:22:47 +03:00
Nadezhda Ageeva
12ab842970
[GNA] Deprecate GNA_LIB_N_THREADS and SINGLE_THREAD parameters + sample update ( #9637 )
...
* Deprecate GNA_LIB_N_THREADS and SINGLE_THREAD parameters
* Remove deprecated options from sample
* Fix speech sample test
* Adds doxy deprecated comment
2022-01-14 12:20:36 +03:00