Skip to content

Commit

Permalink
remove fullSearch from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Jan 16, 2024
1 parent 5cf6bba commit 4a1f9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<allowedTraversals>c01, c04, c08, c18, sli</allowedTraversals>
<allowedContainers>linkedCells</allowedContainers>
<selectorStrategy>fastestMedian</selectorStrategy>
<tuningStrategies>FullSearch</tuningStrategies><!--FullSearch, BayesianSearch, ...-->
<dataLayouts>SoA</dataLayouts>
<newton3>enabled</newton3>
<tuningInterval>1000</tuningInterval>
Expand Down
3 changes: 2 additions & 1 deletion examples/all-options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
<!-- possible values: fastetAbsolute, fastestMean, fastestMedian -->
<selectorStrategy>fastestAbsolute</selectorStrategy>
<!-- set the tuning auto tuning pipeline -->
<tuningStrategies>fullSearch</tuningStrategies>
<!-- Leave this empty for an exhaustive full search or add any number of strategies that are applied in the stated order -->
<tuningStrategies>ruleBasedTuning, predictiveTuning</tuningStrategies>
<!-- Data layouts to be used: AoS, SoA -->
<dataLayouts>SoA</dataLayouts>
<!-- Allowed choices for newton 3 optimization: enabled, disabled -->
Expand Down

0 comments on commit 4a1f9c7

Please sign in to comment.