[llvm-branch-commits] [flang] [mlir] [OpenMP][MLIR] Add thread_limit with dims modifier support (PR #171825)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 16 20:53:29 PST 2026


================
@@ -380,6 +380,10 @@ static LogicalResult checkImplementationStatus(Operation &op) {
     if (op.hasNumTeamsMultiDim())
       result = todo("num_teams with multi-dimensional values");
   };
+  auto checkThreadLimitMultiDim = [&todo](auto op, LogicalResult &result) {
----------------
skc7 wrote:

updated in latest patch

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


More information about the llvm-branch-commits mailing list