Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annotations for release-over-release 2.2 triage #25953

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 18 additions & 11 deletions test/ANNOTATIONS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,12 @@ all:
06/17/24:
- text: Revert to default GASNET_SND_THREAD=0 (#25307)
config: 16-node-apollo-hdr
08/12/24:
- text: Update bundled qthreads to 1.20 (#25210)
config: chapcs
08/28/24:
- text: Qthreads Adjust Fences To Fix Perf Regression (#25833)
config: chapcs

# End all

Expand Down Expand Up @@ -901,14 +907,15 @@ empty-chpl-barrier.ml-time:
06/26/21:
- Optimize allLocalesBarrier by reducing communication (#17978)


exchange:
04/18/19:
- Enable bulk-transfer for BlockDist by default (#12797)
09/17/20:
- Fix some issues with constant domain optimization (#16397)
09/29/20:
- Remove an unneeded assignment from array view slice initializer (#16477)
09/04/24:
- Extend array view elision to Block, Cyclic and Stencil (#25869)

fannkuch-redux:
07/22/14:
Expand Down Expand Up @@ -998,6 +1005,8 @@ ft-a:
heat_2d_dist.ml-time:
08/31/23:
- Optimize swap operation for Cyclic and Stencil distributions (#23019)
09/04/24:
- Extend array view elision to Block, Cyclic and Stencil (#25869)

hpl:
12/11/15:
Expand Down Expand Up @@ -1572,6 +1581,8 @@ mg: &mg-base

mg-b:
<<: *mg-base
08/19/24:
- Stencil Distribution performance improvments (#25701)

mg.ml-time:
05/11/17:
Expand Down Expand Up @@ -1606,6 +1617,9 @@ miniMD:
- Enable bulk-transfer for BlockDist by default (#12797)
03/13/20:
- Reallocate 1D arrays in place, when possible (#15177)
07/08/24:
- Implement array view elision (#24390)


miniMD.ml-time:
09/14/17:
Expand Down Expand Up @@ -1844,6 +1858,9 @@ return-array-8: &return-array-base
- remove unnecessary return from array-return tests (#5486)
05/01/18:
- Enable variables declared with generic type (#9355)
09/10/24:
- Avoid array allocation for moving to equal domain (#25896)

return-array-20000000:
<<: *return-array-base
return-array-40000000:
Expand Down Expand Up @@ -2094,16 +2111,6 @@ thread-ring:
- Prevent serialization from qthread sync vars (#9737)
08/30/18:
- Reduce hugepage waste from call stacks (#10254)
08/12/24:
- Update bundled qthreads to 1.20 (#25210)
08/28/24:
- Qthreads Adjust Fences To Fix Perf Regression (#25833)

twopt-buildtrees:
08/12/24:
- Update bundled qthreads to 1.20 (#25210)
08/28/24:
- Qthreads Adjust Fences To Fix Perf Regression (#25833)

time_array_vs_ddata:
05/31/14:
Expand Down