[Openmp-commits] [PATCH] D141227: [OpenMP][libomptarget] Implement memory lock/unlock API in NextGen plugins
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jan 21 08:49:32 PST 2023
ye-luo added a comment.
In D141227#4071198 <https://reviews.llvm.org/D141227#4071198>, @JonChesterfield wrote:
> I think it's good to go. If this is something you've tried in qmcpack so we have a real world example of it improving things then even better.
QMCPACK doesn't allocate pinned memroy via OpenMP. So this patch doesn't immediately benefit QMCPACK. This patch lays the foundation to a further optimization and the 16 release branch will be created very soon. So I'm pushing for merging this in time.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141227/new/
https://reviews.llvm.org/D141227
More information about the Openmp-commits
mailing list