Skip to content

Commit cb85afd

Browse files
committed
* Upgrade presets for MKL 2020.3, DNNL 1.6.2
1 parent bfbd6da commit cb85afd

File tree

31 files changed

+45
-45
lines changed

31 files changed

+45
-45
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Add support for Windows to presets for Qt ([issue #862](https://github.com/bytedeco/javacpp-presets/issues/862))
1717
* Fix JPMS modules for CUDA, ARPACK-NG, GSL, SciPy, Gym, MXNet ([pull #880](https://github.com/bytedeco/javacpp-presets/pull/880) and [pull #881](https://github.com/bytedeco/javacpp-presets/pull/881)), OpenCV, CPython, LLVM, Tesseract, Qt ([pull #928](https://github.com/bytedeco/javacpp-presets/pull/928))
1818
* Build OpenBLAS with a `TARGET` even for `DYNAMIC_ARCH` to avoid SIGILL ([issue eclipse/deeplearning4j#8747](https://github.com/eclipse/deeplearning4j/issues/8747))
19-
* Upgrade presets for OpenCV 4.4.0, FFmpeg 4.3.1 ([pull #891](https://github.com/bytedeco/javacpp-presets/pull/891)), Arrow 1.0.1, Hyperscan 5.3.0, MKL 2020.2, MKL-DNN 0.21.5, DNNL 1.6.1, OpenBLAS 0.3.10, CPython 3.7.9, NumPy 1.19.1, SciPy 1.5.2, Gym 0.17.2, LLVM 10.0.1, Leptonica 1.80.0, CUDA 11.0.3, cuDNN 8.0.3, NCCL 2.7.8, MXNet 1.7.0, TensorFlow 1.15.3, TensorRT 7.1, ONNX 1.7.0 ([pull #882](https://github.com/bytedeco/javacpp-presets/pull/882)), ONNX Runtime 1.4.0 ([pull #887](https://github.com/bytedeco/javacpp-presets/pull/887)), Qt 5.15.0, Skia 2.80.1, and their dependencies
19+
* Upgrade presets for OpenCV 4.4.0, FFmpeg 4.3.1 ([pull #891](https://github.com/bytedeco/javacpp-presets/pull/891)), Arrow 1.0.1, Hyperscan 5.3.0, MKL 2020.3, MKL-DNN 0.21.5, DNNL 1.6.2, OpenBLAS 0.3.10, CPython 3.7.9, NumPy 1.19.1, SciPy 1.5.2, Gym 0.17.2, LLVM 10.0.1, Leptonica 1.80.0, CUDA 11.0.3, cuDNN 8.0.3, NCCL 2.7.8, MXNet 1.7.0, TensorFlow 1.15.3, TensorRT 7.1, ONNX 1.7.0 ([pull #882](https://github.com/bytedeco/javacpp-presets/pull/882)), ONNX Runtime 1.4.0 ([pull #887](https://github.com/bytedeco/javacpp-presets/pull/887)), Qt 5.15.0, Skia 2.80.1, and their dependencies
2020
* Add `FullOptimization.h` allowing users to fully optimize LLVM modules ([pull #869](https://github.com/bytedeco/javacpp-presets/pull/869))
2121

2222
### April 14, 2020 version 1.5.3

ci/install-travis.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ if [[ "$OS" == "linux-x86" ]] || [[ "$OS" == "linux-x86_64" ]] || [[ "$OS" =~ an
139139
fi
140140
if [[ "$PROJ" == "mkl" ]] && [[ "$OS" =~ linux ]]; then
141141
#don't put in download dir as will be cached and we can use direct url instead
142-
curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16849/l_mkl_2020.2.254.tgz -o $HOME/mkl.tgz
142+
curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16903/l_mkl_2020.3.279.tgz -o $HOME/mkl.tgz
143143
tar xzvf $HOME/mkl.tgz -C $TRAVIS_BUILD_DIR/../
144-
sed -i -e 's/decline/accept/g' $TRAVIS_BUILD_DIR/../l_mkl_2020.2.254/silent.cfg
145-
docker exec -ti $DOCKER_CONTAINER_ID /bin/bash -xec "$HOME/build/l_mkl_2020.2.254/install.sh -s $HOME/build/l_mkl_2020.2.254/silent.cfg"
144+
sed -i -e 's/decline/accept/g' $TRAVIS_BUILD_DIR/../l_mkl_2020.3.279/silent.cfg
145+
docker exec -ti $DOCKER_CONTAINER_ID /bin/bash -xec "$HOME/build/l_mkl_2020.3.279/install.sh -s $HOME/build/l_mkl_2020.3.279/silent.cfg"
146146
fi
147147
if [ "$PROJ" == "tensorflow" ]; then
148148
echo "adding bazel for tensorflow"
@@ -297,13 +297,13 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
297297

298298
if [ "$PROJ" == "mkl" ]; then
299299
#don't put in download dir as will be cached and we can use direct url instead
300-
curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16851/m_mkl_2020.2.258.dmg -o $HOME/mkl.dmg
300+
curl -L http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16902/m_mkl_2020.3.279.dmg -o $HOME/mkl.dmg
301301
echo "Mount mkl dmg"
302302
hdiutil mount $HOME/mkl.dmg
303303
sleep 10
304-
cp /Volumes/m_mkl_2020.2.258/m_mkl_2020.2.258.app/Contents/MacOS/silent.cfg $HOME/silent.cfg
304+
cp /Volumes/m_mkl_2020.3.279/m_mkl_2020.3.279.app/Contents/MacOS/silent.cfg $HOME/silent.cfg
305305
sed -i -e 's/decline/accept/g' $HOME/silent.cfg
306-
sudo /Volumes/m_mkl_2020.2.258/m_mkl_2020.2.258.app/Contents/MacOS/install.sh -s $HOME/silent.cfg; export BREW_STATUS=$?
306+
sudo /Volumes/m_mkl_2020.3.279/m_mkl_2020.3.279.app/Contents/MacOS/install.sh -s $HOME/silent.cfg; export BREW_STATUS=$?
307307
echo "mkl status $BREW_STATUS"
308308
if [ $BREW_STATUS -ne 0 ]; then
309309
echo "mkl Failed"

ci/install-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fi
107107

108108
if [ "$PROJ" == "mkl" ]; then
109109
echo Installing mkl
110-
curl -L -o mkl.exe "http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16850/w_mkl_2020.2.254.exe"
110+
curl -L -o mkl.exe "http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16896/w_mkl_2020.3.279.exe"
111111
./mkl.exe --s --x --f .
112112
./install.exe install --output=mkllog.txt -eula=accept
113113
sleep 60

dnnl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Introduction
55
------------
66
This directory contains the JavaCPP Presets module for:
77

8-
* DNNL 1.6.1 https://01.org/dnnl
8+
* DNNL 1.6.2 https://01.org/dnnl
99

1010
Please refer to the parent README.md file for more detailed information about the JavaCPP Presets.
1111

@@ -42,7 +42,7 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
4242
<dependency>
4343
<groupId>org.bytedeco</groupId>
4444
<artifactId>dnnl-platform</artifactId>
45-
<version>1.6.1-1.5.4-SNAPSHOT</version>
45+
<version>1.6.2-1.5.4-SNAPSHOT</version>
4646
</dependency>
4747
</dependencies>
4848
<build>

dnnl/cppbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
export DNNL_CPU_RUNTIME="OMP" # or TBB
1111

1212
TBB_VERSION=2020.3
13-
MKLDNN_VERSION=1.6.1
13+
MKLDNN_VERSION=1.6.2
1414
download https://github.com/oneapi-src/oneTBB/archive/v$TBB_VERSION.tar.gz oneTBB-$TBB_VERSION.tar.bz2
1515
download https://github.com/oneapi-src/oneDNN/archive/v$MKLDNN_VERSION.tar.gz oneDNN-$MKLDNN_VERSION.tar.bz2
1616

dnnl/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>dnnl-platform</artifactId>
15-
<version>1.6.1-${project.parent.version}</version>
15+
<version>1.6.2-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for DNNL</name>
1717

1818
<properties>

dnnl/pom.xml

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

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

1717
<dependencies>

dnnl/samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>org.bytedeco</groupId>
1212
<artifactId>dnnl-platform</artifactId>
13-
<version>1.6.1-1.5.4-SNAPSHOT</version>
13+
<version>1.6.2-1.5.4-SNAPSHOT</version>
1414
</dependency>
1515
</dependencies>
1616
<build>

gsl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
4949
<dependency>
5050
<groupId>org.bytedeco</groupId>
5151
<artifactId>mkl-platform-redist</artifactId>
52-
<version>2020.2-1.5.4-SNAPSHOT</version>
52+
<version>2020.3-1.5.4-SNAPSHOT</version>
5353
</dependency>
5454

5555
</dependencies>

gsl/samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.bytedeco</groupId>
1919
<artifactId>mkl-platform-redist</artifactId>
20-
<version>2020.2-1.5.4-SNAPSHOT</version>
20+
<version>2020.3-1.5.4-SNAPSHOT</version>
2121
</dependency>
2222

2323
</dependencies>

0 commit comments

Comments
 (0)