[libcxx-commits] [PATCH] D70530: [pstl] OpenMP parallel back-end, WIP (Work in progress), just for discussion

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 31 07:31:15 PDT 2023


ldionne resigned from this revision.
ldionne added a comment.
Herald added a subscriber: jplehr.

[Github PR transition cleanup]

We now have a slightly different backend API in the libc++ PSTL and this wouldn't apply cleanly anymore. If you want to add an OpenMP backend to the libc++ PSTL, please open a GitHub PR. The code used by libc++ now lives under `libcxx/include/__algorithm/` & friends (for example `libcxx/include/__algorithm/pstl_backend.h`).


Repository:
  rPSTL pstl

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70530/new/

https://reviews.llvm.org/D70530



More information about the libcxx-commits mailing list