Update cpuinfo dependency

Pull commits for improved NEON DotProduct detection

PiperOrigin-RevId: 313458099
Change-Id: If116c7fba6a9b9f9e1e75e29fe1dd3330c80bf1c
This commit is contained in:
Marat Dukhan 2020-05-27 13:55:55 -07:00 committed by TensorFlower Gardener
parent f44bb87843
commit 45800a6ac3

View File

@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "third_party_http_archive")
def repo():
third_party_http_archive(
name = "cpuinfo",
strip_prefix = "cpuinfo-19b9316c71e4e45b170a664bf62ddefd7ac9feb5",
sha256 = "e0a485c072de957668eb324c49d726dc0fd736cfb9436b334325f20d93085003",
strip_prefix = "cpuinfo-5cefcd6293e6881754c2c53f99e95b159d2d8aa5",
sha256 = "8ea076bcc4ff73cdff520ece01b776d2a778ced60956f5eb88697a78e22c389d",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/pytorch/cpuinfo/archive/19b9316c71e4e45b170a664bf62ddefd7ac9feb5.zip",
"https://github.com/pytorch/cpuinfo/archive/19b9316c71e4e45b170a664bf62ddefd7ac9feb5.zip",
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/pytorch/cpuinfo/archive/5cefcd6293e6881754c2c53f99e95b159d2d8aa5.zip",
"https://github.com/pytorch/cpuinfo/archive/5cefcd6293e6881754c2c53f99e95b159d2d8aa5.zip",
],
build_file = "//third_party/cpuinfo:BUILD.bazel",
)