Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dockerfile for Building and Using ArrayFirehttps://github.com/arrayfire/arrayfire.git

License

NotificationsYou must be signed in to change notification settings

arrayfire/arrayfire-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Dockerfile for Building and Using ArrayFirehttps://github.com/arrayfire/arrayfire.git

Dependencies

nvidia-docker

Building image

nvidia-docker build -t arrayfire .

Make sure to modify ArrayFire'sbuild argumentsin theDockerfile to suit your needs prior to building the image.

Running container

nvidia-docker run --rm -ti arrayfire

Once running, invoke theunified backend test to showavailable devices for each of ArrayFire's backends:

./build/test/backend_unified

Compiling stand-alone examples

cp -R /opt/arrayfire/share/ArrayFire/examples /root/arrayfire-examplescd /root/arrayfire-examples && mkdir build && cd buildcmake .. -DArrayFire_DIR=/opt/arrayfire/share/ArrayFire/cmakemake -j8

Take a look at the examplesREADME.mdfor more information.

Support and Contact Info

About

Dockerfile for Building and Using ArrayFirehttps://github.com/arrayfire/arrayfire.git

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp