Skip to content

Commit 2727e8a

Browse files
Konrad Kusiakkbenzie
authored andcommitted
Adjusted urPrint to logger::debug according to newest changes
1 parent 08f4c75 commit 2727e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/adapters/level_zero/memory.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ static ur_result_t enqueueMemFillHelper(ur_command_t CommandType,
263263
WaitList.Length, WaitList.ZeEventList));
264264
}
265265

266-
urPrint("calling zeCommandListAppendMemoryCopy() with\n"
267-
" ZeEvent %#" PRIxPTR "\n",
268-
ur_cast<std::uintptr_t>(ZeEvent));
266+
logger::debug("calling zeCommandListAppendMemoryCopy() with"
267+
" ZeEvent {}",
268+
ur_cast<uint64_t>(ZeEvent));
269269
printZeEventList(WaitList);
270270

271271
// Execute command list synchronously.

0 commit comments

Comments
 (0)