Skip to content

Commit 78853df

Browse files
authored
[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
1 parent 5ceb450 commit 78853df

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)