[Openmp-commits] [PATCH] D142512: [OpenMP][libomptarget] Fix mapping/prelock.cpp test
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 25 07:27:11 PST 2023
ye-luo added a comment.
My understanding from the call is that "locked" is for a device agent not the device.
It can be used in hsa memory copy calls but `is_device_ptr` is for device(kernel) access and thus incorrect.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142512/new/
https://reviews.llvm.org/D142512
More information about the Openmp-commits
mailing list