Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FLAGSMXNet-Scala OSX

MXNet-Scala Linux CPU

MXNet-Scala Linux CPU

USE_BLAS
01
USE_LAPACK111
USE_OPENCV1(OpenCV 3.4.1)1 (opencv 3.4.1)

1

(Last published opencv 3.4.1)

USE_S3111
USE_DIST_KVSTORE011
USE_OPENMP111
USE_CUDA

1

USE_CUDNN

00

1

(Last published with (CUDA 9.0)

USE_NCCL0

0

1

(Last published with CUDNN 7.0.5)

USE_MKLDNN
00
Java version

$ java -version
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)

ubuntu@ip:~$ java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (Zulu 8.20.0.5-linux64) (build 1.8.0_121-b15)
OpenJDK 64-Bit Server VM (Zulu 8.20.0.5-linux64) (build 25.121-b15, mixed mode)

ubuntu@ip:~$ java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (Zulu 8.20.0.5-linux64) (build 1.8.0_121-b15)
OpenJDK 64-Bit Server VM (Zulu 8.20.0.5-linux64) (build 25.121-b15, mixed mode)

...

Code Block
languagebash
#try opencv3 next time you release
brew install lapack openblas opencv@2opencv

Build MXNet backend on OSX

Code Block
languagebash
#This will build the MXNet backend with the tested configuration for publishing MXNet-Scala to Maven.
cd ~/mxnet-$RELEASEVERSION
scala-package/dev/compile-mxnet-backend.sh osx-x86_64-cpu ./

Maven Password Encryption for use in release

...