We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e16500 commit 5f6640eCopy full SHA for 5f6640e
openmp/libomptarget/src/OpenMP/API.cpp
@@ -598,7 +598,7 @@ EXTERN void *omp_get_mapped_ptr(const void *Ptr, int DeviceNum) {
598
599
size_t NumDevices = omp_get_initial_device();
600
if (DeviceNum == NumDevices) {
601
- REPORT("Device %d is initial device, returning Ptr " DPxMOD ".\n",
+ DP("Device %d is initial device, returning Ptr " DPxMOD ".\n",
602
DeviceNum, DPxPTR(Ptr));
603
return const_cast<void *>(Ptr);
604
}
0 commit comments