[libcxx-commits] [PATCH] D120186: [pstl] Implementation of Grand Central Dispatch backend

Christopher Nelson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 12 07:57:15 PST 2022


nadiasvertex updated this revision to Diff 414842.
nadiasvertex added a comment.
Herald added a project: All.

Add the __tag parameter, and address comments about ADL and a bad assertion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120186

Files:
  pstl/CMakeLists.txt
  pstl/CREDITS.txt
  pstl/include/__pstl_config_site.in
  pstl/include/pstl/internal/execution_impl.h
  pstl/include/pstl/internal/gcd/parallel_for.h
  pstl/include/pstl/internal/gcd/parallel_for_each.h
  pstl/include/pstl/internal/gcd/parallel_invoke.h
  pstl/include/pstl/internal/gcd/parallel_merge.h
  pstl/include/pstl/internal/gcd/parallel_reduce.h
  pstl/include/pstl/internal/gcd/parallel_stable_partial_sort.h
  pstl/include/pstl/internal/gcd/parallel_stable_sort.h
  pstl/include/pstl/internal/gcd/parallel_transform_reduce.h
  pstl/include/pstl/internal/gcd/parallel_transform_scan.h
  pstl/include/pstl/internal/gcd/util.h
  pstl/include/pstl/internal/parallel_backend.h
  pstl/include/pstl/internal/parallel_backend_gcd.h
  pstl/include/pstl/internal/pstl_config.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120186.414842.patch
Type: text/x-patch
Size: 33734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220312/32cd2275/attachment-0001.bin>


More information about the libcxx-commits mailing list