Update to upstream version of cpuinfo
PiperOrigin-RevId: 297265039
diff --git a/WORKSPACE b/WORKSPACE
index c9cee71..7f7ec65 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -66,10 +66,10 @@
# cpuinfo library, used for detecting processor characteristics
http_archive(
name = "cpuinfo",
- strip_prefix = "cpuinfo-d5e37adf1406cf899d7d9ec1d317c47506ccb970",
- sha256 = "3f2dc1970f397a0e59db72f9fca6ff144b216895c1d606f6c94a507c1e53a025",
+ strip_prefix = "cpuinfo-e39a5790059b6b8274ed91f7b5b5b13641dff267",
+ sha256 = "e5caa8b7c58f1623eed88f4d5147e3753ff19cde821526bc9aa551b004f751fe",
urls = [
- "https://github.com/pytorch/cpuinfo/archive/d5e37adf1406cf899d7d9ec1d317c47506ccb970.tar.gz",
+ "https://github.com/pytorch/cpuinfo/archive/e39a5790059b6b8274ed91f7b5b5b13641dff267.tar.gz",
],
build_file = "@//third_party:cpuinfo.BUILD",
patches = ["@//third_party:cpuinfo.patch"],