[flang-commits] [flang] Skip POINTER components in implicit mapper generation (PR #177848)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Mon Aug 3 06:14:37 PDT 2026


mjklemm wrote:

In my interpretation, the association status of the pointer does not change between CPU and GPU.  The pointer is associated on the host and that status has been also reflected on the GPU.  It is that you cannot access the data, as the `map` clause does not map the data that the `xdt%p` points to.

https://github.com/llvm/llvm-project/pull/177848


More information about the flang-commits mailing list