Integrate FastPredict module into DP3
This MR integrates the new FastPredict module (see repository here) as a high-performance backend for visibility prediction in DP3. It can be enabled via the new USE_FAST_PREDICT CMake option.
Highlights:
- Leverages the predict submodule (added) with improved cache-friendly data layout.
- Predict execution is multi-threaded across components with minimal locking.
- Update to EveryBeam
v0.7.1to enable bulk processing - Update Tracy to
v0.12.1
Edited by Wiebe van Breukelen