[Mlir-commits] [mlir] [mlir][OpenMP] allow cancellation to not be directly nested (PR #134084)
Kiran Chandramohan
llvmlistbot at llvm.org
Mon Apr 7 10:17:55 PDT 2025
kiranchandramohan wrote:
> @kiranchandramohan are you happy with this with [da8639e](https://github.com/llvm/llvm-project/commit/da8639e63dd0b73972b2e4b6537b3c1745e7289b)?
@tblah I missed the point about why my example is standards compliant if the standard is talking about closely nested OpenMP constructs. Closely nested OpenMP constructs have to be statically nested.
I thought augmenting the check to ensure that none of the intervening operations are OpenMP would be better.
https://github.com/llvm/llvm-project/pull/134084
More information about the Mlir-commits
mailing list