From 8aeddb3aff6f6a13825383608ac9d572e25bb20d Mon Sep 17 00:00:00 2001 From: Martin Perdacher Date: Fri, 12 Apr 2019 17:00:27 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index de99341..ad6fdb7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ - # Description For our BLAS variant of the similarity-join, we use the matrix multiplication provided by BLAS and the Euclidean distance by scalar product (see paper). -![matrix multiplication](https://gitlab.cs.univie.ac.at/Google-TPU/BLAS-join/blob/master/description.jpg) +![matrix multiplication](https://gitlab.cs.univie.ac.at/Google-TPU/BLAS-join/blob/master/description.jpg "BLAS-similarity join") The individual blocksize needs to be experimental evaluated for each individual hardware. Our selfjoin variant, only iterates over the lower triangle of the similarity matrix. -- GitLab