chore(deps): Update dependency intel/compute-runtime to v26.35.39758.10 - #1468
Draft
renovate[bot] wants to merge 6 commits into
Draft
renovate[bot] wants to merge 6 commits into
renovate[bot] wants to merge 6 commits into
Conversation
renovate
Bot
force-pushed
the
renovate/dev-image-pinned-deps
branch
from
September 19, 2026 09:19
f2bcbe9 to
dbadbc7
Compare
Merged
11 tasks
renovate
Bot
force-pushed
the
renovate/dev-image-pinned-deps
branch
from
September 19, 2026 12:19
dbadbc7 to
897c686
Compare
11 tasks
renovate
Bot
force-pushed
the
renovate/dev-image-pinned-deps
branch
3 times, most recently
from
September 20, 2026 10:31
476af2a to
9f7bbf2
Compare
renovate
Bot
force-pushed
the
renovate/dev-image-pinned-deps
branch
from
September 20, 2026 15:28
9f7bbf2 to
0cabada
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
Summary
Updates the development container's Intel NEO runtime from
26.31.39395.13to26.35.39758.10, deriving the matching gmmlib 22.10.0 and IGC 2.41.5 packages from Intel's release metadata and verifying every package against the published SHA-256 set.The same branch closes the fetcher's fail-open and credential-transport defects: downloads are bounded, atomic, retry-aware, GitHub-host constrained, ambiguity-rejecting, checksum/package validated, and cleaned up on failure. Optional GitHub authentication now uses an ephemeral BuildKit secret across raw Docker, Compose, and CI instead of
ARG GITHUB_TOKEN; anonymous builds remain supported.Type
feat— new featurefix— bug fixperf— performance improvementrefactor— no behavior changedocs— documentation onlytest— test-onlybuild/ci— tooling / infraport— cherry-pick from upstream Netflix/vmafsycl/cuda/simd— backend-specificChecklist
make format && make lintis green locally — draft: complete pre-commit and pre-push suites are green; no native production source changed.meson test -C build— not applicable to the Python/container-only production delta; focused resolver and contract suites are green below.Bug-status hygiene
docs/state.mdclosesT-DEV-CONTAINER-GITHUB-TOKEN-BUILD-ARG-2026-09-20against PR chore(deps): Update dependency intel/compute-runtime to v26.35.39758.10 #1468.Netflix golden-data gate
assertAlmostEqual(...)score or golden assertion was modified.Cross-backend numerical results
Not applicable: no score arithmetic, models, fixtures, or dispatch code changed.
Deep-dive deliverables
docs/research/2070-intel-neo-fetch-fail-closed.md.## Alternatives considered.AGENTS.mdinvariant note —dev/AGENTS.mdandscripts/ci/AGENTS.mdbind the secret/fetch/checker surfaces.changelog.d/changed/intel-neo-26-35.mdandchangelog.d/fixed/intel-neo-fetch-fail-closed.md.Reproducer
Validation completed locally:
--check: zero warnings;gpu-sdkstarget completed;Known follow-ups
Breaking changes / migration
None. Anonymous builds continue to work when GitHub permits the request. Authenticated raw builds replace
--build-arg GITHUB_TOKEN=...with--secret id=github_token,env=GITHUB_TOKEN; Compose maps the same optional host variable automatically.