Skip to content

Commit

Permalink
Update cpuinfo to the latest commit (pytorch#83620)
Browse files Browse the repository at this point in the history
This hasn't been updated for a while, so pulling the latest commit from https://github.com/pytorch/cpuinfo. I wonder if it breaks anything

Fixes pytorch#83594

Pull Request resolved: pytorch#83620
Approved by: https://github.com/malfet
  • Loading branch information
huydhn authored and pytorchmergebot committed Aug 20, 2022
1 parent b2ddef2 commit f0ee21f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 58 deletions.
5 changes: 3 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ new_local_repository(
name = "fbgemm",
build_file = "//third_party:fbgemm/BUILD.bazel",
path = "third_party/fbgemm",
repo_mapping = {"@cpuinfo" : "@org_pytorch_cpuinfo"}
)

new_local_repository(
Expand All @@ -103,8 +104,8 @@ new_local_repository(
)

new_local_repository(
name = "cpuinfo",
build_file = "//third_party:cpuinfo.BUILD",
name = "org_pytorch_cpuinfo",
build_file = "//third_party:cpuinfo/BUILD.bazel",
path = "third_party/cpuinfo",
)

Expand Down
55 changes: 0 additions & 55 deletions third_party/cpuinfo.BUILD

This file was deleted.

0 comments on commit f0ee21f

Please sign in to comment.