[Mlir-commits] [mlir] [MLIR][OpenMP] Skip host omp ops when compiling for the target device (PR #85239)

Sergio Afonso llvmlistbot at llvm.org
Tue Apr 2 03:36:55 PDT 2024


https://github.com/skatrak approved this pull request.

Thanks Jan for the changes to make this work for `omp.target_data` as well. In my opinion this looks ready, just notice when you rebase that some of the MLIR operations have been renamed (`DataOp` -> `TargetDataOp`, `DataBoundsOp` -> `MapBoundsOp`, ...). Some of the ops in the new tests will have to be updated as well (`omp.map_info` -> `omp.map.info`, ...)

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


More information about the Mlir-commits mailing list