[llvm-branch-commits] [llvm] [openmp] [OpenMP][clang] 6.0: num_threads strict (part 2: device runtime) (PR #146404)

Robert Imschweiler via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 30 13:23:09 PDT 2025


================
@@ -45,7 +45,24 @@ using namespace ompx;
 
 namespace {
 
-uint32_t determineNumberOfThreads(int32_t NumThreadsClause) {
+void num_threads_strict_error(int32_t nt_strict, int32_t nt_severity,
----------------
ro-i wrote:

sorry, done

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


More information about the llvm-branch-commits mailing list