diff --git a/.ci/azure/android_arm64.yml b/.ci/azure/android_arm64.yml index 5e53ab311aa..325100e4550 100644 --- a/.ci/azure/android_arm64.yml +++ b/.ci/azure/android_arm64.yml @@ -53,7 +53,7 @@ jobs: system.debug: true VSTS_HTTP_RETRY: 5 VSTS_HTTP_TIMEOUT: 200 - BUILD_TYPE: Release + BUILD_TYPE: Debug OPENVINO_REPO_DIR: $(Build.Repository.LocalPath) VCPKG_ROOT: $(OPENVINO_REPO_DIR)/../vcpkg WORK_DIR: $(Pipeline.Workspace)/_w diff --git a/src/plugins/intel_cpu/thirdparty/onednn b/src/plugins/intel_cpu/thirdparty/onednn index c8dad72fb5b..48bf41e04ba 160000 --- a/src/plugins/intel_cpu/thirdparty/onednn +++ b/src/plugins/intel_cpu/thirdparty/onednn @@ -1 +1 @@ -Subproject commit c8dad72fb5bdc457950f96d1de5aa3367cc1f444 +Subproject commit 48bf41e04ba8cdccb1e7ad166fecfb329f5f84a1 diff --git a/src/plugins/intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp b/src/plugins/intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp index 2a239fc285d..f86d8e1ded1 100644 --- a/src/plugins/intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp +++ b/src/plugins/intel_gpu/tests/unit/test_cases/resample_gpu_test.cpp @@ -1718,7 +1718,7 @@ static tensor create_tensor(const std::vector& shape) { template struct format_wrapper { - static constexpr format fmt = FMT; + static constexpr cldnn::format::type fmt = FMT; }; template