Open 11pguillon opened 5 years ago
Lately we are trying to avoid class duplication and incorporate OpenMP extensions directly into the base class. See MovingLeastSquares
for an example. The class exposes a method to set the number of threads and in the implementation file the OpenMP-related stuff is #ifdef
ed.
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.
@shrijitsingh99 Maybe one for you here?
Yup, have noted it down. Once I am done with the existing OMP implementations, will look into adding it for this.
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.
ROPSEstimationOMP ? There is currently no OpenMP support for RoPS feature computation. The main loop over feature points is compatible with multithreading, so I suggest it could be added as it is already for SHOT and FPFH.