Ilya Lavrenov
890c8e4d38
Fixed compilation errors / warnings with clang ( #2929 )
2020-11-02 11:56:38 +03:00
Gorokhov Dmitriy
abb8817cf6
[CPU] Generic JIT Eltwise implementation ( #1464 )
2020-10-28 09:16:28 +03:00
Ilya Lavrenov
166ab89b95
Reorganize LPT: ( #2803 )
...
- inference_engine_lp_transformations keep ngraph LPT
- inference_engine_lp_transformations_legacy keep old CNNLayer based LPT
2020-10-26 14:10:17 +03:00
Andrew Bakalin
cab7a77cba
[IE][VPU][GT][DTS]: Update MyriadPlugin to work with dynamic NMS-5 ( #2698 )
...
* [VPU][GT][NGraph] Get rid of DynamicNMS and transformation
* [VPU][NGraph] Update DTS for NMS
* [VPU][NGraph] Update StaticShapeNMS to be inherrited from NMS-5
* [VPU][GT] Update StaticShapeNMS stage to work with updated NGraph op
* [VPU][Tests] Update tests
* [VPU][GT] Fix StaticShapeNMS to be inherited from NonMaxSuppressionIE3
* [VPU][GT] Remove unused NonMaxSuppression
2020-10-23 17:04:36 +03:00
Edward Shogulin
c2271da637
Es/lpt/lpt to ngraph fixes2 with master ( #2671 )
...
* [LPT] Replace creation of dequantization with factory
* [ngraph][LPT] Add ScaleShift replace for dequantization operations
* [LPT] SubtractMultiplyToMultiplyAdd refactoring
* [LPT] Code style fix
* [LPT] Edit SubtractMultiplyToMultiplyAdd transformation for dequantization
* [LPT] Linux compilation quick fix
* [LPT] [WIP] runtime info applying
* [LPT] Concat transformation functional tests extending
* [LPT] MultiplyToConvolution + Subtract to add fusing + improvements in LowPrecisionTransformer
* [LPT] linux compilation error fix
* [LPT] compilation error
* [LPT] MultiplyToGroupConvolution fix: 5D support
* [LPT] Multiply transformation extending: FQ weights support - wip
* [LPT] FQ folding & precision selection
* [LPT] code style fixes
* [LPT] code style fixes
* [LPT] Linux compilation error fix
* [LPT] SubtractMultiplyToMultiplyAdd: refactoring
* [LPT] Tests fixes
* [LPT] MultiplyToGroupConvolution tests
* [LPT] Convert subtract with int inputs to Eltwise sub
* [LPT] Constant folding fix for quant models
* [LPT] 1) Asymmetric quantization improvement 2) tests extending
* [LPT] 2 fixes for se_resnext_50
* [LPT] Add transformation priority branch selection test
* [LPT] AddMultiplyFusion: legacy transformation quick fix
* [LPT] nGraph tests temporary disabling
* [LPT] Fix for eltwise inputs with multiple outputs
* [LPT] Fix for FQ fuse
* [LPT] Reshape by channel, batch temporary disabled
* [nGraph][LPT] MatMul fix for reading FP16 models
* [LPT] 1) Add (not after Convolution/GroupConvolution/MatMul with Constant) to Subtract 2) precision selection fix: MultiplyToGroupConvolution quick fix
* [LPT] DenseNet improvments: AddTransformation: Add to Subtract + tests
* [LPT] AddTransformarion refactoring
* [LPT] AddTransformation tests temporay disabled
* [LPT] ReshapeTransformation improvements: degradation fix
* [LPT] code style fix
* [LPT] Concat tests temporary disabling
* [LPT] tests unification
1) plugin tests: added test-cases and nGraph-validation for clamp, split and variadic split
2) func tests: added test-cases
3) transformNGraph: added the ability to run additional transformations
* [LPT] split & variadic split merge fix
* [LPT] Clamp: added support for asymmetric quantization
* [LPT] added DequantizationAttr run-time attribute
* [LPT] debug info removal
* [LPT] ConcatTransformation: zero point fix
* [LPT] CNNNetwork ReLU transformation quick fix
* [LPT]
1) Concat fix
2) ConcatMultiChannels fix
3) Added "Concat with Split" test-cases
4) Subgraph fix
* [LPT]
1) Concat fix
2) Added "Concat with different precision on childs" test-case
* [LPT] concat fix Ubuntu18
* [LPT] Concat test fixes
* [LPT] Not fp32 FQ input support
* [LPT] MatMul Fix + separateInStandaloneBranch Fix
* [LPT] Fix reference input types in mish fusion tests
* [LPT] Fix cpuFuncTests on CentOS building
* [nGraph][LPT] ScaleShift 2d, 3d nGraph conversion enabling
* [LPT] 1) FullyConnected workaround removing 2) validate_nodes_and_infer_types for LPT
* [ngraph] Add check for childs for ConvertSubtract
* [LPT] Squeeze/Unsqueeze tests unification
* [LPT] Squeeze/Unsqueeze change signature for getReference/getOriginal
* [LPT] Mul & Add -> ScaleShift quick fix
* [LPT] nGraph tests emporary disabling
* [LPT] code style fix
* [LPT] code style fix #2
* [LPT] nGraph tests temporary disabling
* [LPT] code styl fix #3
* [LPT] shared plugin tests temporary disabling
* [LPT] cleanup
* [LPT] nGraph unit_tests tests temproary disabling
* [LPT] nGraph unit tests disabling #2
* [LPT] nGraph tests disabling
* [LPT] nGraph tests temporary disabling
* [LPT] WA removing
* [LPT] CentOS compilation fix
* [LPT] KMB wa to avoid compilation error
* [LPT] functional test temporary disabling
* [nGraph] code style fixes
* [LPT] ConcatTransformation: data movement operation as intermediate handling
* [LPT] FuseSubtractToFakeQuantize after VariadicSplit
* [LPT] ConcatWithSplitTransformation functional test temporary disabling
* [LPT] Clamp and ConcatWithDifferentPrecisionsOnChilds: tests fix
* [LPT] MatMul: bert-nv-mlperf-quantized fix
* [LPT] Add to convolution biases fuse fix
* [LPT] GPU plugin tests fixes
* [LPT] Normalize GPU plugin tests fix
* [LPT] test-commit
* [LPT] CLDNN Plugin FP16 conversion
* [LPT] AvgPool update precision if there is not FQ after + convolution
precision limitation on activation
* [LPT] Convolution fixes
* [LPT] FuseSubtractToFakequantize & FuseMultiplyToFakeQuantize improvement
* [LPT] FuseSubtractToFakeQuantize test fix
* [LPT] FuseSubtractToFakeQuantizeTransformation tests
* [LPT] code style fix
* [LPT] AvgPool child recursive extend
* [LPT] AvgPool tests + fix
* [LPT] compilation quick fix
* [LPT] Add to convolution biases fuse fix
* [LPT] Linux issues: MatMulWithOptimizedConstantFakeQuantizeTransformation temporary disabled
* [LPT] Normalize GPU plugin tests fix
* [LPT] test-commit
* [LPT]
1) added the ability to create sub without dequantizationAttribute
2) fixed optimizeMulAfter: added copying rt_info
3) Tests Unification: Convolution transformation
4) added cleanRunTimeInfo into Network Helper
* [LPT] Tests Unification: GroupConvolution
* [LPT] removed debug info
* [LPT] functional tests for Convolution & GroupConvolution extending
* [LPT] [MatMul] Quick fix ubuntu error
* [LPT] MatMulTransformation quick test fix: one constant for both intervals
* [nGraph] code style fix
* [LPT] added output_precision to NormalizeIE
* [nGraph] NormalizeIE fix for LPT support
* [LPT] nGraph WA removal
* [LPT] fixed fillSubgraph for concat multi channels
* [LPT] MatMul fix
* [nGraph] WA removal: 1) nGraph tests enabling 2) LPT extanding: not handle in FP32
* [LPT] nGraph WA removal: function tests skip config rollback
* [LPT] WA removal: precision propagation fix
* [LPT] ConvertMulOrAddFinally transformation extending
* [nGraph] ConvolutionMultiplyFusion rollback (move from legacy to common)
* [nGraph] ConvertMulAddToScaleShiftOrPower: WA removal
* [nGraph] TypeRelaxed: WA removal
* [nGraph] WA removal: TypeRelaxed
* [LPT] WA removal: ConcatTransformation
* [nGraph] WA removal: Eltwise & ConvertMulOrAddFinally fixes to support LPT
* [nGraph] MulAddConversion fix: 2D & 3D ScaleShift are supproted
* [nGraph] VisualizeTree extending
* [LPT] FakeQuantizeDequantization extending: check element wise dequantization operation
* [LPT] FakeQuantizeDequantization extending: SubtractMultiplyToMultiplyAddTransformation & WeightableLayerTransformation
* [LPT] Convolution + test infrastructure update
* [LPT] GPU compilation error
* [nGraph] BatchNorm plugin tests: input tensor definition
* [LPT] LowPrecisionTransformer::isFunctionQuantized was added
* [nGraph] WA final cleanup
* [nGraph] ScaleShiftIE quick fix
* [LPT] Functional tests: added test-cases "Concat with intermediate with constant"
* [LPT] Transformer::isNetworkquantized fix
* [LPT] SubtractMultiplyToMultiplyAdd zero Add remove: fix for ssd300 on gpu
* [LPT] MultiplyToGroupConvolution not transform on Const
* [LPT] workaround for negative scales
* [LPT] Convert standalone dequantization Mul,Sub,Add to ScaleShift
* [LPT] SubtractMultiplyToMultiplyAdd test fix
* [LPT] Clamp transformation: GPU tests fix
* [LPT] Transformer tests
* [LPT] FakeQuantizePrecisionSelectionTransformation was disabled for GPU
* [LPT] TransformerIsFunctionQuantized refactoring
* [nGraph] code style fix
* [LPT] mobilenet_v2_tf_depthwise test update
* [LPT] TMP: dequantization folding
* [LPT] Elementwise transformation fix: dequantization operations constant folding
* [LPT] cleanup
* [LPT] denormal values fix
* [LPT] FuseFakeQuantize test fixed + negative multiply case
* [LPT] FP32 -> FP16 conversion info
* [LPT] FQ dot interval support + swapMultiplyAdd safely division
* [LPT] test fix
* [LPT] Tests for dot interval on FQ + tests for addTransformation enabling
* [LPT] Clamp transformation fix
* [LPT] FQ prec selection test fix
* [LPT] Clamp test case
* [LPT] Concat division precision fix
* [LPT] cleanup
* [LPT] merge fix
* [LPT] WIP: MatMul asymmetric quantization fix (BERT)
* [LPT] MatMulWithOptimizedConstantFakeQuantizeTransformation disabled
* [LPT] GPU Plugin set config fix
* [LPT] Fix merge mistakes
* [LPT] Rollback device specific INT8
* [LPT] ReshapeFullyConnected fix: FullyConnected output fix
* [LPT] bert-base-chinese GPU fix
* [ngraph/LPT] Tests for fix convert_mul_or_add_finally with dequantization
[ngraph/LPT] Fix convert mul_or_add_finally with dequantization
* [LPT] ScaleShift dim < 4 only dequantization conversion
* [LPT] MatMul transformation tests extensing
* [LPT] ReshapeFullyConnected legacy transformation: LPT test case addition
* [nGraph] VisualizeTree extending: property names displying to simplify search
* [LPT] getDequantization extending
* [LPT] MulAddToScaleshiftOrPower: out precision fix & tests
* [LPT] Multiply to ScaleShiftIE: Multiply transformation: remove DEQUANTIZATION if not valid
* [LPT] Concat test case
* [nGraph] try to fix opencv compatibility
* [nGraph] nGraph code style fix
* [LPT] InPlace dequantization folding
* [LPT] Multiply constant folding test
* [LPT] Fix plugin test case for MatMulWithOptimizedConstantFakeQuantize
[LPT] Enable MatMulWithOptimizedConstantFakeQuantize plugin test
* [LPT] Convolution transformation: mulConst shape fix
* [LPT] INT8 Constant folding branch for elementwise ops optimization removal
* [LPT] eltwise for const branch fix
* [LPT] linux fix
* [LPT] Multiply test refactoring
* [LPT] Convert Fuse in Constant + tests
* [LPT] function comparation: runtime info comparation rollback
* [LPT] linux build fix
* [LPT] linux build fix2
* [LPT] MatMul transformation limitation was added to be similar as CNNNetwork LPT
* [LPT] Reshape transformation update: don't broadcast by batch
* [LPT] MatMul transformation limitation was added to be similar as CNNNetwork LPT - refactoring
* [LPT] MatMul transformation: transpose input tensors fix
* [LPT] checkElementwise for AddTransformation WA: should be moved to getDequantization
* [LPT] merge fix
* [LPT] MatMul fix & tests
* [LPT] AddTransformation tests
* [LPT] Interpolate transformation enabled
* [LPT] constant folding before LPT
* [LPT] WIP: not completed tests
* [LPT] GPU degradation fix
* [LPT] FuseConvert workaround
* [LPT] code cleanup
* [LPT] Interpolate GPU test quick fix
* [LPT] GroupConvolution fix
* [LPT] Fix fusing multiply for non-dequantization layers
* [LPT] GPU pipeline update: enableInt8 initialization place update
* [LPT] tests compilation fix
* [LPT] merge fix
* [LPT] tests enabling
* [LPT] merge issue resolving
* [LPT] LPT CNNNetwork usage macros: part #1 : source code
* [LPT] LPT CNNNetwork usage macros: part #2 : cmake files update and tests addoption
* [LPT] LPT workaround from nGraph core removing
* [LPT] previous LPT version tests
* [LPT] inference_engine_lp_transformations was returned back
* [LPT] replace_node rollback
* [LPT] ConvertSubtract fix
* [LPT] GPU: baselineIsFP16 reuse fix
* [LPT] FakeQuantizeTransformation: GPU workaround: I32 -> FP32 Convert is not fused
* [LPT] AvgPool output precision workaround
* [LPT] Group convolution precision + Subtract to ScaleShift const fix
* [LPT] SubMulToMulAdd & Transpose: action-recognition-0001 fix
* [LPT] Transpose: added test with per-tensor quantization
Co-authored-by: Aleksandr Pertovsky <aleksandr.pertovsky@intel.com >
Co-authored-by: Zinoviev, Vladimir <vladimir.zinoviev@intel.com >
Co-authored-by: Vladislav Golubev <vladislav.golubev@intel.com >
Co-authored-by: Gorokhov Dmitriy <dmitry.gorokhov@intel.com >
2020-10-23 13:22:55 +03:00
Ilya Churaev
e364271cf6
Constant->Result networks ( #2639 )
...
* Added tests
* Changed iterator algorithm
* Fixed legacy tests
* Added plugin tests
* Disabled some tests
* Remover parameter tests
* Fixed conversion
* Use old approach for old tests
* Temp commit
* Fixed iterator
* Fixed some tests
* Change logic to compare iterators
* Disabled CPU functional test
* Temp commit
* Disabled test for GPU
* Fixed network copy
* Try to fix test for Windows
* Disabled test for GNA
* Disable plugin tests
* Disable legacy test
* Remove redundant code
2020-10-22 13:22:38 +03:00
Gleb Kazantaev
94eacc6544
Move legacy transformations and ops to legacy library ( #2624 )
...
* Initial movement
* Divided transformations to common and legacy
* Changed ngraph visibility to ie_api.h
* CommonTransformaitons to Internal
* New trasnformations location structure
* fixde typo; move convert_quantize_dequantize to common
* Added control_flow folder
2020-10-14 10:58:01 +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
Irina Efode
e79a44c02e
[IE TESTS] Remove some deprecated single layer tests ( #2646 )
...
* [IE TESTS] Remove some deprecated single layer tests
* Gather Tree
2020-10-14 00:58:28 +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
Ilya Lavrenov
1e66624799
Plugin interface refactoring ( #2591 )
...
* Simplified plugin interface
* Allow not implemented
* Fixes
* Fixed CPU plugin tests
* Fixed tests dependencies
* Fixes
* Fixed GPU plugin compilation
* Renamed plugin
* Fixes
* Removed tests for plugin base
* Fix2
* Fix 2
* Define a macro to define plugin creation function
* Clean-up
* Fixed OSX build
* Fixed CentOS
* Removed statuscode from IExecutableNetworkInternal interface
* Interface
* Removed not used macro
* QueryNetwork returns result using return value
* LoadNetwork interface
* Fixed compilation with private plugins
* Fixed compilation when NGRAPH_INTERP is not enabled
* Return ExecutableNetwork from ImportNetwork with fileName
* Updated GetContext method
* Return exec graph information as return value
* Message about deprecation of Export with file name
* Message about deprecation of QueryState
* Updated ExecutableNetwork::GetConfig signature
* Updated ExecutableNetwork::GetMetric signature
* Updated docs
* WIP createIR
* Simplified IR creation
* CreateInferRequest returns value
* Removed GetExecutor from ExecutableNetworkThreadSafeDefault
* execDataPreprocessing is protected
* Fixed mock test
2020-10-13 17:22:51 +03:00
Ilya Lavrenov
39e7905fe1
Fixed LTO for gcc-9 (ubuntu 20.04) ( #2616 )
...
* Fixed LTO for gcc-9 (ubuntu 20.04)
* Fixed ODR rules violation for MKLDNN deprecated functional tests
* Fixed tests build for templatePlugin
2020-10-12 06:57:59 +03:00
Kamil Magierski
8abdc32676
[GNA] Fix LSTM Cell channel C being 0 on output ( #1174 )
...
* [GNA] get output before activation test
[GNA] SubstituteScaleShiftBroadCastPass fix for cases when there are multiple scaleshifts as an output from the layer
[GNA] Generalize Fix where LSTMCell output was zero due to being fused into activation
[GNA] Fix LSTMCell being zero on channel C if being output layer
* linux build fix
2020-10-06 10:59:03 +03:00
Vladislav Volkov
8f1ee05385
MKLDNN nodes factory improvements ( #2252 )
2020-09-30 11:31:19 +03:00
Vladislav Vinogradov
d28a5d6c4f
[CMAKE] Introduce FASTER_BUILD experimental feature ( #2438 )
...
It uses CMake 3.16 built-in utilities to speed up build time:
* Unity builds
* Precompiled headers
The feature is controlled via `ENABLE_FASTER_BUILD` CMake option (disabled by default).
The option avaialble only on CMake >= 3.16.
The feature is enabled per-target via `ie_faster_build` function.
Some observations:
* Don't have actual numbers for compile time, but subjectively can see
speed up locally with VS 2019.
* Unity builds gives much more effect, but has some restriction on source files,
so are not used everywhere.
2020-09-28 18:53:11 +03:00
Aleksandr Korolev
eda9498b79
[IE][VPU]: Reduce tests execution time ( #2378 )
...
* [IE][VPU]: Reduce tests execution time
* [IE TESTS] Remove 'ConfigurePlugin()' from 'memory_LSTMCell.hpp'
* [IE VPU TESTS] Myriad conv layer tests was changed
Co-authored-by: Maksim Doronin <maksim.doronin@intel.com >
Co-authored-by: kora6 <kora6@github.com >
2020-09-25 14:24:12 +03:00
Anton Potapov
2ea02b2012
[PP GAPI] Split/Merge kernels; support for 8S, 16U, 16S, 32S ( #2276 )
...
- introduced type_dispatch primitive
- refactored SplitX and MergeX kernels to use type_dispatch
- extended SplitX and MergeX to support 8S, 16U, 16S, 32S types
2020-09-22 18:18:26 +03:00
Anton Potapov
f9c8b692fb
[PP GAPI] Extended preprocessing graph to support precision conversions ( #2290 )
...
- not yet visible via plugin interface
- for resize non U8 input is converted to FP32
- tests
2020-09-22 17:40:01 +03:00
Eugene Smirnov
f0b10bf071
[GNA] fake quantize single layer tests for GNA plugin ( #2060 )
...
* fake quantize single layer test for GNA plugin
* implemented fakequantize for fp32 case as an activation function
* added proper seed randomisation within single test run
* [GNA] [FAKEQUANTIZE] fixed ref-fp32 implementation on GNA to use nearbyint instead of roundf
* [GNA] [FAKEQUANTIZE] restored random seed
* [GNA][FAKEQUANTIZE] disabled 4d and integer tests for FakeQuantize
* [GNA][FAKEQUANTIZE]updated ngraph FakeQuantize builder to accept seed
* [GNA][FAKEQUANTIZE]aligned FP calculations order on GNA with reference ngraph - this however gives more error
* [CPU]build of FakeQuantise tests restored
* [TESTS][FAKEQUANTIZE] ignore extra inferRequests for disabled tests
* [GNA] Fixed legacy unit test failuers appeared due to extra check for possible segfault in import frames
* [GNA] adopted fuse multiple identities for FakeQunatize layer
* [GNA]fp32 runtime code review
2020-09-21 14:22:14 +03:00
Andrey Sokolov
676ce76650
[IE][VPU]: Makes ROIAlign to use 2 stage pipeline (to support ma2485) ( #2123 )
2020-09-18 18:12:16 +03:00
Vladislav Vinogradov
60ad6edf32
[IE][CMAKE] Add some libraries to ie_developer export list ( #2279 )
...
The following libraries:
* `vpu_common_lib_test_static`
* `ieTestHelpers_s`
Those libraries might be helpful for standalone plugins tests.
2020-09-17 15:24:19 +03:00
Ilya Lavrenov
9ca5fbaf02
Reshape v7: remove ( #1379 )
...
* Removed shape inference fr IR v7 and older
* Disabled dynamic batch tests which require reshape
* Fixes tests 2
* Disabled MKLDNN tests with convolution reshape
* Fixed GPU tests
* Disable VPU tests with batch size > 1 for old IRs
* Removed most of shape infer functions for old representation
* Removed most of CNNLayer validators
* Fixed validators and keep only parseParams
* Removed tests on invalid IR v7
* Disabled more VPU tests
* Removed Backetize validator
* Disable one more Myriad tests case where reshape for old IR is needed
* Removed useless reshape
* Need to replace GRUCell with Unique
* Moved shape infer functions for experimental layers to Core IE
* Fixed shape inference functions not to depend on legacy
* Added missed SparseToDense
* Added descriptive error message
* Fixed comments
2020-09-15 15:08:17 +03:00
Maxim Kurin
362080b5be
[IE][VPU][Custom CL]: Fix binary convolution3x3 3d transaction ( #2144 )
...
* Fix binary_convolution3x3.cl kernel & test
2020-09-10 11:55:32 +03:00
Anton Potapov
f86d930e3f
[PP GAPI] - Generic precision conversion kernel; support for U8 ( #2076 )
...
- added U8 support
- tests are extended
2020-09-09 15:30:08 +03:00
Irina Efode
685e8f8e7e
[IE TESTS] Remove normilizer tests ( #2098 )
2020-09-09 13:21:55 +03:00
Tomasz Dołbniak
fd02b384a7
Clang compilation error fix for Linux ( #2126 )
2020-09-09 13:04:33 +03:00
Evgeny Latkin
5ad4811793
[VPU][OpenCL] Update custom kernels ( #2131 )
...
* [Custom CL] Updated OpenCL kernels and tests
* [Custom CL] Update OpenCL compiler
* Update firmware to 1365
* Disable ExpGenerateProposals tests
* VPU: new firmware no. 1370
* Myriad: re-enable ExpGenerateProposals tests
Co-authored-by: Maxim Kurin <maxim.kurin@intel.com >
2020-09-09 03:50:40 +03:00
Andrey Chekhonin
b683b5501d
[IE][VPU]: Fix behavior tests for MXpcie ( #1879 )
...
* Moved mem type patching under USB protocol switch
* Myriad beh tests fix
2020-09-07 10:38:07 +03:00
Anton Potapov
74b77a4c97
[PP GAPI] - Generic precision conversion kernel ( #1897 )
...
- U16toF32 conversion kernel converted to more generic ConvDepth one
- U16 <-> F32 conversion only are supported for now
- kernel is not used in the preprocessing graph yet
- tests are extended
2020-09-04 15:24:36 +03:00
Nikita Kudriavtsev
4b348500d4
[IE][VPU]: Reduce XLink log level in AOTBehaviorTests ( #2044 )
2020-09-04 11:59:51 +03:00
Pavel Rodionov
166ec394bd
[GNA] Move old headers ( #2002 )
2020-09-03 14:42:30 +03:00
Mikołaj Życzyński
e3178122ee
[IE CLDNN] Reduce b_fs_yx_fsv16 optimized kernel ( #1690 )
2020-09-02 09:35:30 +03:00
Pavel Rodionov
445fd68423
[GNA] Improve ReadHeader ( #1843 )
...
* [GNA] Improve ReadHeader
Issue-34205
* [GNA[ Fix stack corruption issue in ReadHeader
* [GNA] fix code style
Co-authored-by: Kamil Magierski <kamil.magierski@intel.com >
2020-09-01 19:36:56 +03:00
Ilya Lavrenov
d7762215b9
Fixed compilation with private plugins ( #1997 )
2020-08-31 10:58:07 +03:00
Anna Alberska
37357350ad
refactor import network ( #1871 )
2020-08-28 13:48:48 +03:00
Kamil Magierski
b77b2e7fbe
Disable CanConvertFromAOTtoSueModel test ( #1949 )
2020-08-26 16:09:19 +03:00
Kamil Magierski
4c9fe89487
[GNA] Aligning GNA2 and GNA Unit testing ( #952 )
...
Co-authored-by: kmagiers <kmagiers@intel.com >
2020-08-26 13:43:43 +03:00
Anton Chetverikov
84c7b048db
SoftPlus operation implementation ( #1365 )
2020-08-25 19:36:39 +03:00
Evgeny Latkin
831711d01a
re-enable the myriadMultipleGraphsTests_nightly ( #1836 )
...
* re-enable the myriadMultipleGraphsTests_nightly
* refresh version of Myriad firmware
2020-08-19 16:03:37 +03:00
Ilya Lavrenov
8b98f20480
LoadNetwork interface: executable network is returned as return value ( #1840 )
...
* LoadNetwork interface
* Added reference to SOPointer to returned ExecutablNetwork
* Fixed test
2020-08-19 11:44:29 +03:00
Evgeny Latkin
aff0a8e5ad
[IE][VPU]: Fixed MX firmware memory type patching ( #1825 )
...
Fixing Myriad X firmware loader after RTEMS 5 related changes merged into MDK
* Fixed MX firmware memory type patching
* Update firmware
* disable myriadMultipleGraphsTests_nightly
Co-authored-by: Chekhonin Andrey <andrey.chekhonin@intel.com >
2020-08-18 12:05:18 +03:00
Maksim Doronin
66aa119b11
[IE][VPU]: Refactor vpu configs ( #1334 )
...
* [IE][VPU]: Refactor vpu configs
* [IE][VPU][GT]: Refactor vpu configs usage in GT
* [IE][VPU]: Refactor vpu configs usage in myriad plugin
* [IE][VPU]: Refactor vpu configs usage in tests
* [IE][VPU]: Refactor vpu configs usage in deprecated_tests
* [IE][VPU]: Refactor vpu configs usage in tools
* [IE][VPU]: Use hddl metric vars instead of macros
* [IE][VPU]: style fixes
* [IE][VPU]: Replace MYRIAD_FORCE_RESET with MYRIAD_ENABLE_FORCE_RESET
* [IE][VPU]: Resolve confilcts with MYRIAD_TILING_CMX_LIMIT_KB
* [IE][VPU]: Remove MYRIAD_PLATFORM from tools
* [IE][VPU]: Fix DISABLE_REORDER config in StridedSlice
* [IE][VPU]: Redesign config headers hierarchy
* [IE][VPU]: Clarify comments related to vpu configs
* [IE][VPU]: Leave default values of deprecated configs
* [IE][VPU]: Revert beh tests on VPU_MYRIAD_PLATFORM
* [IE][VPU]: Revert beh tests with deprecated configs
* [IE][VPU]: Resolve conflicts
* [IE][VPU]: Revert opencv dependency
2020-08-17 17:30:38 +03:00
Ilya Lavrenov
a4dcfed1a9
Simplified plugin interfaces ( #1745 )
...
* Simplified plugin interface
* Allow not implemented
* Fixes
* Fixed CPU plugin tests
* Fixed tests dependencies
* Fixes
* Fixed GPU plugin compilation
* Renamed plugin
* Fixes
* Removed tests for plugin base
* Fix2
* Fix 2
* Define a macro to define plugin creation function
* Clean-up
* Fixed OSX build
* Fixed CentOS
* Fixed exception catch / throw
* Fixed clang issue
* Fixed python tests on macOsx
2020-08-14 12:11:54 +03:00
Ilya Lavrenov
a8842ec32e
Updated mock interfaces in tests ( #1762 )
...
* Updated mock interfaces in tests
* Added mock_engine dependency
2020-08-13 20:17:30 +03:00
Alexander Peskov
7c921b8b45
[CPU] Add explicit storage for MemoryNode ( #895 )
2020-08-13 19:06:20 +03:00
Pavel Rodionov
f47bd72301
[GNA] Remove empty PWL ( #1224 )
2020-08-11 14:35:39 +03:00
Ilya Lavrenov
e2e2785131
Moved legacy API to legacy/ subfolder for include ( #1677 )
2020-08-10 18:33:25 +03:00
Ilya Lavrenov
f832453d9d
Added compilation of Plugin API headers with strict flags ( #1654 )
...
* Minimized ngraph headers inclusion
* Added compilation of plugin api headers with strict flags
* Fixed -WPedantic issue in ngraph headers
* Fixed compilation
* Trying to fix Windows
* Fixed GNA unit tests compilation
* Disabled WX test on Windows
2020-08-07 12:06:47 +03:00
Ilya Lavrenov
8c118ef8b2
Moved caseless to Plugin API ( #1664 )
2020-08-07 06:24:28 +03:00
Anton Potapov
ea34f04028
[PP GAPI] - U16toF32 conversion kernel ( #1298 )
...
- the kernel itself is not yet used in the Preprocessing graph
- tests
2020-08-06 06:26:49 +03:00