Skip to content

Commit 72423f6

Browse files
committed
* Upgrade presets for DNNL 3.12.1, OpenCL 3.1.1, FFTW 3.3.11
1 parent b9e68f3 commit 72423f6

177 files changed

Lines changed: 422 additions & 260 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 3 additions & 3 deletions

dnnl/README.md

Lines changed: 4 additions & 4 deletions

dnnl/cppbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export DNNL_CPU_RUNTIME="OMP" # or TBB
1111
export DNNL_GPU_RUNTIME="OCL"
1212

1313
TBB_VERSION=2020.3
14-
MKLDNN_VERSION=3.11
14+
MKLDNN_VERSION=3.12.1
1515
download https://github.com/oneapi-src/oneTBB/archive/v$TBB_VERSION.tar.gz oneTBB-$TBB_VERSION.tar.bz2
1616
download https://github.com/oneapi-src/oneDNN/archive/v$MKLDNN_VERSION.tar.gz oneDNN-$MKLDNN_VERSION.tar.bz2
1717

dnnl/platform/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>dnnl-platform</artifactId>
15-
<version>3.11-${project.parent.version}</version>
15+
<version>3.12.1-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for DNNL</name>
1717

1818
<properties>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.bytedeco</groupId>
2525
<artifactId>opencl-platform</artifactId>
26-
<version>3.0-${project.parent.version}</version>
26+
<version>3.1-${project.parent.version}</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.bytedeco</groupId>

dnnl/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
<groupId>org.bytedeco</groupId>
1313
<artifactId>dnnl</artifactId>
14-
<version>3.11-${project.parent.version}</version>
14+
<version>3.12.1-${project.parent.version}</version>
1515
<name>JavaCPP Presets for DNNL</name>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.bytedeco</groupId>
2020
<artifactId>opencl</artifactId>
21-
<version>3.0-${project.parent.version}</version>
21+
<version>3.1-${project.parent.version}</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.bytedeco</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.bytedeco</groupId>
4343
<artifactId>opencl-platform</artifactId>
44-
<version>3.0-${project.parent.version}</version>
44+
<version>3.1-${project.parent.version}</version>
4545
</dependency>
4646
</dependencies>
4747
<configuration>

dnnl/samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>dnnl-platform</artifactId>
15-
<version>3.11-1.5.14-SNAPSHOT</version>
15+
<version>3.12.1-1.5.14-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

dnnl/src/gen/java/org/bytedeco/dnnl/IntMemoryMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.13: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.14-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.dnnl;
44

dnnl/src/gen/java/org/bytedeco/dnnl/augru_backward.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.13: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.14-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.dnnl;
44

dnnl/src/gen/java/org/bytedeco/dnnl/augru_forward.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Targeted by JavaCPP version 1.5.13: DO NOT EDIT THIS FILE
1+
// Targeted by JavaCPP version 1.5.14-SNAPSHOT: DO NOT EDIT THIS FILE
22

33
package org.bytedeco.dnnl;
44

0 commit comments

Comments
 (0)