[mlpack-git] [mlpack/mlpack] Possible OpenMP parallelization issues in LSHSearch implementation (#801)

Ryan Curtin notifications at github.com
Wed Oct 12 08:52:29 EDT 2016


I don't think this is an issue because that parallel for loop is over the queries.  Each call to `BaseCase()` can only affect one column of the `resultingNeighbors` and `distances` variables, and `BaseCase()` will not be called with the same index `i` by two different threads.

-- 
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/issues/801#issuecomment-253204722
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20161012/e7c3bed3/attachment.html>


More information about the mlpack-git mailing list