chore(deps): bump local CUDA 13.3 + R610 minimum driver (CI deferred)#62
Open
lusoris wants to merge 1 commit into
Open
chore(deps): bump local CUDA 13.3 + R610 minimum driver (CI deferred)#62lusoris wants to merge 1 commit into
lusoris wants to merge 1 commit into
Conversation
…l Jimver+NVCR ship 13.3) NVIDIA apt repo carries cuda-toolkit-13-3 (13.3.0-1) as of 2026-05-28; bump the dev/Containerfile pin from 13-2 to 13-3. Document R610.43.02 as the new minimum host driver for CUDA 13.3 runtime in cuda/overview.md and build-flags.md. Add Blackwell sm_103 gencode row (GB203, nvcc >= 13.3). CI Jimver pin stays on 13.2.0 (13.3.0 absent from linux-links.ts); NVCR image tag also deferred (no 13.3.x-devel tag on Docker Hub). ADR-0738. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
f86a6c8 to
42a5835
Compare
lusoris
added a commit
that referenced
this pull request
May 28, 2026
…ver) PR #62 fixed the runtime segfault but missed the Containerfile directory references left over from the ADR-0700 libvmaf/ → core/ rename. Fixes: - COPY source path (libvmaf/ → core/) - COPY destination path (/build/vmaf/libvmaf/ → /build/vmaf/core/) - `cd libvmaf` in meson-setup RUN step - `cd libvmaf` in ninja-install RUN step - Three inline comments naming the old path (including core/src/meson.build) Without this change `docker build` fails at the COPY layer because the source directory `libvmaf/` no longer exists in the build context. Manually patched during container rebuild on 2026-05-28; this commit formalizes it. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
cuda-toolkit-13-2→cuda-toolkit-13-3indev/Containerfile. Packagecuda-toolkit-13-3_13.3.0-1_amd64.debconfirmed present in NVIDIA ubuntu2404 apt repo (2026-05-28).docs/backends/cuda/overview.mdanddocs/development/build-flags.md.cuda/overview.mdgatednvcc >= 13.3.core/AGENTS.mdinvariant added (three-file update contract for future toolkit bumps).Deferred (with reason)
cuda: '13.2.0'→'13.3.0'13.3.0absent fromJimver/cuda-toolkit src/links/linux-links.ts(verified 2026-05-28). Will break all CUDA CI legs if bumped now.nvcr.io/nvidia/cudabase image13.3.x-devel-ubuntu24.04tag on Docker Hub (verified via v2 API,count: 0).Follow-up trigger: run
gh api repos/Jimver/cuda-toolkit/contents/src/links/linux-links.ts | jq -r '.content' | base64 -d | grep 13.3— when it returns a result, open a follow-up PR to bump the CI workflow pin and this ADR status note.Smoke test
Container build smoke (local — skip if podman unavailable on agent):
Container build was skipped in this agent run (agent isolation rule: no docker exec). Run manually to verify
cuda-toolkit-13-3installs cleanly.Six deep-dive deliverables
no digest needed: routine version bump tracking NVIDIA GA## Alternatives considered: bump everything blind (rejected — CI breaks), wait for Jimver (rejected — local users blocked), partial bump (chosen) — see ADR-0738core/AGENTS.mdinvariant: R610.43.02 minimum driver + three-file update contract for CUDA toolkit bumpspodman build -f dev/Containerfile -t vmafx-cuda-13.3-smoke . 2>&1 | tail -20changelog.d/changed/bump-cuda-13.3-r610-local.mdfragmentdocs/rebase-notes.mdentry (three-file contract + Jimver lag note)Docs updated (CLAUDE §12 r10)
docs/backends/cuda/overview.md: min driver section, sm_103 row, CUDA 13.3 notes sectiondocs/development/build-flags.md:enable_cudarow min driver noteState
docs/state.md:_Updated:row added for T-CUDA-133-R610-BUMP-2026-05-28🤖 Generated with Claude Code