Skip to content

Commit

Permalink
annotations for 10/10/24 (chapel-lang#26073)
Browse files Browse the repository at this point in the history
- Mandelbrot complex regression
- update blc to use foreach (impacted perf)
- non-blocking put affecting ra-rmo perf on ofi
- mark that we've updated Chapel version used for Arkouda nightly
testing
- Large arkouda refactor affecting bigint perf

[reviewed-by: nobody; annotations update]
  • Loading branch information
stonea authored Oct 10, 2024
2 parents 5f55606 + baf5d2e commit c95e11d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/ANNOTATIONS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,8 @@ mandelbrot:
- Mandelbrot tweaks (#5188)
05/08/24:
- Remove complex math function wrappers for LLVM 16+ (#25019)
10/10/24:
- Fix complex support with CHPL_LOCALE_MODEL=gpu (#26048)


mandelbrot-extras:
Expand Down Expand Up @@ -1669,6 +1671,8 @@ nbody:
- Codegen sqrt and fabs directly to llvm intrinsics when possible (#24455)
04/03/24:
- Change param-based nbody to foreach-based (#24745)
10/06/24:
- Update my study version of nbody to be like nbody#2, but using foreach loops (#26044)

no-op:
02/24/17:
Expand Down Expand Up @@ -1790,6 +1794,8 @@ ra.ml-perf:
- machine changes, cannot reproduce old numbers
02/28/20:
- Use localAccess for ra-on (#15001)
10/9/24:
- Non-blocking PUT in CHPL_COMM=ofi (#25977)

ra-atomics.ml-perf:
10/03/17:
Expand Down Expand Up @@ -2493,11 +2499,16 @@ arkouda: &arkouda-base
- Array transfer perf fix (Bears-R-Us/arkouda#3671)
8/27/24:
- Fix performance regression in to_ndarray (Bears-R-Us/arkouda#3697)
09/27/24:
- Use Chapel 2.2 for Arkouda "release" nightly testing (#26014)

arkouda-string:
<<: *arkouda-base

arkouda-bigint:
<<: *arkouda-base
09/27/24:
- Fixes 3783, 3784, 3788 multilocale io test failures (Bears-R-Us/arkouda#3790)

arkouda-comp:
<<: *arkouda-base
Expand Down

0 comments on commit c95e11d

Please sign in to comment.