CameronS
Results
2
comments of
CameronS
Curious under what circumstances you got the huge speed improvement in the openmp parallelization (around the grid search). Unfortunately my testing is done in MSVC and WSL (not native linux),...
For WSL it was -03 -DNDEBUG (for MSVC it is /O2 /Ob2 /D "NDEBUG"). Code being timed is below where the input cloud has 100,000 points (generated randomly from a...