Lines Matching refs:DPxMOD
105 "= " DPxMOD ", dst = " DPxMOD ", size = %" PRId64 "\n", in memcpyDtoD()
553 DP("Load data from image " DPxMOD "\n", DPxPTR(Image->ImageStart)); in loadBinary()
594 DP("Entry point " DPxMOD " maps to global %s (" DPxMOD ")\n", in loadBinary()
613 DP("Copy linked variable host address (" DPxMOD in loadBinary()
614 ") to device address (" DPxMOD ")\n", in loadBinary()
632 DP("Entry point " DPxMOD " maps to %s (" DPxMOD ")\n", in loadBinary()
654 "host = " DPxMOD ", device = " DPxMOD ", size = %zd\n", in loadBinary()
704 "host = " DPxMOD ", device = " DPxMOD ", size = %zu\n", in loadBinary()
750 DP("Error when copying data from host to device. Pointers: host = " DPxMOD in dataSubmit()
751 ", device = " DPxMOD ", size = %" PRId64 "\n", in dataSubmit()
772 DP("Error when copying data from device to host. Pointers: host = " DPxMOD in dataRetrieve()
773 ", device = " DPxMOD ", size = %" PRId64 "\n", in dataRetrieve()
824 DP("Error returned from cuMemcpyPeerAsync. src_ptr = " DPxMOD in dataExchange()
825 ", src_id =%" PRId32 ", dst_ptr = " DPxMOD ", dst_id =%" PRId32 "\n", in dataExchange()
957 DP("Launch of entry point at " DPxMOD " successful!\n", in runTargetTeamRegion()
967 DP("Error when synchronizing stream. stream = " DPxMOD in synchronize()
968 ", async info ptr = " DPxMOD "\n", in synchronize()