[PATCH] D33016: [Parallel] Add support for parallel execution policies to match C++ Parallelism TS
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 15:38:03 PDT 2017
ruiu added a comment.
I think I prefer inlining them as `sequential_sort` and `sequential_for_each_n` are in the end just `sort` and `for_each`.
https://reviews.llvm.org/D33016
More information about the llvm-commits
mailing list