Skip to content

Replace WLMP feature flag with SOP/SRP feature flags

Michiel Verloop requested to merge sop-srp-feature-flags into develop

For performance testing, more granular control is required over the Shared Offset Partitioning and Shared Result Partitioning optimizations that are part of the with-loop modulo partitioning traversal.
To achieve this control, this MR adds feature flags for SOP and SRP, while removing the feature flags for WLMP to prevent inconsistency between the three options.

Merge request reports