Skip to content

Commit 9628c3a

Browse files
authored
Merge pull request #1261 from msimberg/release-notes-0.29.0
Add release notes for 0.29.0
2 parents 528bcac + 911d304 commit 9628c3a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66

77
# Changelog
88

9+
## 0.29.0 (2024-10-04)
10+
11+
### New features
12+
13+
- The CUDA/HIP pool uses fewer, and a user-controllable number of, cuBLAS/SOLVER and rocBLAS/SOLVER handles. This can significantly reduce GPU memory usage, especially on high core count systems. ([#1234](https://github.com/pika-org/pika/pull/1234))
14+
- The sender adaptor `transfer` has been renamed to `continues_on`, with a deprecation warning, to match the latest P2300 proposal. `transfer_just` and `transfer_when_all` have been deprecated. ([#1235](https://github.com/pika-org/pika/pull/1235))
15+
16+
### Breaking changes
17+
18+
### Bugfixes
19+
20+
- An initialization issue when setting an explicit process mask on a process that has a limited number of cores available due to cgroups restrictions has been fixed. ([#1251](https://github.com/pika-org/pika/pull/1251))
21+
922
## 0.28.0 (2024-09-04)
1023

1124
### New features

0 commit comments

Comments
 (0)