[Release merge - no review] Problem cache (#5117) -> gpuep-rel-2610 - #5145
Merged
tperry-amd merged 2 commits intoAug 20, 2026
Conversation
Release cherry-pick of the problem-cache follow-on: pluggable JSON/SQLite backends, cache_device_key, layered multi-cache priority (app>local>shipped, first-hit-wins) delivered via the problem_cache_files GPU backend option. Reviewed on ROCm#5117 -- release-branch merge, not for re-review. Conflicts vs 2610: target.cpp resolved as union with the compile_mode feature; tools/generate.py kept at 2610 (generated header is committed; ROCm#5117 generate.py routing assumes newer develop).
danieyan-amd
force-pushed
the
cherry/5117-problem-cache-2610
branch
from
August 18, 2026 04:00
b8a8af2 to
f3ed387
Compare
Contributor
|
@copilot resolve the merge conflicts in this pull request |
… into cherry/5117-problem-cache-2610 Signed-off-by: danieyan-amd <daniel.anieyan@amd.com> # Conflicts: # src/targets/gpu/target.cpp
tperry-amd
merged commit Aug 20, 2026
04f1dce
into
ROCm:gpuep-releases/gpuep-rel-2610
18 of 29 checks passed
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.
Release-branch merge - do not review here. (Reviewed on #5117.)
Cherry-pick of the problem-cache follow-on (#5117) onto gpuep-releases/gpuep-rel-2610 so it is available for the next release build.
Scope: only #5117's changes
problem_cache_filesGPU backend option.Conflict resolutions vs 2610
target.cpp: resolved as the union with 2610's compile_mode feature (both kept).tools/generate.py: kept 2610's version (generated header is already committed; Problem cache follow-on: pluggable backends, layered cache paths, compile-options API, and offline tooling #5117's generate.py routing assumes newer develop state and is not needed for the build).Validation & caveats
Paired with the EP-side release PR: onnxruntime/onnxruntime-ep-amdgpu#94.