[Mlir-commits] [flang] [mlir] [flang][OpenACC] Fix implicit data mapping for deviceptr inside host_data (PR #192710)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Apr 21 15:48:32 PDT 2026
khaki3 wrote:
`#acc.declare` is only used for `acc declare`, not for `acc data`. Introducing it only for deviceptr is inconsistent and costly because `acc data` shares the same process.
https://github.com/llvm/llvm-project/pull/192710
More information about the Mlir-commits
mailing list