Fix ULT name

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan 2022-04-07 01:18:13 +00:00 committed by Compute-Runtime-Automation
parent 7a3976ad64
commit 6b0b066745
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ HWTEST2_F(CommandListImmediateFlushTaskComputeTests, givenDG2CommandListIsInitit
EXPECT_EQ(true, commandList->isFlushTaskSubmissionEnabled); EXPECT_EQ(true, commandList->isFlushTaskSubmissionEnabled);
} }
HWTEST2_F(CommandListImmediateFlushTaskComputeTests, givenDG2CommandListIsInititalizedThenByDefaultFlushTaskSubmissionEnabled, IsXEHP) { HWTEST2_F(CommandListImmediateFlushTaskComputeTests, givenXeHPCommandListIsInititalizedThenByDefaultFlushTaskSubmissionEnabled, IsXEHP) {
ze_command_queue_desc_t queueDesc = {}; ze_command_queue_desc_t queueDesc = {};
ze_result_t returnValue; ze_result_t returnValue;
std::unique_ptr<L0::CommandList> commandList(CommandList::createImmediate(productFamily, device, &queueDesc, false, NEO::EngineGroupType::Compute, returnValue)); std::unique_ptr<L0::CommandList> commandList(CommandList::createImmediate(productFamily, device, &queueDesc, false, NEO::EngineGroupType::Compute, returnValue));