Skip to content

Commit 6ed33c7

Browse files
committed
Fixed versioning
1 parent 8b9ff48 commit 6ed33c7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

X/XNNPACK/build_tarballs.jl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,19 @@
33
using BinaryBuilder, Pkg
44

55
name = "XNNPACK"
6-
version = v"0.0.20210622" # i.e. 79cd5f9e18ad0925ac9a050b00ea5a36230072db
6+
version = v"0.0.20210622" # i.e. https://github.com/google/XNNPACK/tree/79cd5f9e18ad0925ac9a050b00ea5a36230072db
77

8-
cpuinfo_build_version = v"0.0.20201217" # Latest CPUInfo version <= `version`
8+
cpuinfo_build_version = v"0.0.20201217" # https://github.com/google/XNNPACK/blob/79cd5f9e18ad0925ac9a050b00ea5a36230072db/cmake/DownloadCpuinfo.cmake#L15
99

1010
cpuinfo_compat = [
11-
cpuinfo_build_version,
12-
v"0.0.20200522", # CPUInfo version between cpuinfo_build_version and Torch-compatible version
13-
v"0.0.20200612", # Torch-compatible version, due to pytorch v1.6.0 - v1.7.1, e.g. https://github.com/pytorch/pytorch/tree/v1.6.0/third_party/cpuinfo @ 63b254577ed77a8004a9be6ac707f3dccc4e1fd9
11+
cpuinfo_build_version, # Torch-compatible version, due to pytorch v1.8.0 - v1.12.1, e.g. https://github.com/pytorch/pytorch/tree/v1.8.0/third_party / cpuinfo @ 5916273f79a21551890fd3d56fc5375a78d1598d
1412
]
1513

16-
pthreadpool_build_version = v"0.0.20210414" # Latest PThreadPool version <= `version`
14+
pthreadpool_build_version = v"0.0.20201206" # https://github.com/google/XNNPACK/blob/79cd5f9e18ad0925ac9a050b00ea5a36230072db/cmake/DownloadPThreadPool.cmake#L15
1715

1816
pthreadpool_compat = [
1917
pthreadpool_build_version,
20-
v"0.0.20200616", # Torch-compatible version, due to pytorch v1.6.0 - v1.7.1, e.g. https://github.com/pytorch/pytorch/tree/v1.6.0/third_party/pthreadpool @ 029c88620802e1361ccf41d1970bd5b07fd6b7bb
18+
v"0.0.20210414", # Torch-compatible version, due to pytorch v1.9.0 - v1.12.1, e.g. https://github.com/pytorch/pytorch/tree/v1.9.0/third_party / pthreadpool @ a134dd5d4cee80cce15db81a72e7f929d71dd413
2119
]
2220

2321
# Collection of sources required to complete build

0 commit comments

Comments
 (0)