You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for SWDEV-533000, remove descriptor map type from has_device_addr clauses
Currently we apply OMP_MAP_DESCRIPTOR to has_device_addr, which we should avoid
as it doesn't require the same treatment as regular data maps from map clauses
and isn't actually mapped like the other descriptors either (it skips mapping
the base address data).
Ideally we'll cut out the runtime modifications from these descriptor flags that
affect the runtime correctness behaviour in the future, and leave them there for
downstream optimization toggles. I'll be looking into this in the near future.
0 commit comments