Lines Matching refs:DP
75 DP("Looking up symbol: %s\n", SymbolName); in buildOffloadTableFromHost()
81 DP("Symbol %s not found in target image\n", SymbolName); in buildOffloadTableFromHost()
84 DP("Found symbol %s successfully in target image (addr: %p)\n", in buildOffloadTableFromHost()
121 DP("Found %i VE devices\n", NumDevices); in RTLDeviceInfoTy()
132 DP("Failed to close VEO context.\n"); in ~RTLDeviceInfoTy()
155 DP("Running function with entry point %p\n", in target_run_function_wait()
160 DP("Execution of entry point %p failed\n", in target_run_function_wait()
165 DP("Function at address %p called (VEO request ID: %" PRIu64 ")\n", in target_run_function_wait()
171 DP("Waiting for entry point %p failed (Error code %d)\n", in target_run_function_wait()
198 DP("Available VEO version: %i\n", veo_api_version()); in __tgt_rtl_init_device()
217 DP("Dev %d: load binary from " DPxMOD " image\n", ID, in __tgt_rtl_load_binary()
224 DP("Expecting to have %zd entries defined.\n", NumEntries); in __tgt_rtl_load_binary()
242 DP("fdopen() for %s failed. Could not write target image\n", tmp_name); in __tgt_rtl_load_binary()
251 DP("Wrote target image to %s. ImageSize=%zu\n", tmp_name, ImageSize); in __tgt_rtl_load_binary()
267 DP("veo_proc_create() failed for device %d\n", ID); in __tgt_rtl_load_binary()
273 DP("veo_proc_create_static() failed for device %d, image=%s\n", ID, in __tgt_rtl_load_binary()
285 DP("veo_context_open() failed: %s\n", std::strerror(errno)); in __tgt_rtl_load_binary()
292 DP("Aurora device successfully initialized with loaded binary: " in __tgt_rtl_load_binary()
301 DP("veo_load_library() failed: LibHandle=%" PRIu64 in __tgt_rtl_load_binary()
307 DP("Successfully loaded library dynamically\n"); in __tgt_rtl_load_binary()
309 DP("Symbol table is expected to have been created by " in __tgt_rtl_load_binary()
348 DP("veo_proc_create() failed for device %d\n", ID); in __tgt_rtl_data_alloc()
352 DP("Aurora device successfully initialized: proc_handle=%p", proc_handle); in __tgt_rtl_data_alloc()
356 DP("Allocate target memory: device=%d, target addr=%p, size=%" PRIu64 "\n", in __tgt_rtl_data_alloc()
359 DP("veo_alloc_mem(%d, %p, %" PRIu64 ") failed with error code %d\n", ID, in __tgt_rtl_data_alloc()
374 DP("veo_write_mem() failed with error code %d\n", ret); in __tgt_rtl_data_submit()
387 DP("veo_read_mem() failed with error code %d\n", ret); in __tgt_rtl_data_retrieve()
399 DP("veo_free_mem() failed with error code %d\n", ret); in __tgt_rtl_data_delete()
420 DP("Could not allocate VEO args\n"); in __tgt_rtl_run_target_team_region()
428 DP("veo_args_set_u64() has returned %d for argnum=%d and value %p\n", ret, in __tgt_rtl_run_target_team_region()