A map clause with the close map-type-modifier is a hint to prefer that the variables are mapped using a copy into faster memory.
Reference: TR7 Section 2.15.8 and 2.22.7.1
Paths
| Differential D55719
[OpenMP] parsing and sema support for 'close' map-type-modifier ClosedPublic Authored by saghir on Dec 14 2018, 2:01 PM.
Details
Summary A map clause with the close map-type-modifier is a hint to prefer that the variables are mapped using a copy into faster memory. Reference: TR7 Section 2.15.8 and 2.22.7.1
Diff Detail
Event TimelineComment Actions Made following changes:
Also updated to get latest changes. This revision is now accepted and ready to land.Dec 17 2018, 6:25 AM Closed by commit rC349551: [OPENMP] parsing and sema support for 'close' map-type-modifier (authored by kli). · Explain WhyDec 18 2018, 2:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 178785 include/clang/AST/OpenMPClause.h
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/OpenMPKinds.h
include/clang/Basic/OpenMPKinds.def
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/AST/OpenMPClause.cpp
lib/Basic/OpenMPKinds.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/Parse/ParseOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/OpenMP/target_ast_print.cpp
test/OpenMP/target_data_ast_print.cpp
test/OpenMP/target_map_messages.cpp
test/OpenMP/target_parallel_for_map_messages.cpp
test/OpenMP/target_parallel_for_simd_map_messages.cpp
test/OpenMP/target_parallel_map_messages.cpp
test/OpenMP/target_simd_map_messages.cpp
test/OpenMP/target_teams_distribute_map_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_map_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_map_messages.cpp
test/OpenMP/target_teams_distribute_simd_map_messages.cpp
test/OpenMP/target_teams_map_messages.cpp
|