mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
Globally enable priority hints extension.
Change-Id: I9f3b8d3cf1bedb41d9e0622ff514bf76b4518d8c
This commit is contained in:
committed by
sys_ocldev
parent
5b0ebe25d5
commit
0b6b12ea57
@@ -133,7 +133,7 @@ struct UltCommandStreamReceiverTest
|
||||
DispatchFlags dispatchFlags;
|
||||
dispatchFlags.blocking = block;
|
||||
dispatchFlags.requiresCoherency = requiresCoherency;
|
||||
dispatchFlags.low_priority = lowPriority;
|
||||
dispatchFlags.lowPriority = lowPriority;
|
||||
|
||||
return commandStreamReceiver.flushTask(
|
||||
commandStream,
|
||||
@@ -2153,7 +2153,7 @@ HWTEST_F(CommandStreamReceiverFlushTaskTests, givenCsrInBatchingModeWhenFlushTas
|
||||
auto usedAfterFirstFlushTask = commandStream.getUsed();
|
||||
|
||||
dispatchFlags.requiresCoherency = true;
|
||||
dispatchFlags.low_priority = true;
|
||||
dispatchFlags.lowPriority = true;
|
||||
|
||||
mockCsr->flushTask(commandStream,
|
||||
commandStream.getUsed(),
|
||||
|
||||
Reference in New Issue
Block a user