Fingerprint SLC:AMD:ZEN5:1A:44:00:567dcabfdc75b2c3:cbb6a67840c83bca. Re-run locally. Losses are published.
cargo run -p silicera-cli -- eval -o out/single-machine-eval.json
cargo run -p silicera-cli -- archive --eval out/single-machine-eval.json
| Field | Result |
|---|---|
| Calm-check | true (~1.6–1.9% drift) |
| Artifact suite | native_wins=3 · portable_wins=1 |
| Alignment matters | false |
| Placement (4 threads) | spread (run-dependent) |
| Deferred | Silicon Split Machine B; full PGO/BOLT tables |
-C target-cpu=native vs x86-64-v2)| Kernel | Portable ns | Native ns | Choice |
|---|---|---|---|
| dot_f32 | 167300 | 145100 | →native |
| saxpy_f32 | 48800 | 28800 | →native |
| checksum_u8 | 660850 | 692200 | →portable |
| reduce_i32 | 8900 | 2800 | →native |
checksum_u8 portable win is intentional honesty — do not hide it.
cargo run -p silicera-cli -- calm-check
cargo run -p silicera-cli -- harness --domain all
cargo run -p silicera-cli -- native-artifacts --suite --merge-profile out/profile.hnep
cargo run -p silicera-cli -- remarks out/profile.hnep -o out/remarks.yaml
cargo run -p silicera-cli -- feedback out/profile.hnep -o out/feedback.scf.json
Silicon Split Machine B remains a placeholder until a second Zen host exists. Verdict stays UNKNOWN. Protocol and CLI are ready; numbers are not invented.