[mlpack-git] [mlpack/mlpack] LSHSearch Parallelization (#700)

Yannis Mentekidis notifications at github.com
Fri Jul 8 05:00:24 EDT 2016


> @@ -733,7 +762,8 @@ void LSHSearch<SortPolicy>::ReturnIndicesFromTable(
>  
>      // Retrieve candidates.
>      size_t start = 0;
> -    for (size_t i = 0; i < numTablesToSearch; ++i) // For all tables
> +
> +    for (long long int i = 0; i < numTablesToSearch; ++i) // For all tables

That's pretty reasonable. I can go back to using `size_t` and ask to detect version 3 and up.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/700/files/c4c8ff950be8a06e06084764f188095c650b7a60#r70044802
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160708/859d7ffd/attachment-0001.html>


More information about the mlpack-git mailing list