Lines Matching refs:DP

28   DP("Call to omp_get_num_devices returning %zd\n", DevicesSize);  in omp_get_num_devices()
37 DP("Call to omp_get_device_num returning %d\n", HostDevice); in omp_get_device_num()
45 DP("Call to omp_get_initial_device returning %d\n", HostDevice); in omp_get_initial_device()
70 DP("Call to omp_target_free for device %d and address " DPxMOD "\n", in omp_target_free()
74 DP("Call to omp_target_free with NULL ptr\n"); in omp_target_free()
80 DP("omp_target_free deallocated host ptr\n"); in omp_target_free()
85 DP("omp_target_free returns, nothing to do\n"); in omp_target_free()
90 DP("omp_target_free deallocated device ptr\n"); in omp_target_free()
95 DP("Call to omp_target_is_present for device %d and address " DPxMOD "\n", in omp_target_is_present()
99 DP("Call to omp_target_is_present with NULL ptr, returning false\n"); in omp_target_is_present()
104 DP("Call to omp_target_is_present on host, returning true\n"); in omp_target_is_present()
112 DP("Call to omp_target_is_present with invalid device ID, returning " in omp_target_is_present()
135 DP("Call to omp_target_is_present returns %d\n", Rc); in omp_target_is_present()
143 DP("Call to omp_target_memcpy, dst device %d, src device %d, " in omp_target_memcpy()
151 DP("Call to omp_target_memcpy with zero length, nothing to do\n"); in omp_target_memcpy()
175 DP("copy from host to host\n"); in omp_target_memcpy()
180 DP("copy from host to device\n"); in omp_target_memcpy()
185 DP("copy from device to host\n"); in omp_target_memcpy()
190 DP("copy from device to device\n"); in omp_target_memcpy()
214 DP("omp_target_memcpy returns %d\n", Rc); in omp_target_memcpy()
225 DP("Call to omp_target_memcpy_rect, dst device %d, src device %d, " in omp_target_memcpy_rect()
234 DP("Call to omp_target_memcpy_rect returns max supported dimensions %d\n", in omp_target_memcpy_rect()
268 DP("Recursive call to omp_target_memcpy_rect returns unsuccessfully\n"); in omp_target_memcpy_rect()
274 DP("omp_target_memcpy_rect returns %d\n", Rc); in omp_target_memcpy_rect()
282 DP("Call to omp_target_associate_ptr with host_ptr " DPxMOD ", " in omp_target_associate_ptr()
305 DP("omp_target_associate_ptr returns %d\n", Rc); in omp_target_associate_ptr()
311 DP("Call to omp_target_disassociate_ptr with host_ptr " DPxMOD ", " in omp_target_disassociate_ptr()
333 DP("omp_target_disassociate_ptr returns %d\n", Rc); in omp_target_disassociate_ptr()