[libcxx-commits] [PATCH] D99836: [pstl] Implement OpenMP backend

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 21 07:04:54 PDT 2021


MikeDvorskiy closed this revision.
MikeDvorskiy added a comment.

Commit 6069a6a5 <https://reviews.llvm.org/rG6069a6a5049497a32a50a49661c2f4169078bdba> 
by Mikhail Dvorskiy, 10/15/2021 03:36 PM

[pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nelson nadiasvertex at gmail.com

A couple of parallel patterns still remains serial - "Parallel partial sort", and "Parallel transform scan" - there are //TODOs in the code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99836



More information about the libcxx-commits mailing list