[Mlir-commits] [mlir] [OpenMP][MLIR] Add num_teams clause with dims modifier support (PR #169883)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Dec 9 23:52:26 PST 2025


skc7 wrote:

Updated PR to use dims modifier arguments in the original `num_teams` clause itself.
This is to support the old version and new version on `num_teams` using the same clause itself.
- omp.teams num_teams(%lb : i32 to %ub : i32)
- omp.teams num_teams(dims(3): %lb, %ub, %ub : i32)
Updated parser, printer and verifier for the clause.

Thanks for feedback @kparzysz 

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


More information about the Mlir-commits mailing list