Skip to content

Commit

Permalink
add annotations for stencil 2d graph (chapel-lang#25992)
Browse files Browse the repository at this point in the history
This adds the following annotations to the stencil 2d graph (would be
nice to put in release notes):

- chapel-lang#25712 went in on 8/13 which
caused the StencilDist line to meet the StencilDist_localAccess line
- chapel-lang#25701 went in on 8/19 which
improved the performance of both StencilDist versions
- chapel-lang#25933 when in on 9/11,
fixing the slight performance regression in the BlockDist version

[reviewed-by: nobody; annotations update]
  • Loading branch information
stonea authored Sep 25, 2024
2 parents 81e36ff + 90d72b8 commit 3ae0e4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/ANNOTATIONS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,14 @@ ft-a:
heat_2d_dist.ml-time:
08/31/23:
- Optimize swap operation for Cyclic and Stencil distributions (#23019)
08/13/24:
- Expand auto local access optimization to support basic offsets (#25712)
08/19/24:
- Stencil Distribution performance improvments (#25701)
09/04/24:
- Extend array view elision to Block, Cyclic and Stencil (#25869)
09/11/24:
- Prevent offset access with block arrays to thwart dynamic ALA (#25933)

hpl:
12/11/15:
Expand Down

0 comments on commit 3ae0e4b

Please sign in to comment.