Skip to content

Commit

Permalink
Make fixes noted by DavidL
Browse files Browse the repository at this point in the history
---
Signed-off-by: Brad Chamberlain <[email protected]>
  • Loading branch information
bradcray committed Jun 21, 2024
1 parent acba1cb commit 88b9809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Standard Layouts and Distributions
* enabled `.targetLocales()` queries on sparse `blockDist` domains/arrays
* added new utility routines for sparse `blockDist`-distributed domains/arrays:
- `setLocalSubdomain()` to assign the current locale's subdomain of nonzeroes
- `[get|set]LocalSubarry()` to query/set the current locale's nonzero values
- `[get|set]LocalSubarray()` to query/set the current locale's nonzero values

Deprecated / Unstable / Removed Library Features
------------------------------------------------
Expand Down Expand Up @@ -276,7 +276,7 @@ Portability / Platform-specific Improvements
* fixed memory leaks in the runtime when using `CHPL_COMM=ofi` with AWS EFA
* fixed regex escape sequences generating errors with Python 3.12
* fixed some bugs with `CHPL_COMM=ugni` when using bundled LLVM and/or GPUs
* fixed a portability issue in which the PGI compiler's name was mis-spelled
* fixed a portability issue in which the PGI compiler's name was misspelled

Compiler Improvements
---------------------
Expand Down

0 comments on commit 88b9809

Please sign in to comment.