Skip to content
Snippets Groups Projects
user avatar
Nora Abi Akar authored
`pow(double x, int y)` is implemented as of ROCm-3.9 (May have been fixed earlier, don't have access to earlier versions)
40b37e56

Get Arbor

Currently we offer two ways to get Arbor.

  1. Python Package. To get started quickly with Arbor using its Python API on your personal machine, see the :ref:`Python installation guide <in_python>`.
  2. Build and install from source. To build and install Arbor, on your own machine or HPC environment, see :ref:`in_build_install`.

If you wish to use the C++ API, you'll need to build Arbor from source. Note that you can also build the Python bindings using this method.