Skip to content

pika 0.29.0

Latest
Compare
Choose a tag to compare
@msimberg msimberg released this 04 Oct 12:18
· 117 commits to main since this release
0.29.0
9628c3a

New features

  • 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)
  • 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)

Breaking changes

Bugfixes

  • 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)