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
[OpenMP][Runtime] remove dead prepareAndSubmitData function from omptarget
prepareAndSubmitData should no longer be used, it should be superceded by
performPointerAttachment after recent PR merges upstream, keeping the extra
code path around is likely to cause some issues long-term. It wasn't removed
in the merges as prepareAndSubmitData is a uniquely downstream thing, we
excised what used to be in the if statement into a function at some point and
now upstream have basically done the same thing with performPointerAttachment
and extended it a bit.
0 commit comments