Skip to content

pika 0.24.0

Compare
Choose a tag to compare
@aurianer aurianer released this 12 Apr 14:47
· 541 commits to main since this release
cf5c360

New features

  • Avoid unnecessary copies of CUDA streams and handles to improve profiling appearance. (#1056)
  • Avoid use of std::invoke_result in tag_invoke_result variants to improve compilation times. (#1058, #1060)

Breaking changes

Bugfixes

  • Fix use of --pika:print-bind with --pika:bind=none. (#1082, #1087)
  • Work around compilation issue with CUDA 12.4. (#1084)
  • Make sure main is never defined in libpika.so. (#1088)