Egor Duplensky
467122229a
[CPU] Add workaround for Ngraph OPs friendly name initialization ( #5916 )
...
Otherwise they are initialized concurrently in scope of MKLDNNNode
constructor without thread safety
2021-06-01 09:45:00 +03:00
Maksim Kutakov
115aa143ef
[CPU] Fix for CoreThreadingTestsWithIterations tests ( #5892 )
2021-05-31 22:45:51 +03:00
Ilya Lavrenov
3d82b50f78
Fixed samples compilation against make install ( #5919 )
...
* Fixed samples compilation against make install
* Fixed code style
2021-05-31 19:58:05 +03:00
Xie Zhengtian
f58f636ba9
Fix wrong word in multi-device doc ( #5930 )
...
Signed-off-by: Zhengtian Xie <zhengtian.xie@intel.com>
2021-05-31 19:10:15 +03:00
Mikhail Nosov
e29169db47
Caching: pass global CACHE_DIR setting to plugin ( #5893 )
...
* Caching: pass global CACHE_DIR setting to plugin
This can be helpful for GPU - it doesn't support Import/Export but can
significantly speed up load time when CACHE_DIR is set for device only
* Ignore exception in 'DeviceSupportsConfigKey' if plugin doesn't support GetMetric at all
2021-05-31 19:09:07 +03:00
Maksim Kutakov
7fb9bac24a
[CPU] Extend Concat node logic to avoid fallback on slow ref implementation. ( #4129 )
2021-05-31 18:49:57 +03:00
Artyom Anokhov
315c8d4eec
install_NEO_OCL_driver.sh: Added auto_mode option ( #5864 )
2021-05-31 16:31:50 +03:00
Ilya Churaev
442bb4e23a
Fixed nGraph lib files for Windows ( #5904 )
...
* Fixed nGraph lib files for Windows
* Fixed comments
2021-05-31 16:24:53 +03:00
Andrey Babushkin
4918533bc0
Beautify Jenkinsfile a little bit
2021-05-31 15:24:56 +03:00
Sergey Lyubimtsev
9a86cbffa7
PyPi install guides improvements ( #5756 )
...
* Update for install guides:
- Human rights notice
- Components descriptions update & console scripts
- Extras requirements definition
- Change verification step to Model Optimizer call
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
* order
* fix grammar
* Update according to recommendations from InfoDev
* high-quality
* Caffe2*
* Update document style
Add additional verification step
* specify Ubuntu version for troubleshooting
* Add reference to POT API.
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
2021-05-31 14:15:51 +03:00
Ilya Lavrenov
874c07e68e
Don't install useless .lib files on Windows ( #5897 )
2021-05-31 13:21:48 +03:00
Ilya Lavrenov
a0ce93639d
Fixed klockwork issue ( #5898 )
2021-05-31 13:21:20 +03:00
Ilya Lavrenov
d49be07a94
Enabled ONNX importer part on ia32 arch ( #5900 )
2021-05-31 13:21:11 +03:00
Alexey Lebedev
69b052c8ca
[IE PYTHON] FIX InputInfoCPtr, DataPtr and CDataPtr deallocation ( #5730 )
...
* linked ExecutableNetwork to InputInfo and Data
* Add tests
* Skip test_exec_graph_info_deallocation on ARM plugin
2021-05-31 12:25:13 +03:00
Elizaveta Lobanova
090dde93b8
[GNA] Replace int32_t type by size_t for levels in GNA quantization classes ( #5870 )
2021-05-31 12:21:12 +03:00
Maxim Andronov
895e80a0f2
[CPU] Disable fusing DW conv into INT8 conv ( #5891 )
2021-05-31 12:04:36 +03:00
Nadezhda Ageeva
7fadfa88d7
Remove second InsertCopyLayerPass call ( #5879 )
2021-05-29 21:19:35 +03:00
Kate Generalova
3f26f6366c
samples: fix klocwork beyond boundary of array issue ( #5888 )
2021-05-29 16:46:07 +03:00
Ivan Kochin
69f5586d06
Rework custom::task_arena initialization logic ( #5860 )
...
* Rework custom::task_arena initialization logic & add custom::task_scheduler_observer wrapper
* Remove iostream
2021-05-29 09:26:31 +03:00
Anton Romanov
67c75740bd
Fixed printPerfomanceCounters in speech sample ( #5850 )
2021-05-28 19:20:36 +03:00
Irina Efode
5e92154422
[IE TESTS] Enable DLB suite ( #5717 )
...
* [IE TESTS] Enable DLB suite
* test
* test
* Skip config
2021-05-28 18:09:12 +03:00
Roman Lyamin
c8a5044664
[IE CLDNN] Add Select int32/int16 input support ( #5877 )
2021-05-28 18:00:51 +03:00
Chenhu Wang
d2003095dc
[CPU] MVN_accuracy_fix_on_avx512 ( #5787 )
2021-05-28 17:56:04 +03:00
Dmitry Pigasin
f6b7179cdf
Add sudo to install_dependencies script ( #5880 )
2021-05-28 16:59:26 +03:00
Maksim Kutakov
ad0e0c9f7c
[CPU] Added support for network inputs and outputs with the same name. ( #5000 )
2021-05-28 16:45:44 +03:00
Anastasia Popova
b1e7a5cdb1
Fixed duplicate names appearance in graph after fuse mul transformation. ( #5842 )
...
* Added manual set of unique name to the data node.
* Added attributes checks in unit test.
* Removed redundant line break.
2021-05-28 16:37:43 +03:00
Vladimir Zinoviev
8ff0ab0488
Tests improvement ( #5704 )
...
* [LPT] Test: concat with convolution neighbor and convolution after
* [LPT] elementwise fuse to FakeQuantize
* [LPT] plugin test build fix
Co-authored-by: Edward Shogulin <edward.shogulin@intel.com>
2021-05-28 14:27:45 +03:00
Kate Generalova
3e303f016b
samples: hide -we_gen and remove -l options for C++ speech ( #5840 )
...
* samples: hide and remove options for C++ speech
* sample: revert -we option
2021-05-28 13:32:58 +03:00
Ilya Znamenskiy
3954c3f99d
[IE CLDNN] Perf improvements: fusings for bin convolution and FC, permute reorder fix ( #5761 )
2021-05-28 13:15:11 +03:00
Sergey Lyubimtsev
04cf463c0b
Add auto plugin to openvino wheel ( #5855 )
2021-05-28 12:58:51 +03:00
Evgenya Stepyreva
749fed6805
ExperimentalDetectron* dynamic shape propagation ( #5872 )
2021-05-28 12:15:53 +03:00
Eunsoo Sheen
d05c3c63b5
[IE CLDNN] Add an initial loop primitive for fixed length sequence ( #4954 )
2021-05-28 11:55:48 +03:00
Anton Chetverikov
9d3780648f
Add missed attributes for Parameter layer ( #5676 )
...
* Add shape and element_type to ir_v10_attrs structure
* Add comment
* Update add_input_op_input_port_with_data() and add_input_op_output_port_with_data() functions with new GraphAPI
* Remove incorrectly added test
* Apply comments
* Update missed tests
* Add more checks to tests
Co-authored-by: achetver <anton.chetverikov@.intel.com>
2021-05-28 10:22:06 +03:00
Gleb Kazantaev
98ac1d04c3
Fix IE Python API search inside MO for Windows platform ( #5862 )
2021-05-28 09:57:16 +03:00
Sergey Shlyapnikov
51084847b3
[IE CLDNN] Crop fsv16 i8/u8 input support ( #5865 )
2021-05-28 09:43:34 +03:00
Maxim Andronov
9424272cce
[CPU] Fix QueryNetwork for ReferenceNode ( #5809 )
...
* has_evaluate() was added
2021-05-28 09:24:38 +03:00
Jozef Daniecki
04f42d8442
Fix IE_CPU.exp_* nGraph UT on Mac ( #5796 )
...
* Revert "Azure CI: Exclude IE_CPU.exp_* nGraph UT on Mac"
This reverts commit c9672ee9ec
.
* Increased tolerance in exp_* backend tests.
2021-05-28 08:36:51 +03:00
Kate Generalova
d44ae0d948
sample: fix klocwork uninitialized issue ( #5859 )
2021-05-28 08:28:52 +03:00
Tomasz Dołbniak
ef5ded7878
Obsolete tests removed ( #5786 )
2021-05-28 07:48:38 +03:00
Tomasz Socha
87a47aa117
🦒 Nonzero-adjustment ( #5863 )
2021-05-27 17:42:52 +03:00
Alexey Lebedev
aaa632e8f5
Fix test ( #5843 )
2021-05-27 17:17:34 +03:00
Maksim Kutakov
1076f45a78
[CPU] Skip conv nspc sporadic test ( #5851 )
2021-05-27 17:07:04 +03:00
Ilya Lavrenov
c470024f50
Respect COMPONENTS in InferenceEngineConfig.cmake ( #5857 )
...
* Added note abour custom version of find_dependency
* Warning about improper version in find_package()
* Removed ENABLE_ALTERNATIVE_TEMP
* Respect COMPONENTS in InferenceEngine cmake config
* Added Jira ticket #
2021-05-27 16:56:56 +03:00
Elizaveta Lobanova
f450f61bc3
[GNA] Avoid integers overflow during pwl calculation for FakeQuantize ( #5841 )
...
* [GNA] Avoid integers overflow during pwl calculation for FakeQuantize
* The similar fix for Relu
2021-05-27 16:49:40 +03:00
Tomasz Socha
62d15ed59c
[nGraph] Make make_broadcast dynamic ( #5834 )
2021-05-27 15:41:32 +02:00
Gabriele Galiero Casay
6b66f8f47f
Reduction operations specification refactoring ( #5612 )
...
* Reduction operations specification refactoring
* Change axes input element type to any supported integer
* Address review comments related to wording
2021-05-27 16:38:51 +03:00
Ilya Lavrenov
12f2bb72da
Updates on deprecated stuff ( #5838 )
...
* Removed cloneFunction from ngraph CNNNetwork impl
* Removed custom clone
* Localize deprecation suppressions
* Removed Jira tickets
* Fixed MYRIAD tests compilation on Windows
2021-05-27 16:14:07 +03:00
Kelvin Choi
d2f7812dbd
[IE CLDNN] Optimize reorder between blocked formats and non blocked formats ( #5297 )
2021-05-27 15:19:00 +03:00
Vladimir Gavrilov
fe8443d9f8
Implement reference nGraph implementation for operations "ExperimentalDetectronDetectionOutput", "ExperimentalDetectronPriorGridGenerator" ( #4004 )
...
Implemented reference nGraph implementation for operations "ExperimentalDetectronDetectionOutput" and "ExperimentalDetectronPriorGridGenerator" #43928
2021-05-27 15:17:09 +03:00
Anastasia Popova
a9230a916b
LSTMCell tensor names fix ( #5696 )
...
* Added handling of debug information in create_node().
* Code refactoring.
* Checks fixed.
* Added comments, added unit test.
* Renamed unit test class.
* Fixed port number in unit test.
2021-05-27 15:13:44 +03:00