Skip to content

Commit 0fde97e

Browse files
gonnetxnnpack-bot
authored andcommitted
UIpdate external dependencies.
PiperOrigin-RevId: 739288586
1 parent f063036 commit 0fde97e

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

MODULE.bazel

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@ http_archive(
7171
# pthreadpool library, used for parallelization
7272
http_archive(
7373
name = "pthreadpool",
74-
sha256 = "acbbf2f821967ab43563e35d86078017c38489a7c3c048b36825b98076d69962",
75-
strip_prefix = "pthreadpool-4e1831c02c74334a35ead03362f3342b6cea2a86",
76-
urls = ["https://github.com/google/pthreadpool/archive/4e1831c02c74334a35ead03362f3342b6cea2a86.zip"],
74+
sha256 = "745e56516d6a58d183eb33d9017732d87cff43ce9f78908906f9faa52633e421",
75+
strip_prefix = "pthreadpool-b92447772365661680f486e39a91dfe6675adafc",
76+
urls = ["https://github.com/google/pthreadpool/archive/b92447772365661680f486e39a91dfe6675adafc.zip"],
7777
)
7878
# LINT.ThenChange(cmake/DownloadPThreadPool.cmake,WORKSPACE:pthreadpool)
7979

8080
# LINT.IfChange(cpuinfo)
8181
# cpuinfo library, used for detecting processor characteristics
8282
http_archive(
8383
name = "cpuinfo",
84-
sha256 = "4bf314b3f04db2fd984fef38a7e278e702b74297ef0af592b73296edba02b9d4",
85-
strip_prefix = "cpuinfo-8a1772a0c5c447df2d18edf33ec4603a8c9c04a6",
84+
sha256 = "593ac799e8c9382362e7b29a58917053299fa906e271185204bb571465bb2f79",
85+
strip_prefix = "cpuinfo-b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea",
8686
urls = [
87-
"https://github.com/pytorch/cpuinfo/archive/8a1772a0c5c447df2d18edf33ec4603a8c9c04a6.zip",
87+
"https://github.com/pytorch/cpuinfo/archive/b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea.zip",
8888
],
8989
)
9090
# LINT.ThenChange(cmake/DownloadCpuinfo.cmake,WORKSPACE:cpuinfo)
@@ -93,10 +93,10 @@ http_archive(
9393
# KleidiAI library, used for ARM microkernels.
9494
http_archive(
9595
name = "KleidiAI",
96-
sha256 = "cb6af19d3ef21a0c683bd0c7c5b455c386dee0b7d0d4bc2cc0e14503019ff1e8",
97-
strip_prefix = "kleidiai-1.4.0",
96+
sha256 = "ca8b8ee0c3dd2284c1eae3ac07f7064ce92317ac7c3cfcd1d511662e0594cdb8",
97+
strip_prefix = "kleidiai-fb4caf0937a45002861cc12788b6018bfb89ae58",
9898
urls = [
99-
"https://github.com/ARM-software/kleidiai/archive/refs/tags/v1.4.0.zip",
99+
"https://github.com/ARM-software/kleidiai/archive/fb4caf0937a45002861cc12788b6018bfb89ae58.zip",
100100
],
101101
)
102102
# LINT.ThenChange(cmake/DownloadKleidiAI.cmake,WORKSPACE:kleidiai)

WORKSPACE

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,20 @@ http_archive(
8585
# pthreadpool library, used for parallelization
8686
http_archive(
8787
name = "pthreadpool",
88-
sha256 = "acbbf2f821967ab43563e35d86078017c38489a7c3c048b36825b98076d69962",
89-
strip_prefix = "pthreadpool-4e1831c02c74334a35ead03362f3342b6cea2a86",
90-
urls = ["https://github.com/google/pthreadpool/archive/4e1831c02c74334a35ead03362f3342b6cea2a86.zip"],
88+
sha256 = "745e56516d6a58d183eb33d9017732d87cff43ce9f78908906f9faa52633e421",
89+
strip_prefix = "pthreadpool-b92447772365661680f486e39a91dfe6675adafc",
90+
urls = ["https://github.com/google/pthreadpool/archive/b92447772365661680f486e39a91dfe6675adafc.zip"],
9191
)
9292
# LINT.ThenChange(cmake/DownloadPThreadPool.cmake,MODULE.bazel:pthreadpool)
9393

9494
# LINT.IfChange(cpuinfo)
9595
# cpuinfo library, used for detecting processor characteristics
9696
http_archive(
9797
name = "cpuinfo",
98-
sha256 = "4bf314b3f04db2fd984fef38a7e278e702b74297ef0af592b73296edba02b9d4",
99-
strip_prefix = "cpuinfo-8a1772a0c5c447df2d18edf33ec4603a8c9c04a6",
98+
sha256 = "593ac799e8c9382362e7b29a58917053299fa906e271185204bb571465bb2f79",
99+
strip_prefix = "cpuinfo-b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea",
100100
urls = [
101-
"https://github.com/pytorch/cpuinfo/archive/8a1772a0c5c447df2d18edf33ec4603a8c9c04a6.zip",
101+
"https://github.com/pytorch/cpuinfo/archive/b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea.zip",
102102
],
103103
)
104104
# LINT.ThenChange(cmake/DownloadCpuinfo.cmake,MODULE.bazel:cpuinfo)
@@ -107,10 +107,10 @@ http_archive(
107107
# KleidiAI library, used for ARM microkernels.
108108
http_archive(
109109
name = "KleidiAI",
110-
sha256 = "cb6af19d3ef21a0c683bd0c7c5b455c386dee0b7d0d4bc2cc0e14503019ff1e8",
111-
strip_prefix = "kleidiai-1.4.0",
110+
sha256 = "ca8b8ee0c3dd2284c1eae3ac07f7064ce92317ac7c3cfcd1d511662e0594cdb8",
111+
strip_prefix = "kleidiai-fb4caf0937a45002861cc12788b6018bfb89ae58",
112112
urls = [
113-
"https://github.com/ARM-software/kleidiai/archive/refs/tags/v1.4.0.zip",
113+
"https://github.com/ARM-software/kleidiai/archive/fb4caf0937a45002861cc12788b6018bfb89ae58.zip",
114114
],
115115
)
116116
# LINT.ThenChange(cmake/DownloadKleidiAI.cmake,MODULE.bazel:kleidiai)

cmake/DownloadCpuinfo.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ENDIF()
1818
# LINT.IfChange
1919
INCLUDE(ExternalProject)
2020
ExternalProject_Add(cpuinfo
21-
URL https://github.com/pytorch/cpuinfo/archive/8a1772a0c5c447df2d18edf33ec4603a8c9c04a6.zip
22-
URL_HASH SHA256=4bf314b3f04db2fd984fef38a7e278e702b74297ef0af592b73296edba02b9d4
21+
URL https://github.com/pytorch/cpuinfo/archive/b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea.zip
22+
URL_HASH SHA256=593ac799e8c9382362e7b29a58917053299fa906e271185204bb571465bb2f79
2323
SOURCE_DIR "${CMAKE_BINARY_DIR}/cpuinfo-source"
2424
BINARY_DIR "${CMAKE_BINARY_DIR}/cpuinfo"
2525
CONFIGURE_COMMAND ""

cmake/DownloadKleidiAI.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ENDIF()
1818
# LINT.IfChange
1919
INCLUDE(ExternalProject)
2020
ExternalProject_Add(kleidiai
21-
URL https://github.com/ARM-software/kleidiai/archive/refs/tags/v1.4.0.zip
22-
URL_HASH SHA256=cb6af19d3ef21a0c683bd0c7c5b455c386dee0b7d0d4bc2cc0e14503019ff1e8
21+
URL https://github.com/ARM-software/kleidiai/archive/fb4caf0937a45002861cc12788b6018bfb89ae58.zip
22+
URL_HASH SHA256=ca8b8ee0c3dd2284c1eae3ac07f7064ce92317ac7c3cfcd1d511662e0594cdb8
2323
SOURCE_DIR "${CMAKE_BINARY_DIR}/kleidiai-source"
2424
BINARY_DIR "${CMAKE_BINARY_DIR}/kleidiai"
2525
CONFIGURE_COMMAND ""

cmake/DownloadPThreadPool.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ENDIF()
1818
# LINT.IfChange
1919
INCLUDE(ExternalProject)
2020
ExternalProject_Add(pthreadpool
21-
URL https://github.com/google/pthreadpool/archive/4e1831c02c74334a35ead03362f3342b6cea2a86.zip
22-
URL_HASH SHA256=acbbf2f821967ab43563e35d86078017c38489a7c3c048b36825b98076d69962
21+
URL https://github.com/google/pthreadpool/archive/b92447772365661680f486e39a91dfe6675adafc.zip
22+
URL_HASH SHA256=745e56516d6a58d183eb33d9017732d87cff43ce9f78908906f9faa52633e421
2323
SOURCE_DIR "${CMAKE_BINARY_DIR}/pthreadpool-source"
2424
BINARY_DIR "${CMAKE_BINARY_DIR}/pthreadpool"
2525
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)