mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
feature: pass lowPriority flag when creating context with aubstream
Related-To: NEO-10168 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
703fabdffd
commit
8c48dbe39e
@@ -51,6 +51,8 @@ void CommandStreamReceiverSimulatedCommonHw<GfxFamily>::setupContext(OsContext &
|
||||
|
||||
if (osContext.isHighPriority()) {
|
||||
flags |= aub_stream::hardwareContextFlags::highPriority;
|
||||
} else if (osContext.isLowPriority()) {
|
||||
flags |= aub_stream::hardwareContextFlags::lowPriority;
|
||||
}
|
||||
|
||||
if (debugManager.flags.AppendAubStreamContextFlags.get() != -1) {
|
||||
|
||||
Reference in New Issue
Block a user