Skip to content

pika 0.16.0

Compare
Choose a tag to compare
@msimberg msimberg released this 31 May 11:59
· 1757 commits to main since this release
0.16.0
623d757

New features

  • pika can now be compiled with CUDA 12 and C++20 when PIKA_WITH_STDEXEC is disabled. (#684)
  • pika::barrier can now optionally do a timed blocking wait. The default behaviour is unchanged. (#685)

Breaking changes

  • pika::spinlock has been removed and replaced with a private implementation. (#672)

Bugfixes

  • Compilation with the CMake option PIKA_WITH_VERIFY_LOCKS_BACKTRACE has been fixed. (#680)
  • Compilation with fmt 10 and CUDA/HIP has been fixed. (#691)