[Mlir-commits] [flang] [llvm] [mlir] [OpenMP][MLIR] Add num_teams clause with dims modifier support (PR #169883)
Sergio Afonso
llvmlistbot at llvm.org
Thu Jan 22 04:31:15 PST 2026
================
@@ -3074,7 +3087,7 @@ func.func @omp_target_host_eval(%x : i32) {
// CHECK: omp.teams num_teams( to %[[HOST_ARG]] : i32)
// CHECK-SAME: thread_limit(%[[HOST_ARG]] : i32)
omp.target host_eval(%x -> %arg0 : i32) {
- omp.teams num_teams(to %arg0 : i32) thread_limit(%arg0 : i32) {
+ omp.teams num_teams( to %arg0 : i32) thread_limit(%arg0 : i32) {
----------------
skatrak wrote:
Nit: Unintended change?
https://github.com/llvm/llvm-project/pull/169883
More information about the Mlir-commits
mailing list