preflight: rocm7-0-34-4-dynres for the v0.34.4 fold, measured on gfx1151 - #378
Merged
Merged
Conversation
The v0.34.4 fold's gfx1151 profile. No rocm7 profile admitted a version after 0.34.1, so preflight on this host could not resolve the fold at all. - Ladders: measure_ladder.py on the fold image (maxusai-ollama:0.34.3-dynres-5-g29ae523-rocm7-gfx1151, Dockerfile.rocm on Ubuntu 7.2.4). Its output is pasted whole, and every ladder equals rocm-0-34-1-dynres's. - Pin: llama_cpp_build = 161755f29 (b11081), read through the container route of #376. - Patchset: 001 002 004 005 801 802 903. There is no 906, retired at b10969. - version_pattern: covers the fold's pre-tag and post-tag stamps. First run: VERDICT PASS, PASS=20 SKIP=12. That includes the pinned budgets and think_format on all three arches through the single pass. The run record is committed next to the profile (force-added past the runs/ ignore, as the other cited run records are). Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds gate 5's rocm7 profile for the v0.34.4 fold. It targets #375's branch, not
main. I measured and ran it on gfx1151 only, and it touches no other platform's profile.What
rocm7-0-34-4-dynresinexpectations.toml. Until now, no rocm7 profile admitted a version after 0.34.1, so preflight on the ROCm host could not resolve the fold at all (exit 2).llama_cpp_build = "161755f29"(b11081), read through the container route preflight: read llama-server's sha from its version line, not by position #376 fixed.toolchain_build = "rocm-7.2.4". The image is built withDockerfile.rocmonrocm/dev-ubuntu-24.04:7.2.4-complete(ADR 0042).^0\.34\.[34]-dynres-\d+-g…matches the fold's gate images beforev0.34.4-dynresis cut and after. A 0.34.3 build on b10969 also matches, and then failspayload_pin, which is the right answer for it.measure_ladder.pymeasured them on the fold image, and I pasted its output whole (ADR 0012 rule 8). They equalrocm-0-34-1-dynres's exactly: nemotron[266, 266, 578, 2306, 3270], gemma4[1102]×5, qwen35[1034, 1034, 1034, 2306, 4082]. That is expected, becausetools/mtmdchanged between b10969 and b11081 by one error-handling hunk only.First run: VERDICT PASS
preflight.py --platform rocm7 --qualityagainstmaxusai-ollama:0.34.3-dynres-5-g29ae523-rocm7-gfx1151(built from29ae52351), on a container of its own, gave PASS=20 SKIP=12:payload_pin,toolchain_pin,image_tagandgo_patch_marker;think_formaton all three archs through the fold's single pass: valid JSON after thinking, in 1401, 127 and 273 tokens;endpoint_exclusive: no contention.All the skips predate this profile. No rocm7 profile has recorded a poison-probe, aspect or extraction-quality expectation. The run record is committed as
runs/preflight-rocm7-0344-fold-g29ae523.json. It is force-added past theruns/ignore, as the other cited records are.Verification
python3 test_verdicts.pypasses: 196 tests OK, 6 skipped.tomllibloads the file.amd-server/rocm-gfx1151🤖 Generated with Claude Code