This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][libomptarget] Centralize host pinned buffers map to NextGen's PluginInterface
ClosedPublic

Authored by kevinsala on Dec 21 2022, 2:19 PM.

Details

Summary

This patch moves the management/tracking of host pinned buffers to the common PluginInterface in NextGen plugins. For the moment, the management consists of tracking the host pinned allocations into a map in each device.

Diff Detail

Event Timeline

kevinsala created this revision.Dec 21 2022, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2022, 2:19 PM
kevinsala requested review of this revision.Dec 21 2022, 2:19 PM
This revision is now accepted and ready to land.Dec 21 2022, 2:41 PM