Overview of working with libnd4j
Prerequisites
Additional build arguments
-a XXXXXXXX// shortcut for -march/-mtune, i.e. -a native
-b release OR -b debug // enables/desables debug builds. release is considered by default
-j XX // this argument defines how many threads will be used to binaries on your box. i.e. -j 8
-cc XX// CUDA-only argument, builds only binaries for target GPU architecture. use this for fast builds
--check-vectorization auto-vectorization report for developers. (Currently, only GCC is supported)OS Specific Requirements
Android
OSX
Linux
Ubuntu Linux 15.10
Ubuntu Linux 16.04
CentOS 6
Windows
Setup for All OS
OpenMP support
Linking with MKL
Troubleshooting MKL
Packaging
Uploading package to Bintray
Running tests
Development
Last updated
Was this helpful?