Skip to content

Commit

Permalink
Bump nvImageCodec to v0.3.0 and nvJPEG2k to 0.8 (#5604)
Browse files Browse the repository at this point in the history
- bumps nvImageCodec to v0.3.0
- bumps up nvJPEG2k to 0.8

Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL authored Aug 13, 2024
1 parent ad97f80 commit 2d67119
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmake/Dependencies.common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ endif()
##################################################################
set(DALI_INSTALL_REQUIRES_NVIMGCODEC "")
if(BUILD_NVIMAGECODEC)
set(NVIMGCODEC_REQ_VERSION "0.2.0")
set(NVIMGCODEC_REQ_VERSION "0.3.0")
if (WITH_DYNAMIC_NVIMGCODEC)
message(STATUS "nvImageCodec - dynamic load")

Expand Down
2 changes: 1 addition & 1 deletion conda/third_party/dali_nvimagecodec/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package:

source:
git_url: https://github.com/NVIDIA/nvImageCodec.git
git_rev: v0.2.0
git_rev: v0.3.0

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda118.aarch64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.8.0/local_ins
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.7.5.32-1 && \
RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
CUDA_VERSION_MAJOR=11 && \
CUDA_VERSION_MINOR=8 && \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda118.x86_64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.8.0/local_ins
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.7.5.32-1 && \
RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
CUFILE_VERSION=1.4.0.31-1 && \
NVCOMP_VERSION=2.6.1 && \
CUDA_VERSION_MAJOR=11 && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda126.aarch64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/12.6.0/local_ins
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.7.5.32-1 && \
RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
CUFILE_VERSION=1.11.0.15-1 && \
CUDA_VERSION_MAJOR=12 && \
CUDA_VERSION_MINOR=6 && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda126.x86_64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/12.6.0/local_ins
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.7.5.32-1 && \
RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
CUFILE_VERSION=1.11.0.15-1 && \
NVCOMP_VERSION=2.6.1 && \
CUDA_VERSION_MAJOR=12 && \
Expand Down

0 comments on commit 2d67119

Please sign in to comment.