Skip to content

Commit 343e07c

Browse files
committed
[flang][OpenMP] Extend do concurrent mapping to device
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.
1 parent c9be071 commit 343e07c

File tree

4 files changed

+477
-18
lines changed

4 files changed

+477
-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)