[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 Feb 19 06:12:24 PST 2022


nadiasvertex created this revision.
Herald added a subscriber: mgorny.
Herald added a reviewer: ldionne.
nadiasvertex requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: libcxx-commits, sstefan1.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

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.410085.patch
Type: text/x-patch
Size: 33062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220219/a8a3da52/attachment-0001.bin>


More information about the libcxx-commits mailing list