You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OpenMP Parallelization to FarthestPointSampling (#6287)
* changed behavior to index into user indices instead of total pointcloud
* made index mapping lambda take auto parameter
* Added parallel implementation of farthest_point_sampling
* Added `default(none)` to the omp parallel clause
* Fixed first set of review comments
* Fixed race condition and added separate reduction section
* Renamed nr_threads_ to num_threads_
* Switched num_threads_ == 0 to num_threads != 0
0 commit comments