← 返回首页
Source · arrayfire/arrayfire Wiki · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus
pv-pterab-s edited this page Aug 28, 2022 · 2 revisions

Getting ArrayFire source code is as simple as running the following command.

git clone --recursive https://github.com/arrayfire/arrayfire.git

If you are cloning any version prior to 3.8.0 then, please make sure you clone along with --recursive git option so that all necessary submodules are also fetch during clone.

git clone --recursive https://github.com/arrayfire/arrayfire.git -b v3.8.0

In case you forgot to do it, submodules may also be pulled by running the following from the ArrayFire repository:

git submodule init git submodule update

Toggle table of contents Pages 25

Clone this wiki locally

Footer

© 2026 GitHub, Inc.