[Openmp-commits] [openmp] [OpenMP][libomptarget][FIX] Fix mapping of struct to device (PR #70821)
Gheorghe-Teodor Bercea via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 8 06:17:57 PST 2023
doru1004 wrote:
> Shouldn't we just reorder the map clauses based on the relationship: member and base?
The order of the clauses doesn't necessarily control the ordering of the entries. I think we need to actively ensure that the entries are processed in a way that doesn't lead to overwrites.
https://github.com/llvm/llvm-project/pull/70821
More information about the Openmp-commits
mailing list