src-d / kmcuda

Large scale K-means and K-nn implementation on NVIDIA GPU / CUDA
Other
791 stars 145 forks source link

Fix typo; `1^n` to `2^n` #18

Closed mathemage closed 7 years ago

mathemage commented 7 years ago

There's a typo in the paragraph starting with words:

Data type is either 32- or 16-bit float. Number of samples is limited by...

vmarkovtsev commented 7 years ago

Thanks! How does it differ from #17?

mathemage commented 7 years ago

@vmarkovtsev

Thanks! How does it differ from #17?

Aah, sorry, made a duplicate by mistake. Feel free to delete that one. This is just a quick PR fix, since I've just noticed that 1^n can never make sense. Just a cosmetic detail but why leave the typo there...