Uh oh!
There was an error while loading. Please reload this page.
automate offload, part 2 - clang calls - #149202
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5992ea5 to
0588363Compare0588363 to
99348e0Compare
This comment has been minimized.
This comment has been minimized.
99348e0 to
b117ff4Compare
This comment has been minimized.
This comment has been minimized.
b117ff4 to
3a9d453Compare89a17be to
ebbe811Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
3632e16 to
9b4ad11Compare
This comment has been minimized.
This comment has been minimized.
9b4ad11 to
b117ff4Comparec02f6ff to
604668fCompare
This comment has been minimized.
This comment has been minimized.
604668f to
05e647aComparerustbot
commented
Dec 10, 2025
Requested reviewer is already assigned to this pull request. Please choose another assignee. |
bors
commented
Dec 20, 2025
☔ The latest upstream changes (presumably #150177) made this pull request unmergeable. Please resolve the merge conflicts. |
05e647a to
8e1d803Comparerustbot
commented
Dec 23, 2025
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
oli-obk
commented
Dec 23, 2025
@bors r+ rollup |
bors
commented
Dec 23, 2025
bors
commented
Dec 23, 2025
bors
commented
Dec 23, 2025
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 0bd13c3 (parent) -> 99ff3fb (this PR) Test differencesShow 3 test diffs3 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 99ff3fbb86658b427f5dd7daaae8db5626a63c26 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
rust-timer
commented
Dec 23, 2025
Finished benchmarking commit (99ff3fb): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -3.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 4.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 481.073s -> 482.582s (0.31%) |
This automates steps 2+3 (the clang invocations) of the rust offload usage pipeline.
Now all that remains is a clang-linker-invocation after this step.
r? oli-obk