Skip to content

Commit

Permalink
* Upgrade presets for MXNet 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Aug 25, 2020
1 parent cbe660f commit 31b401d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Add support for Windows to presets for Qt ([issue #862](https://github.com/bytedeco/javacpp-presets/issues/862))
* 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))
* Build OpenBLAS with a `TARGET` even for `DYNAMIC_ARCH` to avoid SIGILL ([issue eclipse/deeplearning4j#8747](https://github.com/eclipse/deeplearning4j/issues/8747))
* Upgrade presets for OpenCV 4.4.0, FFmpeg 4.3.1 ([pull #891](https://github.com/bytedeco/javacpp-presets/pull/891)), Arrow 1.0.0, 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.2, NCCL 2.7.8, MXNet 1.7.0.rc1, 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
* Upgrade presets for OpenCV 4.4.0, FFmpeg 4.3.1 ([pull #891](https://github.com/bytedeco/javacpp-presets/pull/891)), Arrow 1.0.0, 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.2, 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
* Add `FullOptimization.h` allowing users to fully optimize LLVM modules ([pull #869](https://github.com/bytedeco/javacpp-presets/pull/869))

### April 14, 2020 version 1.5.3
Expand Down
6 changes: 3 additions & 3 deletions mxnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Introduction
------------
This directory contains the JavaCPP Presets module for:

* MXNet 1.7.0.rc1 http://mxnet.incubator.apache.org/
* MXNet 1.7.0 http://mxnet.incubator.apache.org/

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

Expand Down Expand Up @@ -51,14 +51,14 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>mxnet-platform</artifactId>
<version>1.7.0.rc1-1.5.4-SNAPSHOT</version>
<version>1.7.0-1.5.4-SNAPSHOT</version>
</dependency>

<!-- Additional dependencies required to use CUDA, cuDNN, and NCCL -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>mxnet-platform-gpu</artifactId>
<version>1.7.0.rc1-1.5.4-SNAPSHOT</version>
<version>1.7.0-1.5.4-SNAPSHOT</version>
</dependency>

<!-- Additional dependencies to use bundled CUDA, cuDNN, and NCCL -->
Expand Down
2 changes: 1 addition & 1 deletion mxnet/platform/gpu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.bytedeco</groupId>
<artifactId>mxnet-platform-gpu</artifactId>
<version>1.7.0.rc1-${project.parent.version}</version>
<version>1.7.0-${project.parent.version}</version>
<name>JavaCPP Presets Platform GPU for MXNet</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion mxnet/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.bytedeco</groupId>
<artifactId>mxnet-platform</artifactId>
<version>1.7.0.rc1-${project.parent.version}</version>
<version>1.7.0-${project.parent.version}</version>
<name>JavaCPP Presets Platform for MXNet</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion mxnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.bytedeco</groupId>
<artifactId>mxnet</artifactId>
<version>1.7.0.rc1-${project.parent.version}</version>
<version>1.7.0-${project.parent.version}</version>
<name>JavaCPP Presets for MXNet</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions mxnet/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>mxnet-platform</artifactId>
<version>1.7.0.rc1-1.5.4-SNAPSHOT</version>
<version>1.7.0-1.5.4-SNAPSHOT</version>
</dependency>

<!-- Additional dependencies required to use CUDA, cuDNN, and NCCL -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>mxnet-platform-gpu</artifactId>
<version>1.7.0.rc1-1.5.4-SNAPSHOT</version>
<version>1.7.0-1.5.4-SNAPSHOT</version>
</dependency>

<!-- Additional dependencies to use bundled CUDA, cuDNN, and NCCL -->
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>mxnet-platform</artifactId>
<version>1.7.0.rc1-${project.version}</version>
<version>1.7.0-${project.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand Down

0 comments on commit 31b401d

Please sign in to comment.