Skip to content

Commit

Permalink
Add annotations for December 14 (chapel-lang#24094)
Browse files Browse the repository at this point in the history
[ trivial, not reviewed ]

Add annotations for:
- Arkouda symbol table entry initialization fixes
- Arkouda small string optimization with regressions for other groupbys
- Chapel compiler performance hit from GPU code included by default
  • Loading branch information
bmcdonald3 authored Jan 5, 2024
2 parents a075cf7 + 73aaabe commit c0b5456
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 @@ -2235,6 +2235,8 @@ compilerAndTestingStats: &compiler-perf-base
- Yield tuples by value when appropriate (#21789)
03/14/23:
- Eliminate extra destructions when yielding tuples (#21887)
12/01/23:
- Move the GpuSort Module code into the GPU module (#23989)

allTotalTime:
<<: *compiler-perf-base
Expand Down Expand Up @@ -2417,6 +2419,10 @@ arkouda: &arkouda-base
- Scaffolding for multi-dimensional arrays (Bears-R-Us/arkouda#2829)
11/21/23:
- Update Arkouda release testing from 1.31 to 1.32 (#23900)
12/07/23:
- Array creation perf patch (Bears-R-Us/arkouda#2869)
12/11/23:
- Closes 2873 Short strings optimization for multicol groupby (Bears-R-Us/arkouda#2877)


arkouda-string:
Expand Down

0 comments on commit c0b5456

Please sign in to comment.