You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/amr_action_plan.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8746,3 +8746,49 @@ statistic and goes to the user.
8746
8746
**Conclusion.** The block-shape mechanism is real but small per launch, and batching knobs cannot reach the rank that sets the
8747
8747
lockstep. The candidates are removing shape diversity at its source in the clustering, largest-first leaders (small), or a
8748
8748
larger batch cap (memory-bound); the choice is the user's.
8749
+
8750
+
## 2026-09-13 (157) — EQUAL TILES: STOPPED AT ITS OWN ELIGIBILITY GATE. On the production deck NO level-2 box can be made to tile evenly inside the two-cell padding floor, so the flag ships default-off and unexercised by the launch path
8751
+
8752
+
**What was built** (`amr_equal_tiles`, default `.false.`, GOAL v11 phase A, spec `amr-bench/notes/specs/2026-09-13-amr-equal-tiles-design.md`).
8753
+
A pure helper `s_amr_equal_tile_extent` shrinks a regrid box's extent, inside the padding it holds beyond two cells of its tag
8754
+
box, to the largest extent that `s_amr_tile_box` cuts into EQUAL tiles. It runs at both tiling sites: level 1 in
8755
+
`s_amr_regrid_shape_boxes` and the clustered level >= 2 children in `s_amr_regrid_nest_children`. A box only ever shrinks and a
8756
+
moved face stays >= 2 cells off the tags, so same-level disjointness, the slot cap and nesting all hold and no tagged cell is
8757
+
uncovered. Counters feed an `[amr-tile]` line per regrid. Commits `639325c5` (parameter, validator, docs, `TestAmrEqualTiles`),
0 commit comments