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 f135e6c commit 5cc3f88Copy full SHA for 5cc3f88
source/adapters/level_zero/command_buffer.cpp
@@ -708,7 +708,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMPrefetchExp(
708
*SyncPoint = CommandBuffer->GetNextSyncPoint();
709
CommandBuffer->RegisterSyncPoint(*SyncPoint, LaunchEvent);
710
711
- // TODO: figure out how to translate "flags"
+ // Add the prefetch command to the command buffer.
712
+ // Note that L0 does not handle migration flags.
713
ZE2UR_CALL(zeCommandListAppendMemoryPrefetch,
714
(CommandBuffer->ZeCommandList, Mem, Size));
715
0 commit comments