Unverified Commit bc82d1a6 authored by Sergio Afonso's avatar Sergio Afonso Committed by GitHub
Browse files

[OpenMPIRBuilder][MLIR] Pass target-cpu and target-features to outlined functions (#80283)

This patch adds support for forwarding the target-cpu and
target-features attributes to functions outlined in the OpenMPIRBuilder.
This, in turn, results in the addition of these attributes for functions
created during the translation of the `omp.parallel`, `omp.task` and
`omp.teams` operations, and for the `omp.wsloop` operation when doing
codegen for an OpenMP target device.
parent 69ffa7be
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment