@@ -9,14 +9,14 @@ released March 23, 2023
99Highlights (see subsequent sections for further details)
1010--------------------------------------------------------
1111* significantly increased GPU performance and added support for AMD GPUs
12- * added support for running a locale per socket / NIC on HPE Cray EX
1312* added a generalized attribute syntax and used it to support stability notes
1413* made many improvements to the capabilities and interfaces of 'IO' routines
1514* improved the correctness, performance, and compilation time of `bigint`s
1615* added a prototype `weak(C)` type for weak references to `shared` classes
1716* improved the behavior of passing and yielding tuples
1817* significantly improved compilation speeds for certain large applications
19- * switched to a Cmake-based build of `chpl` and `chpldoc`
18+ * switched to a CMake-based build of `chpl` and `chpldoc`
19+ * added initial support for running a locale per socket / NIC on HPE Cray EX
2020* added a best practices document for using Chapel on Raspberry Pi
2121* made numerous renamings, deprecations, and improvements to standard modules
2222* addressed a number of user-reported bugs and documentation requests
@@ -225,11 +225,6 @@ Performance Optimizations / Improvements
225225* parallelized the new array `.find()` methods
226226* eliminated an unnecessary and non-trivial zero-initialization in `bigint`
227227
228- Platform-specific Performance Optimizations / Improvements
229- ----------------------------------------------------------
230- * added support for running a locale per socket on HPE Cray EX
231- * added support for socket-aware NIC selection on HPE Cray EX
232-
233228Compilation-Time / Generated Code Improvements
234229----------------------------------------------
235230* accelerated compiler performance for `bigint`-heavy multi-locale codes
@@ -456,6 +451,8 @@ Developer-oriented changes: 'dyno' Compiler improvements/changes
456451
457452Developer-oriented changes: Runtime improvements
458453------------------------------------------------
454+ * added support for running a locale per socket on HPE Cray EX
455+ * added support for socket-aware NIC selection on HPE Cray EX
459456* added the bound/unbound status of 'ofi' endpoints when using verbose output
460457
461458Developer-oriented changes: Testing System
0 commit comments