Skip to content

Commit fb735c9

Browse files
authored
Merge pull request #12874 from bwbarrett/v4.1.x-release
dist: More changelog updates for 4.1.7
2 parents 13f3d7b + 277097a commit fb735c9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

NEWS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,20 @@ included in the vX.Y.Z section and be denoted as:
5959
(** also appeared: A.B.C) -- indicating that this item was previously
6060
included in release version vA.B.C.
6161

62-
4.1.7 -- August, 2024
62+
4.1.7 -- October, 2024
6363
---------------------
6464

65+
- Improve CUDA memory pool and context handling.
66+
- Fix detection of host vs. CUDA memory when cumemcreate is used with
67+
certain arguments, leading to a crash.
68+
- Fix int overflow bug in UCC collectives routine, which would impact
69+
large message collectives.
70+
- Fix SHMEM bounds checking warnings
71+
- Fix memory leak in the fcoll/vulcan component
72+
- Fix memory leak when using non-contiguious datatyles with pml/cm
73+
(used when using Libfabric or Portals transports)
74+
- Change default locking protocol for ufs IO component to fix data
75+
sieving use case.
6576
- Fix bug in Fortran / C interface array calculation.
6677
- Fix potential initialization in UCX OpenSHMEM support
6778
- Add OpenSHMEM support for symmetric remote key handling to improve

0 commit comments

Comments
 (0)