Skip to content

Fix/collections autotuning

Chris Cantwell requested to merge fix/collections-autotuning into master

Contrary to its name, this MR actually sets the code to use Collections by default. Current policy is to use StdMat approach when P<5 and IterPerExp otherwise. This can still be overridden in the XML file and autotuning can optionally be turned on if desired.

Merge request reports