Skip to content

Commit 4896d14

Browse files
committed
Add comment explaining engine choice offload
1 parent be22119 commit 4896d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/v2/command_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ ur_result_t urCommandBufferAppendUSMMemcpyExp(
156156
std::ignore = pSyncPoint;
157157

158158
std::ignore = phCommand;
159-
159+
// Responsibility of UMD to offload to copy engine
160160
UR_CALL(hCommandBuffer->commandListManager.enqueueUSMMemcpy(
161161
false, pDst, pSrc, size, 0, nullptr, nullptr));
162162

0 commit comments

Comments
 (0)