Skip to content

Commit 1a245d4

Browse files
committed
fix typo
1 parent f3b63aa commit 1a245d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ two methods. We then associate each such tuple with a ratio of run times taken b
101101

102102
We perform a sweep of matrix dimensions `d` and `r`, starting with `1` and doubling each time until reaching `32768`.
103103
The batch dimension is swept similarly until reaching the maximum size of `2048`. The sweeps were performed
104-
on a single NVIDIA P-100 GPU with 16 GB of RAM using the code from the [benchmark](tests/benchmark_all.py):
104+
on a single NVIDIA P-100 GPU with 16 GB of RAM using the code from the [benchmark](tests/benchmark_all.py).
105105

106106
Since the `ORGQR` function's convention assumes only thin matrices with `d >= r > 0`, we skip the evaluation of fat
107107
matrices altogether.

0 commit comments

Comments
 (0)