[libcxx-commits] [libcxx] [libcxxabi] Adding Separate OpenMP Offloading Backend to `libcxx/include/__algorithm/pstl_backends` (PR #66968)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 27 11:01:04 PDT 2024


================
@@ -407,6 +407,24 @@ def getSuitableClangTidy(cfg):
             AddFeature('has-clang-tidy'),
             AddSubstitution('%{clang-tidy}', exe),
         ]
-     ),
+    ),
+    Parameter(
+        name="openmp_pstl_backend",
----------------
ldionne wrote:

Let's instead define a feature called `pstl-backend=<openmp|serial|std-thread|etc>`.

https://github.com/llvm/llvm-project/pull/66968


More information about the libcxx-commits mailing list