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

Thomas Rodgers via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 29 18:57:04 PST 2020


rodgert added a comment.

Mikhail, having reviewed the initial OpenMP backend functions, they are essentially the same as what I had put together in my prototype. So this is good, as far as it goes. Where I started running into issues was with the backend API definitions for the remaining routines. I would like to see an example of __parallel_transform_reduce().



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


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