Skip to content

Commit 1785f2a

Browse files
ergawygithub-actions[bot]
authored andcommitted
Automerge: [flang][OpenMP] Extend do concurrent mapping to device (#155987)
Upstreams further parts of `do concurrent` to OpenMP conversion pass from AMD's fork. This PR extends the pass by adding support for mapping to the device. PR stack: - llvm/llvm-project#155754 - llvm/llvm-project#155987 ◀️ - llvm/llvm-project#155992 - llvm/llvm-project#155993 - llvm/llvm-project#157638 - llvm/llvm-project#156610 - llvm/llvm-project#156837
2 parents d0ea42d + 78853df commit 1785f2a

File tree

5 files changed

+524
-18
lines changed

5 files changed

+524
-18
lines changed

flang/lib/Optimizer/OpenMP/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ add_flang_library(FlangOpenMPTransforms
2626
FIRSupport
2727
FortranSupport
2828
HLFIRDialect
29+
FortranUtils
2930

3031
MLIR_DEPS
3132
${dialect_libs}

0 commit comments

Comments
 (0)