From eb9e0c16233d5de9aa428b3b0bd818a19393bb48 Mon Sep 17 00:00:00 2001 From: Marat Dukhan Date: Tue, 2 Jun 2020 15:58:38 -0700 Subject: [PATCH] Update cpuinfo dependency Bring in detection of NEON Dot Product instructions on iOS PiperOrigin-RevId: 314421406 Change-Id: I07946637b94c3835a972b24067fb49ad06d437cc --- third_party/cpuinfo/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/third_party/cpuinfo/workspace.bzl b/third_party/cpuinfo/workspace.bzl index ed5b8aea41a..7ba603b800d 100644 --- a/third_party/cpuinfo/workspace.bzl +++ b/third_party/cpuinfo/workspace.bzl @@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "third_party_http_archive") def repo(): third_party_http_archive( name = "cpuinfo", - strip_prefix = "cpuinfo-5cefcd6293e6881754c2c53f99e95b159d2d8aa5", - sha256 = "8ea076bcc4ff73cdff520ece01b776d2a778ced60956f5eb88697a78e22c389d", + strip_prefix = "cpuinfo-6cecd15784fcb6c5c0aa7311c6248879ce2cb8b2", + sha256 = "b1f2ee97e46d8917a66bcb47452fc510d511829556c93b83e06841b9b35261a5", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/pytorch/cpuinfo/archive/5cefcd6293e6881754c2c53f99e95b159d2d8aa5.zip", - "https://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/6cecd15784fcb6c5c0aa7311c6248879ce2cb8b2.zip", ], build_file = "//third_party/cpuinfo:BUILD.bazel", )