Fixed missing parentheses in README.md Citations.

This commit is contained in:
Field G. Van Zee
2021-01-28 08:04:52 -06:00
parent 8c65411c7c
commit f8db9fb33b

View File

@@ -640,7 +640,7 @@ for determining blocksize parameters in BLIS
A fifth paper, submitted to ACM TOMS, begins the study of so-called
[induced methods for complex matrix multiplication]( https://dl.acm.org/doi/10.1145/3086466?cid=81314495332)
([unofficial backup link](https://www.cs.utexas.edu/users/flame/pubs/blis5_toms_rev2.pdf):
([unofficial backup link](https://www.cs.utexas.edu/users/flame/pubs/blis5_toms_rev2.pdf)):
```
@article{BLIS5,
@@ -660,7 +660,7 @@ A fifth paper, submitted to ACM TOMS, begins the study of so-called
A sixth paper, submitted to ACM TOMS, revisits the topic of the previous
article and derives a
[superior induced method](https://epubs.siam.org/doi/10.1137/19M1282040)
([unofficial backup link](https://www.cs.utexas.edu/users/flame/pubs/blis6_sisc_rev3.pdf):
([unofficial backup link](https://www.cs.utexas.edu/users/flame/pubs/blis6_sisc_rev3.pdf)):
```
@article{BLIS6,
@@ -679,7 +679,7 @@ article and derives a
A seventh paper, submitted to ACM TOMS, explores the implementation of `gemm` for
[mixed-domain and/or mixed-precision](https://www.cs.utexas.edu/users/flame/pubs/blis7_toms_rev0.pdf) operands
([unofficial backup link](https://www.cs.utexas.edu/users/flame/pubs/blis7_toms_rev0.pdf):
([unofficial backup link](https://www.cs.utexas.edu/users/flame/pubs/blis7_toms_rev0.pdf)):
```
@article{BLIS7,