Skip to content

Commit b2094c4

Browse files
committed
Incorporate feedback from Elliot
--- Signed-off-by: Brad Chamberlain <[email protected]>
1 parent b20d98a commit b2094c4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

CHANGES.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ released March 23, 2023
99
Highlights (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-
233228
Compilation-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

457452
Developer-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

461458
Developer-oriented changes: Testing System

0 commit comments

Comments
 (0)