-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: fbarchard/cpuinfo
base: workflow
head repository: pytorch/cpuinfo
compare: main
- 17 commits
- 10 files changed
- 9 contributors
Commits on Mar 21, 2025
-
Xcode on macOS cannot handle multiple .c files having the same name as it produces an object file like init-<hash>.o, but tries to link to init.o https://gitlab.kitware.com/cmake/cmake/-/issues/20501 Signed-off-by: Christopher Degawa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8d118c - Browse repository at this point
Copy the full SHA a8d118cView commit details
Commits on Mar 28, 2025
-
- cpuinfo_get_max_arm_sme_length() returns svl vector length in bits - Display length of SME vectors in isa-tool SME may be enabled on cpus that do not have SVE
Configuration menu - View commit details
-
Copy full SHA for 81bc2e0 - Browse repository at this point
Copy the full SHA 81bc2e0View commit details -
- cpuinfo_get_max_arm_sme_length() returns svl vector length in bits - Display length of SME vectors in isa-tool - Upgrade cmake-linux-riscv64 ubuntu-22.04 runners to ubuntu-24.04 SME may be enabled on cpus that do not have SVE
Configuration menu - View commit details
-
Copy full SHA for 077e89f - Browse repository at this point
Copy the full SHA 077e89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd6d6d - Browse repository at this point
Copy the full SHA 2cd6d6dView commit details
Commits on May 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b728a23 - Browse repository at this point
Copy the full SHA b728a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a5942 - Browse repository at this point
Copy the full SHA 48a5942View commit details -
Fix clang format (pytorch#294)
Regressions introduced by pytorch#275 and pytorch#287
Configuration menu - View commit details
-
Copy full SHA for 1961df8 - Browse repository at this point
Copy the full SHA 1961df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab5a58 - Browse repository at this point
Copy the full SHA 4ab5a58View commit details -
Revert "cmake: rename duplicate names" (pytorch#296)
Reverts pytorch#284 as it broke Bazel builds
Configuration menu - View commit details
-
Copy full SHA for 905918f - Browse repository at this point
Copy the full SHA 905918fView commit details -
[CI] Fix riscv64-in-qemu build (pytorch#295)
Tried a few things, but looks like all one needs to do is to add `--platform linux/riscv64` flag to `docker run` command
Configuration menu - View commit details
-
Copy full SHA for 957b852 - Browse repository at this point
Copy the full SHA 957b852View commit details
Commits on May 23, 2025
-
riscv-hw.c: match kernel type in syscall(). (pytorch#292)
syscall() doesn't care about these types at all, and the kernel uses cpu_set_t, so we're better off just removing the cast entirely.
Configuration menu - View commit details
-
Copy full SHA for de0ce7c - Browse repository at this point
Copy the full SHA de0ce7cView commit details
Commits on May 29, 2025
-
update apple soc info (pytorch#290)
* [WIP] update apple soc info Summary: Added support for A16, A17, A18, A18 pro. Reg values are found from ncnn and needs validation. Additional source Constants are taken from https://github.com/apple-oss-distributions/xnu/blob/e3723e1f17661b24996789d8afc084c0c3303b26/osfmk/mach/machine.h#L449 Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned] * Update on "[WIP] update apple soc info" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned] * Update on "[WIP] update apple soc info" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned] * Update on "[WIP] update apple soc info" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned] * Update on "update apple soc info" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Configuration menu - View commit details
-
Copy full SHA for c61fe91 - Browse repository at this point
Copy the full SHA c61fe91View commit details
Commits on Jun 2, 2025
-
Add Intel Crestmont uarch (pytorch#299)
Darkmont is the uarch used in Sierra Forest Tested: make cpu-info sde -srf -- ./cpu-info
Configuration menu - View commit details
-
Copy full SHA for 88b498b - Browse repository at this point
Copy the full SHA 88b498bView commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6c9eb84 - Browse repository at this point
Copy the full SHA 6c9eb84View commit details
Commits on Jun 9, 2025
-
Add Intel Darkmont uarch (pytorch#298)
* Add Intel Darkmont uarch - Darkmont is the uarch used in Clearwater Forest * Add Intel Darkmont uarch - Darkmont is the uarch used in Clearwater Forest * Add Intel Darkmont uarch - Darkmont is the uarch used in Clearwater Forest
Configuration menu - View commit details
-
Copy full SHA for bac1e85 - Browse repository at this point
Copy the full SHA bac1e85View commit details
Commits on Jun 10, 2025
-
Added Willow Cove (pytorch#301)
* Added Willow Cove * Update uarch.c removed incomplete modification in naming * Update cpu-info.c moved willow_cove up two lines to be next to sunny_cove * Update cpuinfo.h made the enum consistent with uarch naming following sunny_cove * Update cpuinfo.h updated comments to refer to intel microarchitecture per request to keep consistent.
Configuration menu - View commit details
-
Copy full SHA for d742755 - Browse repository at this point
Copy the full SHA d742755View commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e4cadd0 - Browse repository at this point
Copy the full SHA e4cadd0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff workflow...main