summaryrefslogtreecommitdiff
path: root/pstl/CREDITS.txt
diff options
context:
space:
mode:
authorMikhail Dvorskiy <mikhail.dvorskiy@intel.com>2021-10-15 15:36:07 +0300
committerMikhail Dvorskiy <mikhail.dvorskiy@intel.com>2021-10-15 15:36:07 +0300
commit6069a6a5049497a32a50a49661c2f4169078bdba (patch)
tree57beff6f8b758d1d354e84625e213d6d8796edbc /pstl/CREDITS.txt
parente7418906f5051da329ba0094635aeabd39bf6803 (diff)
downloadllvm-6069a6a5049497a32a50a49661c2f4169078bdba.tar.gz
[pstl] Initial implementation of OpenMP backend, on behalf of Christopher Nelson nadiasvertex@gmail.com
Phabricator Review: https://reviews.llvm.org/D99836 A couple of parallel patterns still remains serial - "Parallel partial sort", and "Parallel transform scan" - there are //TODOs in the code.
Diffstat (limited to 'pstl/CREDITS.txt')
-rw-r--r--pstl/CREDITS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/pstl/CREDITS.txt b/pstl/CREDITS.txt
index 7855b6833115..4945fd5ad308 100644
--- a/pstl/CREDITS.txt
+++ b/pstl/CREDITS.txt
@@ -15,3 +15,7 @@ D: Created the initial implementation.
N: Thomas Rodgers
E: trodgers@redhat.com
D: Identifier name transformation for inclusion in a Standard C++ library.
+
+N: Christopher Nelson
+E: nadiasvertex@gmail.com
+D: Add support for an OpenMP backend.