[flang-commits] [flang] [mlir] [flang][acc] Don't treat a managed pointer descriptor as device data (PR #222769)
Razvan Lupusoru via flang-commits
flang-commits at lists.llvm.org
Mon Sep 21 08:49:50 PDT 2026
https://github.com/razvanlupusoru commented:
Great work - just suggesting a few refinements to the APIs to ensure we focus on OpenACC spec terminology: Replace isDeviceResident / isManagedOrUnifiedData with isInDeviceMemory / isInDeviceMemoryValue and base your approach on those instead. The isDeviceAccessible is already good from this PoV.
https://github.com/llvm/llvm-project/pull/222769
More information about the flang-commits
mailing list