Closed clbarnes closed 4 years ago
Should just be a case of using rayon with par_iter. Choosing the level at which to add parallelism (per dotprops, per query_targets etc.) should be considered carefully.
par_iter
Probably most useful at the Arena level, parallelising over query (or target) neurons. Would need to re-jig the symmetry optimisation.
Should just be a case of using rayon with
par_iter
. Choosing the level at which to add parallelism (per dotprops, per query_targets etc.) should be considered carefully.