Sergey Shlyapnikov
c7155d13a4
[IE CLDNN] Fix for fusing Activation into Eltwise primitive in fused_conv_eltwise primitive case usgae ( #2997 )
2020-11-13 11:58:03 +03:00
Vladimir Paramuzov
17c67ddc5f
[IE CLDNN] Cleanup cldnn source tree and README ( #3043 )
2020-11-13 09:29:28 +03:00
Vladimir Paramuzov
7c2060fb7b
[IE CLDNN] Fixed fmt traits map ( #3088 )
2020-11-13 09:29:05 +03:00
Jedrzej Hajduczenia
f7a6aae5b0
[IE CLDNN] Add asymmetric quantization support to reference convolution imad kernel ( #2994 )
2020-11-11 12:38:45 +03:00
Nikita Kudriavtsev
93ad181c8b
[IE][Myriad] Fixing global_lock_fd locking in mvnc ( #3024 )
2020-11-10 12:39:32 +03:00
Vladimir Paramuzov
ccee30e733
[IE CLDNN] Removed unused conv kernels ( #2995 )
2020-11-06 10:24:48 +03:00
Vladimir Paramuzov
6e7db6fb37
[IE CLDNN] Plugin-side kernels caching ( #2871 )
2020-11-05 23:44:45 +03:00
Vladimir Paramuzov
7c1690951c
[IE CLDNN] Added inference precision into execution graph ( #2913 )
2020-11-05 00:13:49 +03:00
Jedrzej Hajduczenia
fbae10a235
[IE CLDNN] Add asymmetric quantization support to fsv16 imad general convolution kernel ( #2778 )
2020-11-04 17:31:40 +03:00
Sergey Shlyapnikov
9c509e5f41
[IE CLDNN] Convolutition optimizations for small channels count ( #2849 )
2020-11-04 14:41:12 +03:00
Alexandra Sidorova
5596c7c841
[CPU] Added eltwise Round-5 ( #2347 )
2020-11-02 18:44:50 +03:00
Vladimir Paramuzov
fea2595aed
[IE CLDNN] Fixed unitialized parameters in resample primitive which led to kernels recompilation ( #2923 )
2020-11-02 13:31:07 +03:00
Ilya Lavrenov
890c8e4d38
Fixed compilation errors / warnings with clang ( #2929 )
2020-11-02 11:56:38 +03:00
Vladimir Paramuzov
cf00a2f442
[IE CLDNN] Added int8 output suppirt into bfyx_to_fsv16 fp kernel ( #2906 )
2020-10-30 15:19:02 +03:00
Mikołaj Życzyński
924988590a
[IE CLDNN] Fix for some unwanted behaviour in layout optimizer ( #2669 )
2020-10-30 15:18:14 +03:00
kobeyu
22e1a30294
[IE CLDNN] Fixed compilation error for tutorial samples ( #430 )
...
Co-authored-by: Kobe Yu <kobe.yu@kneron.us >
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com >
2020-10-30 10:07:17 +03:00
Vladimir Paramuzov
6cb71d61b4
[IE CLDNN] Added 6d crop support ( #2841 )
2020-10-29 21:41:05 +03:00
Vladimir Paramuzov
6fec63862b
[IE CLDNN] Disabled fusing into eltwise node for fsv32 layout ( #2844 )
2020-10-29 16:01:53 +03:00
Jedrzej Hajduczenia
c95d8e242d
[IE CLDNN] Fix accuracy bug in fsv16 imad conv + other minor fixes ( #2876 )
2020-10-29 09:33:05 +03:00
Vladimir Paramuzov
c7661078d9
[IE CLDNN] Removed unused DO gpu impl ( #2809 )
2020-10-28 09:24:22 +03:00
Gorokhov Dmitriy
abb8817cf6
[CPU] Generic JIT Eltwise implementation ( #1464 )
2020-10-28 09:16:28 +03:00
Andrey Kamaev
a6520995fe
MSVC warnings fix ( #2620 )
...
* Fix MSVC build warnings in Ngraph
* Fix MSVC build warnings in transformations library
* Fix MSVC build warnings in core,legacy,preprocessing
* Fix MSVC build warnings in XLink
* Fix MSVC build warnings in Myriad plugin
2020-10-27 12:24:57 +03:00
Roman Lyamin
77365bcb4c
[IE CLDNN] Added Round-5 operation ( #2838 )
2020-10-27 10:56:15 +03:00
Jedrzej Hajduczenia
8884791362
[IE CLDNN] Improve LO rules for expected FQ format ( #2790 )
2020-10-26 20:36:00 +03:00
Alexandra Sidorova
de686fce39
[CPU] Added operation HSigmoid-5 ( #2005 )
2020-10-26 18:42:30 +03:00
Vladimir Paramuzov
c722f6a05a
[IE CLDNN] Fixed fusing config for fsv16 eltw kernel ( #2807 )
2020-10-26 09:03:00 +03:00
Vladimir Paramuzov
980bbd172a
[IE CLDNN] Enabled more functional tests and added several fixes into ops implementations ( #2763 )
2020-10-24 23:38:13 +03:00
Jedrzej Hajduczenia
7bd8391aba
[IE CLDNN] Fix narrowing conversion error on VS2017 ( #2804 )
2020-10-24 00:57:30 +03:00
Egor Churaev
ca95240c91
[IE CLDNN] Fix linear_onnx Interpolate selection ( #2769 )
2020-10-23 13:16:47 +03:00
Mikołaj Życzyński
6b02cd380f
[IE CLDNN] Fix padding in reduce fsv16 kernel ( #2787 )
2020-10-23 10:16:21 +03:00
Vladimir Paramuzov
16a73508bd
[IE CLDNN] Base kernels refactoring ( #2758 )
2020-10-22 14:42:42 +03:00
Vladimir Paramuzov
4519097e47
[IE CLDNN] Extend supported fusing cases for scale and eltwise ( #1960 )
2020-10-22 13:06:27 +03:00
Jedrzej Hajduczenia
458425ac9e
[IE CLDNN] Another try to fix multiple-kernel implementations profiling ( #2630 )
2020-10-21 13:36:32 +03:00
Vladimir Paramuzov
9367266ed5
[IE CLDNN] DispatchData refactoring ( #2508 )
2020-10-19 18:45:05 +03:00
Roman Lyamin
cc569d2254
[IE CLDNN] Added HSigmoid operation ( #2700 )
2020-10-18 20:47:22 +03:00
Vladimir Paramuzov
49e760381e
[IE CLDNN] Fixes for GatherTree and ReverseSequence ( #2660 )
2020-10-15 10:28:00 +03:00
Ilya Lavrenov
82d0aaf1dd
used native LTO support from cmake 3.9.6 ( #2625 )
...
* used native LTO support from cmake 3.9.6
* Removed compilation flags push / pop
* Fixes
* Fixes for VPU unit tests
* Temp WA for old gcc
2020-10-14 10:43:24 +03:00
Vladislav Vinogradov
8331c397cd
[IE][NGRAPH][BUILD] Enable UNITY build for more targets ( #2592 )
...
* Avoid symbols clash due to source merging.
* Tested on Ubuntu 20.04 with GCC 9.3.0.
2020-10-13 17:35:55 +03:00
Jedrzej Hajduczenia
4d138307f4
[IE CLDNN] Revert fix for profiling of multiple kernel implementations ( #2219 ) ( #2595 )
2020-10-13 16:40:30 +03:00
helmutg
15a338e89b
add build option USE_SYSTEM_PUGIXML ( #2502 )
...
It allows skipping inference-engine/thirdparty/pugixml and using the
system copy instead.
Thanks to @Osse for helping understand cmake scoping rules.
Co-authored-by: Helmut Grohne <helmut.grohne@intenta.de >
2020-10-12 23:24:24 +03:00
Ilya Znamenskiy
ef2aa3ad67
[IE CLDNN] TopK registry spill avoiding for sort-by-value mode ( #2590 )
2020-10-12 08:36:57 +03:00
Jedrzej Hajduczenia
76d2ba328d
[IE CLDNN] Fix profiling of multiple kernel implementations ( #2219 )
2020-10-08 09:22:34 +03:00
Mikołaj Życzyński
dba94b1f19
[IE CLDNN] Refreshment of convolution_gpu_fs_byx_fsv32 kernel ( #2536 )
2020-10-08 09:20:51 +03:00
Sergey Shlyapnikov
534a7b81a9
[IE CLDNN] Fix eltwise fused ops in NO_PITCH_SAME_DIMS mode ( #2454 )
2020-10-02 16:52:00 +03:00
Sergey Shlyapnikov
6b456e58a1
[IE CLDNN] Fix unsupported dims number error ( #2453 )
2020-10-02 16:51:09 +03:00
Artemy Skrebkov
20c20ad87a
Update fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de0 ( #2407 ) ( #2504 )
...
* Update fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de0
OpenCV 4.5.0
* Fix windows build
2020-10-02 13:15:10 +03:00
Sergey Nesterov
5d6c1a0140
[IE CLDNN] Changed the way of using fused ops to use activation appropriately ( #2415 )
2020-10-02 08:14:17 +03:00
Jedrzej Hajduczenia
d18073260b
[IE CLDNN] Remove debug code from reference_convolve ( #2493 )
2020-10-02 08:09:39 +03:00
Egor Churaev
a05333217c
Support operation Interpolate-4 in OpenVINO ( #1596 )
...
JIRA: 26973
2020-10-01 11:41:51 +03:00
Ilya Lavrenov
071485b81d
Fixed docs build on Windows ( #2398 )
2020-09-24 12:13:27 +03:00