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

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 31 05:47:02 PST 2020


MikeDvorskiy marked an inline comment as done.
MikeDvorskiy added inline comments.


================
Comment at: include/pstl/internal/parallel_backend.h:19
 {
-namespace __par_backend = __serial_backend;
 }
----------------
rodgert wrote:
> Could these changes be separated from the OpenMP backend changes?
Yes, sure... 

Regarding "__parallel_transform_reduce()".
We have the ideas..., we will update the patch with parallel_transform_reduce prototype soon.


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