[Mlir-commits] [mlir] [OpenMP][MLIR] Add num_teams mlir to llvm lowering (PR #179418)

Sergio Afonso llvmlistbot at llvm.org
Thu Apr 9 04:00:37 PDT 2026


================

----------------
skatrak wrote:

As with the thread_limit PR, I don't think we should hardcode the vector size to 3, but rather use `max(numTeamsUpperVars.size(), 1)` here.

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


More information about the Mlir-commits mailing list