Skip to content

pika 0.23.0

Compare
Choose a tag to compare
@msimberg msimberg released this 07 Mar 13:38
· 611 commits to main since this release
0.23.0
7c1aebb

New features

  • Further improved performance, particularly on ARM64 systems. (#1023, #1033, #1035, #1041)
  • Allow compilation on ARM systems with address sanitizer enabled. (#1045)

Breaking changes

Bugfixes

  • Allow the use of the require_started sender adaptor with unique_any_sender and any_sender. (#1044)
  • Fix a data race in CUDA/HIP event polling. (#1051)