Skip to content

Commit

Permalink
Merge pull request #1 from src-d/develop
Browse files Browse the repository at this point in the history
Add article link to README
  • Loading branch information
vmarkovtsev authored Nov 25, 2016
2 parents 921046e + 1653762 commit 68d52cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ brings 600-1000x speedup over numpy with [MKL](https://en.wikipedia.org/wiki/Mat
It supports running on multiple GPUs to be even faster, e.g., processing 10Mx12M
matrix with sparsity 0.0014 takes 40 minutes using two Titan Xs.
The produced results are bit-to-bit identical to the reference implementation.
Read the [article](http://blog.sourced.tech/post/minhashcuda/).

The input format is 32-bit float [CSR](https://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_row_.28CSR.2C_CRS_or_Yale_format.29) matrix.
The code is optimized for low memory consumption and speed.
Expand Down Expand Up @@ -196,4 +197,4 @@ Generator pointer is invalidated.
License
-------
MIT license.
MIT license.

0 comments on commit 68d52cb

Please sign in to comment.