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 a0a5440 commit 87ca82cCopy full SHA for 87ca82c
source/adapters/level_zero/command_buffer.cpp
@@ -334,7 +334,6 @@ ur_result_t enqueueCommandBufferFillHelper(
334
bool PreferCopyEngine;
335
UR_CALL(
336
preferCopyEngineForFill(CommandBuffer, PatternSize, PreferCopyEngine));
337
- PreferCopyEngine = false;
338
339
ze_command_list_handle_t ZeCommandList =
340
CommandBuffer->chooseCommandList(PreferCopyEngine);
0 commit comments