fp-hw-survey capture: Apple Silicon (M-series, arm64/macOS)
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 84/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- macos, rust
- Domain
- cli, operating-systems, tooling
Research direction
Use an Apple Silicon Mac and run the listed cargo build command for crates/fp-hw-survey. Run fp-hw-survey info and selftest first, then capture --label m-mac. Done means attaching the info output, clean selftest result, one-line NDJSON header, and resulting capture-*.ndjson file.
Written by the indexing model from the issue text.
Description
Capture native FP behavior on Apple Silicon (M1/M2/M3/M4, aarch64 / macOS) with crates/fp-hw-survey.
Steps
cargo build --release -p fp-hw-survey
./target/release/fp-hw-survey info # confirm CPU brand + features (expect fp16; rpres/afp if present)
./target/release/fp-hw-survey selftest # must pass
./target/release/fp-hw-survey capture --label m<N>-mac
What to attach to this issue
- The
infooutput (CPU brand + detected features). - The
selftestresult (must be clean —capturerefuses to write otherwise). - The one-line NDJSON header from the capture (durable provenance: cpu / os / features / date).
- The
capture-*.ndjsonfile itself (attachment or link).
Notes
fp16is expected on all shipping M-series;rpres/afprecorded if detected.- Intra-ARMv8 estimate ops (
frecpe/frsqrte/frecpx/fmulx) are predicted to be bit-identical with other ARMv8 parts — a zero-divergence merge against them is the expected, informative result.
Part of the FP hardware survey fleet-capture campaign.
- Dominant language
- C++
- Stars
- 2
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/m
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·