Lines Matching refs:DP
160 DP("Add mapping from host " DPxMOD " to device " DPxMOD in initLibrary()
190 DP("Has pending ctors... call now\n"); in initLibrary()
203 DP("Done with pending ctors for lib " DPxMOD "\n", DPxPTR(Lib.first)); in initLibrary()
257 DP("Default TARGET OFFLOAD policy is now mandatory " in handleDefaultTargetOffload()
261 DP("Default TARGET OFFLOAD policy is now disabled " in handleDefaultTargetOffload()
288 DP("Offload is disabled\n"); in checkDeviceAndCtors()
294 DP("Use default device id %" PRId64 "\n", DeviceID); in checkDeviceAndCtors()
299 DP("omp_get_num_devices() == 0 but offload is manadatory\n"); in checkDeviceAndCtors()
305 DP("Device is host (%" PRId64 "), returning as if offload is disabled\n", in checkDeviceAndCtors()
343 DP("Call to %s for device %d requesting %zu bytes\n", Name, DeviceNum, Size); in targetAllocExplicit()
346 DP("Call to %s with non-positive length\n", Name); in targetAllocExplicit()
354 DP("%s returns host ptr " DPxMOD "\n", Name, DPxPTR(Rc)); in targetAllocExplicit()
359 DP("%s returns NULL ptr\n", Name); in targetAllocExplicit()
365 DP("%s returns device ptr " DPxMOD "\n", Name, DPxPTR(Rc)); in targetAllocExplicit()
376 DP("Calling the mapper function " DPxMOD "\n", DPxPTR(ArgMapper)); in targetDataMapper()
428 DP("Calling targetDataMapper for the %dth argument\n", I); in targetDataBegin()
459 DP("Using a padding of %" PRId64 " bytes for begin address " DPxMOD in targetDataBegin()
485 DP("Has a pointer entry: \n"); in targetDataBegin()
511 DP("There are %zu bytes allocated at target address " DPxMOD " - is%s new" in targetDataBegin()
540 DP("There are %" PRId64 " bytes allocated at target address " DPxMOD in targetDataBegin()
547 DP("Returning device pointer " DPxMOD "\n", DPxPTR(TgtPtrBase)); in targetDataBegin()
584 DP("Update pointer (" DPxMOD ") -> [" DPxMOD "]\n", in targetDataBegin()
696 DP("Calling targetDataMapper for the %dth argument\n", I); in targetDataEnd()
723 DP("Using a Padding of %" PRId64 " bytes for begin address " DPxMOD in targetDataEnd()
746 DP("Mapping does not exist (%s)\n", in targetDataEnd()
770 DP("There are %" PRId64 " bytes allocated at target address " DPxMOD in targetDataEnd()
798 DP("Moving %" PRId64 " bytes (tgt:" DPxMOD ") -> (hst:" DPxMOD ")\n", in targetDataEnd()
879 DP("Restoring original host pointer value " DPxMOD " for host " in targetDataEnd()
885 DP("Removing shadow pointer " DPxMOD "\n", DPxPTR((void **)Itr->first)); in targetDataEnd()
921 DP("hst data:" DPxMOD " not found, becomes a noop\n", DPxPTR(HstPtrBegin)); in targetDataContiguous()
932 DP("hst data:" DPxMOD " unified and shared, becomes a noop\n", in targetDataContiguous()
938 DP("Moving %" PRId64 " bytes (tgt:" DPxMOD ") -> (hst:" DPxMOD ")\n", in targetDataContiguous()
953 DP("Restoring original host pointer value " DPxMOD in targetDataContiguous()
963 DP("Moving %" PRId64 " bytes (hst:" DPxMOD ") -> (tgt:" DPxMOD ")\n", in targetDataContiguous()
972 DP("Restoring original target pointer value " DPxMOD " for target " in targetDataContiguous()
1013 DP("Transfer of non-contiguous : host ptr " DPxMOD " offset %" PRIu64 in targetDataNonContiguous()
1047 DP("Calling targetDataMapper for the %dth argument\n", I); in targetDataUpdate()
1210 DP("Data allocation for %sprivate array " DPxMOD " failed.\n", in addArg()
1216 DP("Allocated %" PRId64 " bytes of target memory at " DPxMOD in addArg()
1224 DP("Submitting firstprivate data to the device.\n"); in addArg()
1227 DP("Copying data to device failed, failed.\n"); in addArg()
1233 DP("Firstprivate array " DPxMOD " of size %" PRId64 " will be packed\n", in addArg()
1273 DP("Failed to allocate target memory for private arguments.\n"); in packAndTransfer()
1277 DP("Allocated %" PRId64 " bytes of target memory at " DPxMOD "\n", in packAndTransfer()
1283 DP("Failed to submit data of private arguments.\n"); in packAndTransfer()
1293 DP("Firstprivate array " DPxMOD " of size %" PRId64 " mapped to " DPxMOD in packAndTransfer()
1308 DP("Deallocation of (first-)private arrays failed.\n"); in free()
1360 DP("Parent lambda base " DPxMOD "\n", DPxPTR(TgtPtrBase)); in processDataBefore()
1369 DP("No lambda captured variable mapped (" DPxMOD ") - ignored\n", in processDataBefore()
1374 DP("Unified memory is active, no need to map lambda captured" in processDataBefore()
1379 DP("Update lambda reference (" DPxMOD ") -> [" DPxMOD "]\n", in processDataBefore()
1398 DP("Forwarding first-private value " DPxMOD " to the target construct\n", in processDataBefore()
1429 DP("Obtained target argument " DPxMOD " from host pointer " DPxMOD "\n", in processDataBefore()
1444 DP("Failed to pack and transfer first private arguments\n"); in processDataBefore()
1513 DP("loop trip count is %" PRIu64 ".\n", Tripcount); in target()
1543 DP("Launching target execution %s with pointer " DPxMOD " (index=%d).\n", in target()