[flang-commits] [flang] [llvm] [flang][OpenMP] Frontend support for DEVICE_SAFESYNC (PR #163560)
Jack Styles via flang-commits
flang-commits at lists.llvm.org
Fri Oct 17 02:07:07 PDT 2025
================
@@ -1022,16 +1022,17 @@ def OMP_Requires : Directive<[Spelling<"requires">]> {
let allowedOnceClauses = [
VersionedClause<OMPC_UnifiedAddress>,
VersionedClause<OMPC_UnifiedSharedMemory>,
+ VersionedClause<OMPC_AtomicDefaultMemOrder>,
----------------
Stylie777 wrote:
Moving `OMPC_AtomicDefaultMemOrder`, `OMPC_DynamicAllocators` and `OMPC_SelfMaps`, this would be more applicable in an NFC commit. They don't directly apply to adding support for DEVICE_SAFESYNC.
https://github.com/llvm/llvm-project/pull/163560
More information about the flang-commits
mailing list