[Mlir-commits] [mlir] [OpenMP][MLIR] Add num_threads mlir->llvm lowering (PR #179420)
Sergio Afonso
llvmlistbot at llvm.org
Tue Apr 14 06:18:10 PDT 2026
https://github.com/skatrak commented:
Thank you Chaitanya for this work.
The main concern I have with the current state of this patch is that the only functional difference it would cause is that, rather than telling users that a multi-dim `num_threads` clause on `parallel` inside of a `target` region isn't supported, we would treat it as if only the first dimension was specified and silently ignore the rest.
It seems like we'd be better off leaving things as they are until we can properly support these extra dims, what do you think?
https://github.com/llvm/llvm-project/pull/179420
More information about the Mlir-commits
mailing list