[Mlir-commits] [mlir] [MLIR][omp] Add omp.workshare op (PR #101443)
Kiran Chandramohan
llvmlistbot at llvm.org
Fri Aug 2 02:30:38 PDT 2024
https://github.com/kiranchandramohan commented:
Please add some roundtrip tests in mlir/test/Dialect/OpenMP/ops.mlir.
The questions here would be:
1. Should we have an alternative representation like `hlfir.elemental` that exposes the implicit loop of the constructs in it.
2. Should enforce additional constraints on the operations inside the body of the workshare construct? Like should they have loop interfaces?
https://github.com/llvm/llvm-project/pull/101443
More information about the Mlir-commits
mailing list