| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Dockerfile for Building and Using ArrayFire https://github.com/arrayfire/arrayfire.git
nvidia-docker build -t arrayfire .
Make sure to modify ArrayFire's build arguments in the Dockerfile to suit your needs prior to building the image.
nvidia-docker run --rm -ti arrayfire
Once running, invoke the unified backend test to show available devices for each of ArrayFire's backends:
./build/test/backend_unified
cp -R /opt/arrayfire/share/ArrayFire/examples /root/arrayfire-examples cd /root/arrayfire-examples && mkdir build && cd build cmake .. -DArrayFire_DIR=/opt/arrayfire/share/ArrayFire/cmake make -j8
Take a look at the examples README.md for more information.
| Back | FazBrowse Home | New Git URL |