This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget] Remove unused image from global data movement function
ClosedPublic

Authored by jhuber6 on Feb 20 2023, 3:11 PM.

Details

Summary

This interface function does not actually need the device image type.
It's unused in the function, so it should be able to be safely removed.
The motivation for this is to facilitate downsteam porting of the
amd-stg-open RPC module into the nextgen plugin so we can delete the old
plugin entirely. For that to work we need to be able to call this
function at kernel-launch time, which doesn't have the image. Also it's
cleaner.

Diff Detail

Event Timeline

jhuber6 created this revision.Feb 20 2023, 3:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2023, 3:11 PM
jhuber6 requested review of this revision.Feb 20 2023, 3:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2023, 3:11 PM
jplehr accepted this revision.Feb 21 2023, 3:05 AM

LGTM

This revision is now accepted and ready to land.Feb 21 2023, 3:05 AM