提交 1bfe02dc 编写于 作者: M Marat Dukhan 提交者: TensorFlower Gardener

Update XNNPACK dependency

Pull a work-around for compilation of x86 versions with legacy compilers

PiperOrigin-RevId: 339886664
Change-Id: I5035f38cff401564061f092f59d5dea91313f5bf
上级 72a5e109
...@@ -22,7 +22,7 @@ include(FetchContent) ...@@ -22,7 +22,7 @@ include(FetchContent)
OverridableFetchContent_Declare( OverridableFetchContent_Declare(
xnnpack xnnpack
GIT_REPOSITORY https://github.com/google/xnnpack GIT_REPOSITORY https://github.com/google/xnnpack
GIT_TAG 0af63ab36b899559bd1a92bbc327f8137e53c15c GIT_TAG 30d4b250aef4ee74271c2254943f062a8356a23e
GIT_PROGRESS TRUE GIT_PROGRESS TRUE
PREFIX "${CMAKE_BINARY_DIR}" PREFIX "${CMAKE_BINARY_DIR}"
SOURCE_DIR "${CMAKE_BINARY_DIR}/xnnpack" SOURCE_DIR "${CMAKE_BINARY_DIR}/xnnpack"
......
...@@ -135,11 +135,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""): ...@@ -135,11 +135,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
# and update the sha256 with the result. # and update the sha256 with the result.
tf_http_archive( tf_http_archive(
name = "XNNPACK", name = "XNNPACK",
sha256 = "4b199c96fb2d551450b48eb5549843b41c023ad200aa86760a7c56d0dc0da806", sha256 = "e803c4acfde4a836e7462bf68275e248f7a2c6ac405d05e15d9f93e3dcdf677d",
strip_prefix = "XNNPACK-68447302abcfad0d4b6b19a1efe7d7eef8833f4a", strip_prefix = "XNNPACK-30d4b250aef4ee74271c2254943f062a8356a23e",
urls = [ urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/68447302abcfad0d4b6b19a1efe7d7eef8833f4a.zip", "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/30d4b250aef4ee74271c2254943f062a8356a23e.zip",
"https://github.com/google/XNNPACK/archive/68447302abcfad0d4b6b19a1efe7d7eef8833f4a.zip", "https://github.com/google/XNNPACK/archive/30d4b250aef4ee74271c2254943f062a8356a23e.zip",
], ],
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册