Skip to content

Commit

Permalink
docs/sphinx - fix readme-gpu so its headers are appropriately summarised
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Feb 20, 2024
1 parent 77ca518 commit 489fddb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/readme-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ CaImAn and CUDA
CaImAn has experimental support for computing FFTs on your GPU,
using the pycuda libraries instead of OpenCV or numpy. This can be used during motion correction.

# Installation
Installation
------------
We assume you have CaImAn generally working first. If you do not,
follow the general instructions first and verify you have a working
environment.
Expand All @@ -32,7 +33,8 @@ caiman environment and then do `conda install -c conda-forge pycuda`. This may b
It is possible to instead install CUDA, then use pip to install pycuda, but this is involved enough
that it's better to try the above first.

# Use
Use
---
The CUDA codepaths will only be active if the needed libraries are installed on your system. Otherwise non-CUDA codepaths will be active (even if CUDA is requested in our code).

The following functions have been extended with a
Expand Down

0 comments on commit 489fddb

Please sign in to comment.