Skip to content

Improve predict performance for threaded baselines

Tammo Jan Dijkema requested to merge thread_bl into master

This makes a significant difference for AARTFAAC (large number of baselines). In that case, the size of the vectors that are being set to zero here is up to gigabytes. The setting to zero was dominating over the computation of model visibilities.

Merge request reports