Move to CUDA 13.3#6371
Conversation
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
|
CI MESSAGE: [52687833]: BUILD STARTED |
|
| Filename | Overview |
|---|---|
| docker/Dockerfile.cuda133.x86_64.deps | New CUDA 13.3 dependency Dockerfile for x86_64; mirrors the 13.2 file with updated CUDA_SUBVERSION (13.3.0-1), CUFILE_VERSION (1.18.0.66-1), and CUDA_VERSION_MINOR (3). |
| docker/Dockerfile.cuda133.aarch64.deps | New CUDA 13.3 dependency Dockerfile for aarch64; mirrors the 13.2 file with the same version bumps. |
| docker/build.sh | Default CUDA_VERSION bumped to 13.3, '133' added to the validation allow-list, and the help text and error message updated consistently. No logic changes. |
| docs/compilation.rst | CUDA version references updated: 13.3 is now the officially supported default, 13.2 moved to the deprecated list. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[build.sh] -->|CUDA_VERSION=13.3| B{Validation}
B -->|valid| C[Dockerfile.cuda133.x86_64.deps\nor .aarch64.deps]
B -->|invalid| D[Error & exit]
C --> E[Install CUDA 13.3 packages\ncuda-minimal-build, nvml, npp, etc.]
E --> F[Install nvJPEG2K 0.9.0.43]
F --> G[Install cuFile 1.18.0.66]
G --> H[Download nvcomp 5.2.0.10_cuda13]
H --> I[Install fatbinary wrapper\nfor clang compatibility]
I --> J[CUDA 13.3 build image ready]
Reviews (1): Last reviewed commit: "Move to CUDA 13.3" | Re-trigger Greptile
|
CI MESSAGE: [52687833]: BUILD FAILED |
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: DALI-4702