diff --git a/README.md b/README.md index 955757048..1b62c5154 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/source/Getting-started-guide.rst b/docs/source/Getting-started-guide.rst index 7fb0fd7ad..efdfc6965 100644 --- a/docs/source/Getting-started-guide.rst +++ b/docs/source/Getting-started-guide.rst @@ -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 `__. Follow -the operating system-specific instructions to install. +`CUDA toolkit `__. 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 ^^^^^^^^^^^^^^^^^^