Skip to content

Commit 359537c

Browse files
committed
* Upgrade presets for cuDNN 9.25.0
1 parent e61a486 commit 359537c

39 files changed

Lines changed: 64 additions & 64 deletions

File tree

cuda/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,49 +67,49 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
6767
<dependency>
6868
<groupId>org.bytedeco</groupId>
6969
<artifactId>cuda-platform</artifactId>
70-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
70+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
7171
</dependency>
7272

7373
<!-- Additional dependencies to use bundled CUDA, cuDNN, and NCCL -->
7474
<dependency>
7575
<groupId>org.bytedeco</groupId>
7676
<artifactId>cuda-platform-redist</artifactId>
77-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
77+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.bytedeco</groupId>
8181
<artifactId>cuda-platform-redist-cublas</artifactId>
82-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
82+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.bytedeco</groupId>
8686
<artifactId>cuda-platform-redist-cudnn</artifactId>
87-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
87+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.bytedeco</groupId>
9191
<artifactId>cuda-platform-redist-cusolver</artifactId>
92-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
92+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.bytedeco</groupId>
9696
<artifactId>cuda-platform-redist-cusparse</artifactId>
97-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
97+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.bytedeco</groupId>
101101
<artifactId>cuda-platform-redist-npp</artifactId>
102-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
102+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.bytedeco</groupId>
106106
<artifactId>cuda-platform-redist-nccl</artifactId>
107-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
107+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.bytedeco</groupId>
111111
<artifactId>cuda-platform-redist-nvcomp</artifactId>
112-
<version>13.3-9.24-1.5.14-SNAPSHOT</version>
112+
<version>13.3-9.25-1.5.14-SNAPSHOT</version>
113113
</dependency>
114114

115115
</dependencies>

cuda/platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for CUDA</name>
1717

1818
<properties>

cuda/platform/redist-cublas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform-redist-cublas</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform Redist for CUDA</name>
1717

1818
<properties>

cuda/platform/redist-cudnn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform-redist-cudnn</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform Redist for CUDA</name>
1717

1818
<properties>

cuda/platform/redist-cusolver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform-redist-cusolver</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform Redist for CUDA</name>
1717

1818
<properties>

cuda/platform/redist-cusparse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform-redist-cusparse</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform Redist for CUDA</name>
1717

1818
<properties>

cuda/platform/redist-nccl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform-redist-nccl</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform Redist for CUDA</name>
1717

1818
<properties>

cuda/platform/redist-npp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform-redist-npp</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform Redist for CUDA</name>
1717

1818
<properties>

cuda/platform/redist-nvcomp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform-redist-nvcomp</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform Redist for CUDA</name>
1717

1818
<properties>

cuda/platform/redist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform-redist</artifactId>
15-
<version>13.3-9.24-${project.parent.version}</version>
15+
<version>13.3-9.25-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform Redist for CUDA</name>
1717

1818
<properties>

0 commit comments

Comments
 (0)