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

Appearance settings
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

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.