Update cpuinfo dependency
Bring in detection of NEON Dot Product instructions on iOS PiperOrigin-RevId: 314421406 Change-Id: I07946637b94c3835a972b24067fb49ad06d437cc
This commit is contained in:
parent
b52a701afb
commit
eb9e0c1623
8
third_party/cpuinfo/workspace.bzl
vendored
8
third_party/cpuinfo/workspace.bzl
vendored
@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "third_party_http_archive")
|
|||||||
def repo():
|
def repo():
|
||||||
third_party_http_archive(
|
third_party_http_archive(
|
||||||
name = "cpuinfo",
|
name = "cpuinfo",
|
||||||
strip_prefix = "cpuinfo-5cefcd6293e6881754c2c53f99e95b159d2d8aa5",
|
strip_prefix = "cpuinfo-6cecd15784fcb6c5c0aa7311c6248879ce2cb8b2",
|
||||||
sha256 = "8ea076bcc4ff73cdff520ece01b776d2a778ced60956f5eb88697a78e22c389d",
|
sha256 = "b1f2ee97e46d8917a66bcb47452fc510d511829556c93b83e06841b9b35261a5",
|
||||||
urls = [
|
urls = [
|
||||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/pytorch/cpuinfo/archive/5cefcd6293e6881754c2c53f99e95b159d2d8aa5.zip",
|
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/pytorch/cpuinfo/archive/6cecd15784fcb6c5c0aa7311c6248879ce2cb8b2.zip",
|
||||||
"https://github.com/pytorch/cpuinfo/archive/5cefcd6293e6881754c2c53f99e95b159d2d8aa5.zip",
|
"https://github.com/pytorch/cpuinfo/archive/6cecd15784fcb6c5c0aa7311c6248879ce2cb8b2.zip",
|
||||||
],
|
],
|
||||||
build_file = "//third_party/cpuinfo:BUILD.bazel",
|
build_file = "//third_party/cpuinfo:BUILD.bazel",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user