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 6a85e25 commit 3c1ae1fCopy full SHA for 3c1ae1f
source/adapters/level_zero/command_buffer.cpp
@@ -336,7 +336,6 @@ ur_result_t enqueueCommandBufferFillHelper(
336
bool PreferCopyEngine;
337
UR_CALL(
338
preferCopyEngineForFill(CommandBuffer, PatternSize, PreferCopyEngine));
339
- PreferCopyEngine = false;
340
341
ze_command_list_handle_t ZeCommandList =
342
CommandBuffer->chooseCommandList(PreferCopyEngine);
0 commit comments