[IE VPU] Update firmware; enable convolution VPU OCL tests (#802)
authorAndrey Sokolov <andrey.sokolov@intel.com>
Tue, 9 Jun 2020 11:34:10 +0000 (14:34 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 11:34:10 +0000 (14:34 +0300)
inference-engine/cmake/vpu_dependencies.cmake
inference-engine/tests_deprecated/functional/vpu/common/layers/myriad_layers_convolution3x3.hpp

index 388ce52..23a1464 100644 (file)
@@ -19,7 +19,7 @@ set(VPU_SUPPORTED_FIRMWARES usb-ma2450 usb-ma2x8x pcie-ma248x)
 # Default packages
 #
 
-set(FIRMWARE_PACKAGE_VERSION 1212)
+set(FIRMWARE_PACKAGE_VERSION 1216)
 set(VPU_CLC_MA2X8X_VERSION "movi-cltools-20.02.0")
 
 #
index cdf98c7..bf06022 100644 (file)
@@ -102,7 +102,7 @@ void refConvolution3x3(const Blob::Ptr src, InferenceEngine::TBlob<uint8_t>::Ptr
     }
 }
 
-TEST_P(myriadConvolution3x3LayerTests_smoke, DISABLED_Convolution3x3) {
+TEST_P(myriadConvolution3x3LayerTests_smoke, Convolution3x3) {
     std::string model = R"V0G0N(
        <net name="Convolution3x3" version="2" batch="1">
            <layers>