Android debug build (#17955)
This commit is contained in:
parent
2ff430fa80
commit
a0119fe33c
@ -53,7 +53,7 @@ jobs:
|
|||||||
system.debug: true
|
system.debug: true
|
||||||
VSTS_HTTP_RETRY: 5
|
VSTS_HTTP_RETRY: 5
|
||||||
VSTS_HTTP_TIMEOUT: 200
|
VSTS_HTTP_TIMEOUT: 200
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Debug
|
||||||
OPENVINO_REPO_DIR: $(Build.Repository.LocalPath)
|
OPENVINO_REPO_DIR: $(Build.Repository.LocalPath)
|
||||||
VCPKG_ROOT: $(OPENVINO_REPO_DIR)/../vcpkg
|
VCPKG_ROOT: $(OPENVINO_REPO_DIR)/../vcpkg
|
||||||
WORK_DIR: $(Pipeline.Workspace)/_w
|
WORK_DIR: $(Pipeline.Workspace)/_w
|
||||||
|
2
src/plugins/intel_cpu/thirdparty/onednn
vendored
2
src/plugins/intel_cpu/thirdparty/onednn
vendored
@ -1 +1 @@
|
|||||||
Subproject commit c8dad72fb5bdc457950f96d1de5aa3367cc1f444
|
Subproject commit 48bf41e04ba8cdccb1e7ad166fecfb329f5f84a1
|
@ -1718,7 +1718,7 @@ static tensor create_tensor(const std::vector<int64_t>& shape) {
|
|||||||
|
|
||||||
template <cldnn::format::type FMT>
|
template <cldnn::format::type FMT>
|
||||||
struct format_wrapper {
|
struct format_wrapper {
|
||||||
static constexpr format fmt = FMT;
|
static constexpr cldnn::format::type fmt = FMT;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
Reference in New Issue
Block a user