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 221d63a commit f19c328Copy full SHA for f19c328
offload/libomptarget/omptarget.cpp
@@ -1065,7 +1065,6 @@ class PrivateArgumentManagerTy {
1065
(IsFirstPrivate ? "first-" : ""), DPxPTR(HstPtr));
1066
return OFFLOAD_FAIL;
1067
}
1068
-#define OMPTARGET_DEBUG
1069
#ifdef OMPTARGET_DEBUG
1070
void *TgtPtrBase = (void *)((intptr_t)TgtPtr + ArgOffset);
1071
DP("Allocated %" PRId64 " bytes of target memory at " DPxMOD
0 commit comments