Skip to content

Commit d325001

Browse files
authored
Clarify that kernel is memory-bound
1 parent 8ac984d commit d325001

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ For details, visit the [preprint](https://www.biorxiv.org/content/biorxiv/early/
4949
## Hardware
5050

5151
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
5353
- RTX 2070, used on a local machine
5454
- T4 GPU, offered for free on Colab
5555
- RTX 4090 GPU, offered on vast.ai
5656
- Any A100 GPU, offered on vast.ai
5757

58+
Performance (comparisons/s) is proportional to the peak GPU bandwidth (GB/s).
59+
5860
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.
5961

6062
## Install
@@ -167,4 +169,4 @@ If you want to cite SimMS in your research, you can use the following BibTeX ent
167169
year = {2024},
168170
doi = {10.1101/2024.07.24.605006}
169171
}
170-
```
172+
```

0 commit comments

Comments
 (0)