Skip to content

Commit

Permalink
include CUDA version info in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dentalfloss1 committed Jul 18, 2024
1 parent b0a73e8 commit d4e952e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ print "All done"
**For a quick demo which you can run in-browser without installation,
go to the following [link](https://colab.research.google.com/github/ledatelescope/bifrost/blob/master/BifrostDemo.ipynb).**

### CUDA

CUDA is available at [link](https://developer.nvidia.com/cuda-downloads). You can check
[link](http://ledatelescope.github.io/bifrost/Getting-started-guide.html) to see
which versions of the CUDA toolkit have been confirmed to work with Bifrost.

### C Dependencies

If using Ubuntu or another Debian-based linux distribution:
Expand Down
33 changes: 31 additions & 2 deletions docs/source/Getting-started-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,37 @@ try out a CPU-only version of Bifrost. Then, once you have that first
experience, you can come back here for a speedup.

If you are ready to work with a GPU, you will want to get the newest
`CUDA toolkit <https://developer.nvidia.com/cuda-downloads>`__. Follow
the operating system-specific instructions to install.
`CUDA toolkit <https://developer.nvidia.com/cuda-downloads>`__. Follow
the operating system-specific instructions to install. Note
the table below indicating what CUDA versions have been tested with
Bifrost and confirmed to be working.

.. csv-table::
:header: "OS","Linux Kernel","Driver Verson","GPU","Toolkit","Status"
:widths: 15,18,12,18,12,35

"Ubuntu 20.04","5.4.0-177-generic","520.61.05","RTX 2080Ti","11.0.3","Working"
"Ubuntu 20.04","5.4.0-177-generic","520.61.05","RTX 2080Ti","11.1.1","Working"
"Ubuntu 20.04","5.4.0-177-generic","520.61.05","RTX 2080Ti","11.2.2","Likely working"
"Ubuntu 20.04","5.4.0-177-generic","520.61.05","RTX 2080Ti","11.3.1","Working"
"Ubuntu 20.04","5.4.0-186-generic","470.239.06","Quadro K2200","11.4.4","Likely Working"
"Ubuntu 20.04","5.4.0-186-generic","470.239.06","Quadro K2200","11.5.2","CUDA_ERROR_UNSUPPORTED_PTX_VERSION"
"Ubuntu 20.04","5.4.0-186-generic","495.29.05","Quadro K2200","11.5.2","Likely Working"
"Ubuntu 18.04","4.15.0-88-generic","510.85.02","A4000","11.6.124","Working"
"Ubuntu 18.04","4.15.0-88-generic","510.85.02","RTX 2080Ti","11.6.124","Working"
"Ubuntu 20.04","4.4.0-174-generic","525.147.05","Titan RTX","11.6.55","Working"
"Debian 12","6.1.0-21-amd64","525.147.05 ","Quadro K2200","11.8.0","Won't Install CUDA"
"Ubuntu 20.04","5.4.0-186-generic","520.61.05","Quadro K2200","11.8.0","Likely Working"
"Debian 12","6.1.0-21-amd64","525.147.05 ","Quadro K2200","12.0.0","Likely Working"
"Ubuntu 20.04","5.4.0-147-generic","525.125.06","A5000","12.0.140","Working"
"Ubuntu 20.04","5.4.0-144-generic","525.125.06","A5000","12.0.140","Working"
"Ubuntu 20.04","5.4.0-144-generic","525.147.05","A4000","12.0.140","Working"
"Debian 12","6.1.0-21-amd64","525.147.05 ","Quadro K2200","12.1.0","CUDA_ERROR_UNSUPPORTED_PTX_VERSION"
"Debian 12","6.1.0-21-amd64","530.30.02","Quadro K2200","12.1.1","Likely Working"
"Debian 12","6.1.0-21-amd64","535.104.05","Quadro K2200","12.2.2","FFT bug: zeroed out data"
"Debian 12","6.1.0-21-amd64","545.23.08","Quadro K2200","12.3.2","Likely Working"
"Debian 12","6.1.0-21-amd64","550.54.15","Quadro K2200","12.4.1","Likely Working"
"Ubuntu 22.04","5.15.0-106-generic","555.42.06","GTX 980","12.5","Working"

Other Dependencies
^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit d4e952e

Please sign in to comment.