View all files | ||||
This repository contains the files required to use ArrayFire from Java.
The latest version of ArrayFire. You can get ArrayFire using one of the following:
The latest version of JAVA SDK. It has been tested with OpenJDK 1.7 and OpenJDK 1.8. Make sure there is an environmental variable JAVA_HOME pointing to the root directory of java sdk installation.
CUDA
CMake, minimum version of 2.8.
src/: Contains the source files for the ArrayFire Java wrapper
com/: Contains the Java source files implementing algorithms
examples: contains a few examples demonstrating the usage
After you the necessary pre-requisites, do the following: