ci(TRI-1406): prepare ONNX Runtime backend for 26.06 (TRT 11, OV 2026.2, CCCL fix) (cherry-pick) - #345
Merged
Conversation
….2, CCCL fix) (#344) * ci(TRI-1406): add OpenVINO 2026.2 * ci(TRI-1406): picking support for TensorRT 11 * including patch for ORT * ci(TRI-1406): cherry-pick ORT PR #28972 for CCCL header-ordering fix Adds a third cherry-pick on top of the existing ORT 1.26.0 patch chain to fix a cudafe++ parse error in <cub/device/device_transform.cuh:45> seen under CUDA 13.3 (`global qualification of class name is invalid before ':' token` at the `cuda::proclaims_copyable_arguments` specialization). Upstream draft PR: microsoft/onnxruntime#28972 * remove 26.06 related changes.
This was referenced Jun 27, 2026
mc-nv
marked this pull request as ready for review
June 27, 2026 02:18
yinggeh
approved these changes
Jun 27, 2026
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.
What does the PR do?
Cherry-picks
7db2534fromr26.06to advancemainpost-26.05 toward the 26.07dev_user container train (tracks upstream 26.06).Brings forward 26.06-cycle changes to
tools/gen_ort_dockerfile.py: OpenVINO 2026.2, TensorRT 11, and the ORT#28972CCCL header-ordering fix.Related PRs:
Test plan:
gen_ort_dockerfile.pyrenders the expected Dockerfile against CUDA 13.3 / TRT 11.Related Issues: