refactor: replace isContextGroup with contextGroupCount in osContext

Related-To: NEO-14289

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2025-09-24 15:40:42 +00:00
committed by Compute-Runtime-Automation
parent 8c7fb0dde8
commit cfb3dade30
7 changed files with 15 additions and 15 deletions

View File

@@ -107,7 +107,7 @@ bool RootDevice::createRootDeviceEngine(EngineTypeUsage engineTypeUsage, DeviceB
auto osContext = getMemoryManager()->createAndRegisterOsContext(rootCommandStreamReceiver.get(), engineDescriptor);
osContext->setContextGroup(useContextGroup);
osContext->setContextGroupCount(gfxCoreHelper.getContextGroupContextsCount());
osContext->setIsPrimaryEngine(isPrimaryEngine);
rootCommandStreamReceiver->setupContext(*osContext);