Skip to content

pika 0.28.0

Latest
Compare
Choose a tag to compare
@msimberg msimberg released this 04 Sep 15:14
· 75 commits to main since this release
0.28.0
7c2ceb2

New features

Breaking changes

  • When using stdexec, pika now requires and is tested with stdexec commit 8bc7c7f06fe39831dea6852407ebe7f6be8fa9fd (#1205)
  • The Boost dependency is now found using CMake's config mode instead of CMake's deprecated Boost module. This requires Boost to be installed with a BoostConfig.cmake file. (#1229)

Bugfixes

  • NUMA nodes and sockets are now correctly handled on Grace-Hopper systems. This allows use of hwloc 2.11 and newer on such systems. (#1224)