From 7aba8cd64b0030a3ed6347a3b835d8e31977a34d Mon Sep 17 00:00:00 2001 From: Andy Stone Date: Thu, 10 Oct 2024 15:12:41 -0700 Subject: [PATCH] annotations for 10/10/24 perf triage - 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 --- Signed-off-by: Andy Stone --- test/ANNOTATIONS.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/ANNOTATIONS.yaml b/test/ANNOTATIONS.yaml index 6e3079c91433..a12f9dcc8846 100644 --- a/test/ANNOTATIONS.yaml +++ b/test/ANNOTATIONS.yaml @@ -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: @@ -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: @@ -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: @@ -2493,11 +2499,14 @@ 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 + - Fixes 3783, 3784, 3788 multilocale io test failures (Bears-R-Us/arkouda#3790) arkouda-comp: <<: *arkouda-base