Added support in the generic plugin to invoke registered callbacks.
Depends on D124070
Patch from John Mellor-Crummey <johnmc@rice.edu>
(With contributions from Dhruva Chakrabarti <Dhruva.Chakrabarti@amd.com>)
Differential D124652
[OpenMP] [OMPT] [amdgpu] [5/8] Implemented device init/fini/load callbacks mhalk on Apr 28 2022, 6:44 PM. Authored by
Details Added support in the generic plugin to invoke registered callbacks. Depends on D124070 Patch from John Mellor-Crummey <johnmc@rice.edu>
Diff Detail
Event Timeline
Comment Actions Thanks for moving this forward.
Comment Actions When more changes have accumulated I'll update this diff with the changes I replied to with 'Done'.
Comment Actions Read the large comment first, this might also result in changes to other patches. The design should match nextgen and it should be a proper part of it, not some attached afterthought.
This comment was removed by mhalk. Comment Actions Update + rebase to reflect the landing of https://reviews.llvm.org/D124070 @jdoerfert If there are any issues left or further improvements that should be implemented, please let me know.
Comment Actions If there are further requests / improvements I should implement, please let me know. Thank you! Comment Actions Rebase Comment Actions I know you did quite a bit of testing, so I assume this works. Just the one nit.
Comment Actions Thanks @dhruvachak I'll rebase (esp. w.r.t. the deletion of the legacy plugins), then check the upcoming changes and if I don't see problems: submit here.
|
Should this be rather <string> or <cstring>?