Commit 294b233e authored by Martin Perdacher's avatar Martin Perdacher
Browse files

Update README.md

parent 780e9802
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2,8 +2,8 @@


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).
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).


![LLC](measure/cache/figures/processorTileBlock.jpg "Processor Tile Block")

![matrix_multiplication](description.jpg "BLAS-similarity join")
![matrix_multiplication](description.jpg "BLAS-similarity join" =600x)


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.
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.