Skip to content

Commit e61a486

Browse files
committed
* Upgrade presets for cuDNN 9.25.0
1 parent 9f6dc85 commit e61a486

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/actions/deploy-ubuntu/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
export PREFIX=aarch64-linux-gnu
5252
export CUDA=cuda-repo-rhel8-13-3-local-13.3.1_610.43.02-1.aarch64.rpm
5353
export CCCL=13-3-13.3.3.4.1-1.aarch64
54-
export CUDNN=cuda-13-9.24.0.43-1.aarch64
54+
export CUDNN=cuda-13-9.25.0.15-1.aarch64
5555
export NCCL=2.30.7-1+cuda13.3.aarch64
5656
export NVCOMP=nvcomp-linux-sbsa-5.2.0.10_cuda13-archive
5757
export USERLAND_BUILDME="buildme --aarch64"
@@ -74,7 +74,7 @@ runs:
7474
export PREFIX=x86_64-linux-gnu
7575
export CUDA=cuda-repo-rhel8-13-3-local-13.3.1_610.43.02-1.x86_64.rpm
7676
export CCCL=13-3-13.3.3.4.1-1.x86_64
77-
export CUDNN=cuda-13-9.24.0.43-1.x86_64
77+
export CUDNN=cuda-13-9.25.0.15-1.x86_64
7878
export NCCL=2.30.7-1+cuda13.3.x86_64
7979
export NVCOMP=nvcomp-linux-x86_64-5.2.0.10_cuda13-archive
8080
fi

.github/actions/deploy-windows/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,16 @@ runs:
147147
if "%CI_DEPLOY_PLATFORM%"=="windows-x86_64" if not "%CI_DEPLOY_NEED_CUDA%"=="" (
148148
echo Installing CUDA, cuDNN, nvCOMP, etc
149149
curl -LO https://developer.download.nvidia.com/compute/cuda/13.3.1/local_installers/cuda_13.3.1_windows.exe
150-
curl -LO https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.24.0.43_cuda13-archive.zip
150+
curl -LO https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.25.0.15_cuda13-archive.zip
151151
curl -LO http://www.winimage.com/zLibDll/zlib123dllx64.zip
152152
curl -LO https://developer.download.nvidia.com/compute/nvcomp/redist/nvcomp/windows-x86_64/nvcomp-windows-x86_64-5.2.0.10_cuda13-archive.zip
153153
cuda_13.3.1_windows.exe -s
154-
unzip cudnn-windows-x86_64-9.24.0.43_cuda13-archive.zip
154+
unzip cudnn-windows-x86_64-9.25.0.15_cuda13-archive.zip
155155
unzip zlib123dllx64.zip
156156
unzip nvcomp-windows-x86_64-5.2.0.10_cuda13-archive.zip
157-
move cudnn-windows-x86_64-9.24.0.43_cuda13-archive\bin\x64\*.dll "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\bin\x64"
158-
move cudnn-windows-x86_64-9.24.0.43_cuda13-archive\include\*.h "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\include"
159-
move cudnn-windows-x86_64-9.24.0.43_cuda13-archive\lib\x64\*.lib "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\lib\x64"
157+
move cudnn-windows-x86_64-9.25.0.15_cuda13-archive\bin\x64\*.dll "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\bin\x64"
158+
move cudnn-windows-x86_64-9.25.0.15_cuda13-archive\include\*.h "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\include"
159+
move cudnn-windows-x86_64-9.25.0.15_cuda13-archive\lib\x64\*.lib "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\lib\x64"
160160
move dll_x64\zlibwapi.dll "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\bin\x64"
161161
move nvcomp-windows-x86_64-5.2.0.10_cuda13-archive\include\* "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\include"
162162
move nvcomp-windows-x86_64-5.2.0.10_cuda13-archive\include\nvcomp "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.3\include"

.github/workflows/cuda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
file: [pom.xml, redist, redist-cublas, redist-cudnn, redist-cusolver, redist-cusparse, redist-npp, redist-nccl, redist-nvcomp]
2626
steps:
27-
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
27+
- uses: m1ngyuan/javacpp-presets/.github/actions/deploy-ubuntu@actions
2828
# linux-ppc64le:
2929
# runs-on: ubuntu-22.04
3030
# strategy:
@@ -38,7 +38,7 @@ jobs:
3838
matrix:
3939
file: [pom.xml, redist, redist-cublas, redist-cudnn, redist-cusolver, redist-cusparse, redist-npp, redist-nccl, redist-nvcomp]
4040
steps:
41-
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
41+
- uses: m1ngyuan/javacpp-presets/.github/actions/deploy-ubuntu@actions
4242
# macosx-x86_64:
4343
# runs-on: macos-13
4444
# strategy:
@@ -52,7 +52,7 @@ jobs:
5252
matrix:
5353
file: [pom.xml, redist, redist-cublas, redist-cudnn, redist-cusolver, redist-cusparse, redist-npp, redist-nccl, redist-nvcomp]
5454
steps:
55-
- uses: bytedeco/javacpp-presets/.github/actions/deploy-windows@actions
55+
- uses: m1ngyuan/javacpp-presets/.github/actions/deploy-windows@actions
5656
platform:
5757
needs: [linux-arm64, linux-x86_64, windows-x86_64]
5858
# needs: [linux-ppc64le, linux-x86_64, macosx-x86_64, windows-x86_64]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Add new `SampleOnnxMNIST` in samples for TensorRT ([pull #1742](https://github.com/bytedeco/javacpp-presets/pull/1742))
1010
* Fix loading issues with `libomp.dylib` and `libiomp5.dylib` for DNNL and PyTorch on Mac
1111
* Include `model_package_loader.h` header file in presets for PyTorch ([issue #1729](https://github.com/bytedeco/javacpp-presets/issues/1729))
12-
* Upgrade presets for FFmpeg 8.1.1, MKL 2026.0.0, DNNL 3.12.2, OpenBLAS 0.3.33, CUDA 13.3.1, cuDNN 9.24.0.43, NCCL 2.30.7, nvCOMP 5.2.0.10, NVIDIA Video Codec SDK 13.1.15, OpenCL 3.1.1, FFTW 3.3.11, CPython 3.14.6, NumPy 2.5.0, SciPy 1.18.0, LLVM 22.1.7, PyTorch 2.13.0, TensorFlow Lite 2.21.0, TensorRT 11.1.0.106, Triton Inference Server 2.70.0, ONNX 1.22.0, ONNX Runtime 1.27.1 ([pull #1789](https://github.com/bytedeco/javacpp-presets/pull/1789)), and their dependencies
12+
* Upgrade presets for FFmpeg 8.1.1, MKL 2026.0.0, DNNL 3.12.2, OpenBLAS 0.3.33, CUDA 13.3.1, cuDNN 9.25.0.15, NCCL 2.30.7, nvCOMP 5.2.0.10, NVIDIA Video Codec SDK 13.1.15, OpenCL 3.1.1, FFTW 3.3.11, CPython 3.14.6, NumPy 2.5.0, SciPy 1.18.0, LLVM 22.1.7, PyTorch 2.13.0, TensorFlow Lite 2.21.0, TensorRT 11.1.0.106, Triton Inference Server 2.70.0, ONNX 1.22.0, ONNX Runtime 1.27.1 ([pull #1789](https://github.com/bytedeco/javacpp-presets/pull/1789)), and their dependencies
1313
* Compile classes with `parameters` bumping minimum requirements to Java SE 8 and Android 7.0 ([issue #1739](https://github.com/bytedeco/javacpp-presets/issues/1739))
1414

1515
### February 22, 2026 version 1.5.13

cuda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Introduction
2626
This directory contains the JavaCPP Presets module for:
2727

2828
* CUDA 13.3.1 https://developer.nvidia.com/cuda-zone
29-
* cuDNN 9.24.0.43 https://developer.nvidia.com/cudnn
29+
* cuDNN 9.25.0.15 https://developer.nvidia.com/cudnn
3030
* NCCL 2.30.7 https://developer.nvidia.com/nccl
3131
* nvCOMP 5.2.0.10 https://developer.nvidia.com/nvcomp
3232

0 commit comments

Comments
 (0)