mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Update Device::getDeviceBitfield()
Related-To: NEO-2712 Change-Id: I609f55c9a0ee637dcef7cb176728f2ae65499a58 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
620c2ade18
commit
2ead0e6910
@@ -151,7 +151,7 @@ bool Device::createEngine(uint32_t deviceCsrIndex, aub_stream::EngineType engine
|
||||
|
||||
bool lowPriority = (deviceCsrIndex == HwHelper::lowPriorityGpgpuEngineIndex);
|
||||
auto osContext = executionEnvironment->memoryManager->createAndRegisterOsContext(commandStreamReceiver.get(), engineType,
|
||||
getDeviceBitfieldForOsContext(), preemptionMode, lowPriority);
|
||||
getDeviceBitfield(), preemptionMode, lowPriority);
|
||||
commandStreamReceiver->setupContext(*osContext);
|
||||
|
||||
if (!commandStreamReceiver->initializeTagAllocation()) {
|
||||
|
||||
Reference in New Issue
Block a user