From 206beb68ff73b75f5c382413967aacbb8a0aac3a Mon Sep 17 00:00:00 2001 From: "Field G. Van Zee" Date: Sat, 9 Sep 2017 14:10:15 -0500 Subject: [PATCH] Updated bibtex info for BLIS5 (3m4m) article. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f35e3cad..01dd2958a 100644 --- a/README.md +++ b/README.md @@ -286,10 +286,15 @@ A fifth paper, submitted to ACM TOMS, begins the study of so-called ``` @article{BLIS5, author = {Field G. {V}an~{Z}ee and Tyler Smith}, - title = {Implementing high-performance complex matrix multiplication via the 3m and 4m methods}, + title = {Implementing High-performance Complex Matrix Multiplication via the 3m and 4m Methods}, journal = {ACM Transactions on Mathematical Software}, + volume = {44}, + number = {1}, + pages = {7:1--7:36}, + month = jul, year = {2017}, - note = {accepted} + issue_date = {July 2017}, + url = {http://doi.acm.org/10.1145/3086466}, } ``` @@ -299,7 +304,7 @@ article and derives a [superior induced method](http://www.cs.utexas.edu/users/f ``` @article{BLIS6, author = {Field G. {V}an~{Z}ee}, - title = {Implementing high-performance complex matrix multiplication via the 1m method}, + title = {Implementing High-Performance Complex Matrix Multiplication via the 1m Method}, journal = {ACM Transactions on Mathematical Software}, note = {submitted} }