This unblocks one of the XFAIL tests for AMD, though we need to work
around the missing printf still.
Details
Details
- Reviewers
jhuber6 - Commits
- rGde9edf4afecc: [OpenMP] Avoid zero size copies to the device
Diff Detail
Diff Detail
Paths
| Differential D146592
[OpenMP] Avoid zero size copies to the device ClosedPublic Authored by jdoerfert on Mar 21 2023, 4:01 PM.
Details
Summary This unblocks one of the XFAIL tests for AMD, though we need to work
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 21 2023, 5:47 PM Closed by commit rGde9edf4afecc: [OpenMP] Avoid zero size copies to the device (authored by jdoerfert). · Explain WhyMar 21 2023, 7:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 507169 openmp/libomptarget/src/device.cpp
openmp/libomptarget/src/omptarget.cpp
openmp/libomptarget/test/mapping/data_member_ref.cpp
|
nit. size != 0 makes the intent clearer.