Bump up nvComp version to 5.3.0.16#6428
Conversation
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
|
CI MESSAGE: [59095008]: BUILD STARTED |
|
CI MESSAGE: [59095030]: BUILD STARTED |
|
| Filename | Overview |
|---|---|
| cmake/Dependencies.common.cmake | Pip package pin for nvidia-libnvcomp updated from 5.2.0.13 to 5.3.0.16, now matching the tarball version used in all Dockerfiles. |
| docker/Dockerfile.cuda129.aarch64.deps | NVCOMP_VERSION bumped from 4.2.0.11-1 to 5.3.0.16 and the variable is now actually used in the wget URL and cp commands (previously those lines were hardcoded to 5.2.0.10). |
| docker/Dockerfile.cuda129.x86_64.deps | Same fix as the aarch64 variant: NVCOMP_VERSION updated to 5.3.0.16 and used consistently in wget and cp commands. |
| docker/Dockerfile.cuda133.aarch64.deps | NVCOMP_VERSION=5.3.0.16 introduced as a variable (was previously hardcoded as 5.2.0.10) and used in wget and cp commands. |
| docker/Dockerfile.cuda133.x86_64.deps | Same as the cuda133 aarch64 variant: NVCOMP_VERSION introduced and updated to 5.3.0.16. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Docker build] --> B{Platform}
B --> C[cuda129 x86_64]
B --> D[cuda129 aarch64]
B --> E[cuda133 x86_64]
B --> F[cuda133 aarch64]
C --> G["wget nvcomp-linux-x86_64-5.3.0.16_cuda12-archive.tar.xz"]
D --> H["wget nvcomp-linux-sbsa-5.3.0.16_cuda12-archive.tar.xz"]
E --> I["wget nvcomp-linux-x86_64-5.3.0.16_cuda13-archive.tar.xz"]
F --> J["wget nvcomp-linux-sbsa-5.3.0.16_cuda13-archive.tar.xz"]
G & H & I & J --> K["Install headers + libs to /usr/local/cuda"]
K --> L[DALI build]
L --> M["cmake: nvidia-libnvcomp-cu{MAJOR} == 5.3.0.16 (pip requirement)"]
Reviews (1): Last reviewed commit: "Bump up nvComp version to 5.3.0.16" | Re-trigger Greptile
|
CI MESSAGE: [59095030]: BUILD FAILED |
|
CI MESSAGE: [59095008]: 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: N/A