We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f4c75 commit 2727e8aCopy full SHA for 2727e8a
source/adapters/level_zero/memory.cpp
@@ -263,9 +263,9 @@ static ur_result_t enqueueMemFillHelper(ur_command_t CommandType,
263
WaitList.Length, WaitList.ZeEventList));
264
}
265
266
- urPrint("calling zeCommandListAppendMemoryCopy() with\n"
267
- " ZeEvent %#" PRIxPTR "\n",
268
- ur_cast<std::uintptr_t>(ZeEvent));
+ logger::debug("calling zeCommandListAppendMemoryCopy() with"
+ " ZeEvent {}",
+ ur_cast<uint64_t>(ZeEvent));
269
printZeEventList(WaitList);
270
271
// Execute command list synchronously.
0 commit comments