Skip to content

Commit

Permalink
Doc: Conda CUDA Development (ECP-WarpX#4290)
Browse files Browse the repository at this point in the history
Document how to install the CUDA Toolkit with Conda for development.
  • Loading branch information
ax3l authored Sep 15, 2023
1 parent ec82914 commit 366dfe5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Docs/source/install/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ For OpenMP support, you will further need:
conda install -c conda-forge llvm-openmp
For Nvidia CUDA GPU support, you will need to have `a recent CUDA driver installed <https://developer.nvidia.com/cuda-downloads>`__ or you can lower the CUDA version of `the Nvidia cuda package <https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#conda-installation>`__ and `conda-forge to match your drivers <https://docs.cupy.dev/en/stable/install.html#install-cupy-from-conda-forge>`__ and then add these packages:

.. code-block:: bash
conda install -c nvidia -c conda-forge cuda cupy
More info for `CUDA-enabled ML packages <https://twitter.com/jeremyphoward/status/1697435241152127369>`__.


Spack (Linux/macOS)
-------------------
Expand Down

0 comments on commit 366dfe5

Please sign in to comment.