You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,14 @@ For details, visit the [preprint](https://www.biorxiv.org/content/biorxiv/early/
49
49
## Hardware
50
50
51
51
Any GPU [supported](https://numba.pydata.org/numba-doc/dev/cuda/overview.html#requirements) by Numba can be used. We tested a number of GPUs:
52
-
52
+
- GTX 1050 Ti, used on a local laptop
53
53
- RTX 2070, used on a local machine
54
54
- T4 GPU, offered for free on Colab
55
55
- RTX 4090 GPU, offered on vast.ai
56
56
- Any A100 GPU, offered on vast.ai
57
57
58
+
Performance (comparisons/s) is proportional to the peak GPU bandwidth (GB/s).
59
+
58
60
The `pytorch/pytorch:2.2.1-cuda12.1-cudnn8-devel` docker [image](https://hub.docker.com/layers/pytorch/pytorch/2.2.1-cuda12.1-cudnn8-devel/images/sha256-42204bca460bb77cbd524577618e1723ad474e5d77cc51f94037fffbc2c88c6f?context=explore) was used for development and testing.
59
61
60
62
## Install
@@ -167,4 +169,4 @@ If you want to cite SimMS in your research, you can use the following BibTeX ent
0 commit comments