[clang] [llvm] [clang] [OpenMP] New OpenMP 6.0 self_maps clause - CodeGen (PR #134131)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 24 00:31:24 PDT 2025
================
@@ -236,6 +236,8 @@ enum class OpenMPOffloadMappingFlags : uint64_t {
// dynamic.
// This is an OpenMP extension for the sake of OpenACC support.
OMP_MAP_OMPX_HOLD = 0x2000,
+ /// Self directs mapping without creating a separate device copy.
+ OMP_MAP_SELF = 0x4000,
----------------
Ritanya-B-Bharadwaj wrote:
@alexey-bataev Yes - https://github.com/llvm/llvm-project/pull/146827/files
https://github.com/llvm/llvm-project/pull/134131
More information about the llvm-commits
mailing list